]> sigrok.org Git - libsigrok.git/history - hardware/link-mso19/protocol.c
build: Portability fixes.
[libsigrok.git] / hardware / link-mso19 / protocol.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2013-12-07 Martin LingRoute sr_source_remove for all serial devices through...
2013-04-23 Uwe HermannFix minor warning with some compilers.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-12 Uwe HermannFix two minor compiler warnings.
2013-03-03 lelazarymso-19: Initial analog probe support (unfinished).
2013-03-03 lelazarymso-19: Fixed warning.
2013-01-08 Uwe Hermannlink-mso19: Use more portable g_htons().
2013-01-08 Uwe Hermannlink-mso19: Fix a bunch of compiler warnings.
2013-01-08 Uwe Hermannlink-mso19: Fix white-space, cosmetics, coding-style.
2013-01-08 Uwe Hermannlink-mso19: Fix (C) lines.
2013-01-08 lelazaryAdded limit samples Eveything seems to work find up...
2013-01-08 lelazaryRewrote the trigger config. Added trigger position...
2013-01-08 lelazaryEveything seems to work now except for triggers.
2013-01-08 lelazaryMore cleanup. Communication with mso19 is working,...
2013-01-08 lelazaryAdded missing mso functions
2013-01-08 lelazaryRewrote the link-mso19.c into api and protocol. Still...