The following changes since commit
9fb461d1e1e82817fd13dad006a6f1b581a70bdc:
Daniel Ribeiro (1):
Merge branch 'master' of
git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
are available in the git repository at:
git://github.com/drwyrm/sigrok.git master
Daniel Ribeiro (5):
serial.c: fix parity != none
Support for analog probes
update plugins and cli to use new DF_HEADER
Add HZ_TO_NS macro
Add incomplete mso-19 plugin
cli/sigrok-cli.c | 2 +-
configure.ac | 17 +
libsigrok/hardware/Makefile.am | 5 +
libsigrok/hardware/asix-sigma/asix-sigma.c | 3 +-
libsigrok/hardware/common/serial.c | 7 +-
libsigrok/hardware/demo/demo.c | 3 +-
libsigrok/hardware/link-mso19/Makefile.am | 32 +
libsigrok/hardware/link-mso19/link-mso19.c | 758
+++++++++++++++++++++
libsigrok/hardware/link-mso19/link-mso19.h | 110 +++
libsigrok/hardware/openbench-logic-sniffer/ols.c | 3 +-
libsigrok/hardware/saleae-logic/saleae-logic.c | 3 +-
libsigrok/hardware/zeroplus-logic-cube/zeroplus.c | 3 +-
libsigrok/hwplugin.c | 8 +
libsigrok/input/input_binary.c | 3 +-
libsigrok/sigrok.h | 11 +-
15 files changed, 957 insertions(+), 11 deletions(-)
create mode 100644 libsigrok/hardware/link-mso19/Makefile.am
create mode 100644 libsigrok/hardware/link-mso19/link-mso19.c
create mode 100644 libsigrok/hardware/link-mso19/link-mso19.h
--
Daniel Ribeiro
signature.asc
Description: Esta é uma parte de mensagem assinada digitalmente
------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

