]> sigrok.org Git - libsigrok.git/history - src/hardware/openbench-logic-sniffer
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / openbench-logic-sniffer /
2023-10-28 Marek Vasutols: Get GString content from proper API calls
2022-08-24 Gerhard Sittigols: add support for "probe names" scan option
2022-08-24 Gerhard Sittigols: move sigrok channel creation from protocol.c to...
2022-08-24 Gerhard Sittigols: move device context creation from protocol.c to...
2022-08-21 Gerhard Sittigols: also reflect successful identify response in diagn...
2022-08-21 Gerhard Sittigols: make connection ID available
2021-09-10 v1neols: Fix off-by-one when setting up trigger stages
2021-09-10 v1neols: Fix demuxer operation
2021-09-10 v1neols: Don't silently ignore error when setting up the...
2021-09-10 v1neols: Don't store temporary data in device context
2021-09-10 v1neols: Provide sample count in RLE mode
2021-09-10 v1neols: Clean up: Obey code style
2021-01-06 v1neols: Clean up: Replace hand-rolled byte order conversio...
2021-01-06 v1neols: Refactor: Extract trigger setup into private place
2021-01-06 v1neols: Make external clock setting queriable
2021-01-06 v1neols: Add option to use the falling edge of the external...
2021-01-06 v1neols: Clear "disabled groups" flags before setting them
2021-01-06 v1neols: Display actual expanded sample instead of the...
2021-01-06 v1neols: Clean up: Prefix private function for consistency
2020-09-27 Gerhard Sittigols: more robust device reset in acquisition stop
2020-09-24 Ben Gardinerols: send CMD_RESET on acquisition stop
2020-08-24 v1neols: Detect Demon Core, use its canonic command names
2020-08-24 v1neols: Refactor, deduplicate logic packet code
2020-08-24 v1neols: Use symbolic name for "success" error code.
2020-08-24 v1neols: Make constant names more precise, clarify comment
2020-08-24 v1neols: Rename "flags" to "capture flags".
2020-08-24 v1neols: Symbolic name for magic value, reflect units in...
2020-08-24 v1neols: Remove stray command
2020-08-24 v1neols: Make use of zero-initialization.
2020-06-13 Wolfram Sangopenbench-logic-sniffer: improve error messages when...
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2019-11-07 Gerhard Sittigols: introduce metadata quirks support, unbreak Logic...
2019-06-02 Gerhard Sittigols: use serial layer's "has receive data" query
2019-04-28 Gerhard Sittigserial: rename variable to reflect it's related to...
2019-01-13 Wolfram Sangols: add feature to support >256K memory
2019-01-13 Wolfram Sangols: mention compatible devices in driver name
2019-01-13 Wolfram Sangols: extend reponse delay when scanning device
2019-01-13 Wolfram Sangols: sort commands according to their hex value
2019-01-13 Wolfram Sangols: refactor using max_channels
2019-01-13 Wolfram Sangols: refactor channel initialization
2019-01-13 Wolfram Sangols: simplify calculation of readcount
2019-01-13 Wolfram Sangols: drop wrong usage of macro
2019-01-13 Wolfram Sangols: use 32bit for handling sample counts
2019-01-13 Wolfram Sangols: remove needless initialization
2019-01-13 Wolfram Sangols: remove unused define
2018-02-09 Gerhard Sittigols, pipistrello-ols: silence "assigned, not used"...
2017-07-31 Uwe Hermanndrivers: SR_CONF_CAPTURE_RATIO fixes.
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Factor out std_gvar_tuple_u64().
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
2017-07-21 Uwe Hermanndrivers: Consistently use the exact driver name as...
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 Hermannstd: Add and use std_dev_clear() where possible.
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-05-02 Gwenhael Goavec... openbench-logic-sniffer: fix acquisition restart with...
2017-05-02 Gwenhael Goavec... openbench-logic-sniffer: add a function to handle reset...
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
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-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 ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannConsistently don't check sdi->priv in dev_acquisition_s...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-11-01 Daniel Elstneropenbench-logic-sniffer: Avoid recreating event source
2015-10-24 Tilman Sauerbeckdrivers: Fix behaviour when trying to set an invalid...
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-25 Uwe Hermannols: Don't #include <libserialport.h> directly.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-04-17 Uwe Hermannols: Whitespace fixes.
2015-03-31 Uwe HermannReplace some magic numbers with a #define.
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-21 Uwe HermannRemove unneeded explicit array size specification.
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-03-13 Uwe Hermannols: Fix a compiler warning (unused variable).
2015-03-13 Uwe Hermannols: Fix detection and acquisition on Windows.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannConsistently use g_malloc0() for allocating devc.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
next