]> sigrok.org Git - libsigrok.git/history - src/hardware/demo/demo.c
Demo: Fix #314 by always honoring sample limit changes
[libsigrok.git] / src / hardware / demo / demo.c
2015-07-09 Daniel KingDemo: Fix #314 by always honoring sample limit changes
2015-07-09 Soeren ApelFix #505 by providing a separate property list for...
2015-05-09 Aurelien JacobsUse G_PI instead of defining our own version of PI.
2015-04-28 Aurelien JacobsDefine our own constant for PI.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe Hermanndemo: Fix SR_CONF_DEVICE_OPTIONS variant type.
2015-03-22 Uwe HermannConsistency and whitespace fixes for switch statements.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
2015-01-25 Bartosz Golaszewskidemo: implement averaging support
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-18 Bert Vermeulendemo: Fix driver options.
2014-11-17 Aurelien Jacobsdemo: Fix analog output at low samplerate.
2014-11-17 Aurelien Jacobsdemo: Fix square pattern output shorter than other...
2014-11-14 Bert Vermeulendemo: Use allocation for model string.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-27 Bert Vermeulendemo: Rearrange driver and device options.
2014-10-02 Bert Vermeulendemo: Code cleanup.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-23 Bert Vermeulendemo: Fix pattern mode and amplitude option publishing.
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-07-29 Bert Vermeulendemo: Attach analog generator to channel, not channel...
2014-07-28 Bert Vermeulendemo: Support changing the amplitude of analog channels.
2014-07-24 Bert Vermeulendemo: Free analog channel groups when done with them.
2014-07-23 Bert Vermeulendemo: Support continuous acquisition.
2014-07-22 Bert VermeulenReorganize project tree.