]> sigrok.org Git - sigrok-test.git/history - decoder/runtc.c
avr_isp: add test for ATmega328/P
[sigrok-test.git] / decoder / runtc.c
2022-04-23 Gerhard Sittigruntc: add support for input file formats other than...
2022-04-23 Gerhard Sittigruntc: cope with "late" samplerate announcement
2022-04-23 Gerhard Sittigruntc: avoid the 'class' identifier in C language appli...
2021-12-26 Gerhard Sittigruntc: optionally send EOF to decoder session
2018-05-12 fenugrecruntc: print errors at more failure points
2017-06-05 Uwe HermannAdd support for initial pin settings.
2017-02-27 Gerhard Sittigruntc: unbreak the protocol decoder output match logic...
2017-02-27 Gerhard Sittigruntc: fixup coding style (conditionals, braces)
2017-02-27 Gerhard Sittigruntc: minor nits in main()
2017-02-27 Gerhard Sittigruntc: minor nits in usage(), add missing options
2017-02-20 Uwe HermannUse PD ID (not PD instance ID) for now.
2017-02-02 Gerhard Sittigruntc, pdtest: Fixup minor style nits
2015-10-16 Uwe HermannUse g_strerror() in favor of strerror().
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-03-29 Uwe HermannConstify a few parameters.
2015-03-29 Uwe HermannMinor cosmetics.
2015-03-29 Uwe HermannMake a few variables and functions static.
2015-03-29 Uwe HermannUpdate due to sr_session_load() API change.
2014-11-11 Uwe HermannUse getters now that 'struct sr_dev_inst' is opaque.
2014-11-09 Uwe Hermannruntc: Support loading *.sr files with unitsize != 1.
2014-10-14 Uwe Hermannruntc: Add support for integer PD options.
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-09-01 Uwe HermannAdd initial set of PD tests. origin/master