summaryrefslogtreecommitdiff
path: root/decoder/runtc.c
AgeCommit message (Collapse)Author
2015-08-20Pass unitsize to srd_session_send() directly.Uwe Hermann
Follow an API change in libsigrokdecode where srd_inst_channel_set_all() no longer gets passed a unitsize, but rather srd_session_send() gets it.
2015-03-30Constify a few parameters.Uwe Hermann
2015-03-30Minor cosmetics.Uwe Hermann
2015-03-30Make a few variables and functions static.Uwe Hermann
2015-03-30Update due to sr_session_load() API change.Uwe Hermann
2014-11-11Use getters now that 'struct sr_dev_inst' is opaque.Uwe Hermann
2014-11-09runtc: Support loading *.sr files with unitsize != 1.Uwe Hermann
2014-10-14runtc: Add support for integer PD options.Uwe Hermann
So far only string options were supported.
2014-09-15Replace ann_format with ann_class.Uwe Hermann
The naming has been changed to "annotation class" a while ago.
2014-09-01Add initial set of PD tests.Uwe Hermann
This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously.