]> sigrok.org Git - libsigrok.git/history - src/hardware/pipistrello-ols
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / pipistrello-ols /
2023-10-28 Marek Vasutols: Get GString content from proper API calls
2021-12-22 Gerhard Sittigftdi: address ftdi_usb_purge_buffers() deprecation...
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2019-01-13 Wolfram Sangpipistrello: rename registers to match actual function
2018-12-20 Uwe Hermanndrivers: Make per-driver sr_dev_driver structs static.
2018-10-06 Uwe HermannFix various gcc 8 compiler warnings related to ARRAY_SIZE.
2018-03-03 Gerhard Sittigpipistrello-ols: style nit, replace DIY endianess conve...
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: Eliminate some unnecessary vendor/model #defines.
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: Provide proper drvopts.
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
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-08 Uwe Hermannsr_dev_open(): Factor out SR_ST_ACTIVE check.
2017-07-07 Uwe Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
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-06 Uwe HermannDrop trailing whitespace in various files.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
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-10-24 Tilman Sauerbeckdrivers: Fix behaviour when trying to set an invalid...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-09-07 Daniel Elstnerdrivers: Match dummy FD passed to source add/remove
2015-09-03 Daniel Elstnerdrivers: Use timer sources instead of polling stdin
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-03-31 Uwe HermannReduce unnecessarily high indentation level in some...
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannSome more g_try_*alloc() fixes.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
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.
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().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-29 Soeren ApelRemove sdi->index from openbench-logic-sniffer and...
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenConsistently use 'devopts' variable across all drivers.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-08-24 Bert Vermeulenpipistrello-ols: Disable unused trigger stages.
2014-08-24 Bert Vermeulenpipistrello-ols: Preliminary port to current API.
2014-08-24 magnuskarlssonDEMUX and RLE fixes
2014-08-24 magnuskarlssonadded edge triggers
2014-08-24 magnuskarlssonfixed typos
2014-08-24 magnuskarlssonfixed a problem with USB defines
2014-08-24 magnuskarlssonadded pipistrello-ols