]> sigrok.org Git - libsigrok.git/history - src/hardware/demo
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / demo /
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2020-04-08 Uwe Hermannstd: Rename std_session_send_frame_begin/_end().
2019-11-02 Marc Schinkdemo: Fix memory leak
2019-07-31 Miklos Martondemo: Add random analog signal generation
2019-03-29 Uwe Hermanndemo: Minor cosmetics.
2019-03-29 Frank Stettnerdemo: Get/Set new config key offset.
2019-03-29 Frank Stettnerdemo: Get/Set amplitude while data acquisition is running.
2019-03-29 Frank Stettnerdemo: Get/Set measurement quantity for the analog channels.
2019-03-29 Frank Stettnerdemo: Set an initial mq, mq flag and digits to the...
2018-10-14 Soeren Apeldemo: Fixup soft-trigger
2018-10-14 luftekdemo: Implement logic triggering.
2018-10-14 luftekdemo: Port trigger configuration from fx2lafw.
2018-05-13 Gerhard Sittigdemo: optionally accept frame limit spec at scan time
2018-05-13 Gerhard Sittigdemo: make frame generation (and maximum frame count...
2018-05-13 Gerhard Sittigdemo: introduce graycode generator mode
2018-05-13 Gerhard Sittigdemo: add convenient bit mask for "all logic channels"
2018-05-13 Gerhard Sittigdemo: data type nits in the device context (enum, unsig...
2018-02-20 Uwe HermannRandom whitespace/cosmetic fixes.
2017-11-02 Soeren Apeldemo: Properly handle low samplerates
2017-10-03 Soeren ApelDemo: Implement multi-frame development feature
2017-08-06 Uwe Hermanndrivers: Random whitespace fixes.
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_array_*().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_samplerates{,_steps}().
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-19 Uwe Hermanndrivers: Always use same scanopts/drvopts/devopts/devop...
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermanndrivers: Remove some uneeded 'ret' variables.
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
2017-07-13 Uwe Hermannsr_dev_clear(): Always free sdi->priv (devc).
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-13 Uwe Hermannstd: Factor out some API call dummy implementations.
2017-07-13 Uwe HermannVarious log message cleanups.
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-06-24 Gerhard Sittigdemo: Mask out logic data for disabled channels in...
2017-06-23 Gerhard Sittigdemo: Skip generating data when all channels in a group...
2017-06-23 Gerhard Sittigdemo: Don't generate analog output data for disabled...
2017-06-23 Gerhard Sittigdemo: Only send average result data when averaging...
2017-06-23 Gerhard Sittigdemo: Unbreak execution with all analog channels disabled
2017-06-23 Gerhard Sittigdemo: Drop previous "default enabled" logic (experiment...
2017-05-28 Soeren ApelDemo: Convert white spaces to dashes for walking one...
2017-05-27 Soeren ApelDemo: Add walking one/walking zero pattern
2017-05-21 Uwe Hermanndemo: Retain the default of 8 digital channels for...
2017-05-21 Gerhard Sittigdemo: support up to 128 logic channels, enable the...
2017-05-21 Gerhard Sittigdemo: add "cable squid" logic waveform (works-with...
2017-02-14 Sven SchnelleFix initial sample value for demo driver
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-09-24 Uwe Hermanndemo: File naming consistency changes.
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-23 Aurelien Jacobsdemo: properly set encoding digits
2016-06-16 Uwe Hermanndemo: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-27 Uwe HermannFix a few "variable set but not used" compiler warnings.
2016-05-27 Lars-Peter ClausenSimplify single device list handling
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-17 Lars-Peter ClausenDrop unnecessary struct sr_dev_driver forward declarations
2016-05-13 Lars-Peter Clausendemo: Handle the case when zero analog or logic channel...
2016-05-12 Uwe Hermannscan(): Consistently start out with SR_ST_INACTIVE.
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
2016-05-03 Lars-Peter ClausenDrop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-05-03 Lars-Peter Clausendemo: Provide dev_clear()
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
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
next