]> sigrok.org Git - libsigrok.git/history - src/hardware/demo/demo.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / demo / demo.c
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-06 Soeren ApelDemo: Use 20Vpp as amplitude instead of 50Vpp
2016-01-28 Aurelien Jacobsdemo: fix infinite loop with 0 channels of one type
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-09-22 Daniel Elstnerdemo: Strictly round up the number of samples to send
2015-09-22 Daniel Elstnerdemo: Increase timer interval to 100 ms
2015-09-22 Daniel Elstnerdemo: Fix continuous mode and honor time limit
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-03 Daniel Elstnerdemo: Use simple timer source instead of pipe
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-31 Hubert CHAUMETTElibsigrok: demo: close pipes on dev_acquisition_stop()
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
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.