]> sigrok.org Git - libsigrok.git/history - src/hardware/demo/api.c
drivers: Factor out std_*_idx*().
[libsigrok.git] / src / hardware / demo / api.c
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-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: 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.