]> sigrok.org Git - libsigrok.git/history - src/hardware/siglent-sds
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / siglent-sds /
2023-11-21 fenugrecsiglent-sds: incorrect g_array_free call
2023-11-21 fenugrecsiglent-sds: reduce indentation
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2021-06-01 Gerhard Sittigsiglent-sds: move model dependent request emission...
2021-05-22 Gerhard Sittigsiglent-sds: prefer common glib routine to get vector...
2021-05-22 Gerhard Sittigsiglent-sds: free memory that was allocated by SCPI...
2020-05-02 Uwe Hermannsiglent-sds: Fix various compiler warnings.
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2018-12-20 Uwe Hermanndrivers: Make per-driver sr_dev_driver structs static.
2018-10-21 Uwe Hermannsiglent-sds: Consistently use gboolean/TRUE/FALSE.
2018-10-13 Uwe Hermannsiglent-sds: Fix SR_CONF_AVERAGING/SR_CONF_AVG_SAMPLES...
2018-10-13 marchelhsiglent-sds: Add ESERIES device support.
2018-06-22 Uwe Hermannsiglent-sds: Drop currently unused switch/case.
2018-06-22 Uwe Hermannsiglent_sds_channel_start(): Use ternary operator to...
2018-06-22 marchelhsiglent-sds: Fixed samplerate and memory depth calculation
2018-06-22 marchelhsiglent-sds: Fix, USB connection problem partially...
2018-05-19 Uwe Hermannsiglent-sds: Fix multiple scan-build warnings.
2018-03-03 Uwe Hermannsiglent-sds: Drop superfluous log message.
2018-03-03 marchelhsiglent-sds: Added trigger position to device config...
2018-03-03 marchelhsiglent-sds: Fixed issue with hard coded vdiv.
2018-03-03 marchelhsiglent-sds: Drop unused variable from siglent_sds_read...
2018-03-03 marchelhsiglent-sds: Added averaging function.
2018-03-03 marchelhsiglent-sds: Fixed timebase problem where NS could...
2018-02-18 Uwe Hermannsiglent-sds: Fix two memory leaks.
2018-02-18 Uwe Hermannsiglent-sds: Drop incorrect glib includes.
2018-02-18 Uwe Hermannsiglent-sds: Fix multiple compiler warnings.
2018-02-18 Uwe Hermannsiglent-sds: Remove unused variable.
2018-02-17 Uwe Hermannsiglent-sds: Bring driver up-to-date with current code...
2018-02-17 Uwe Hermannsiglent-sds: Drop obsolete SR_ST_ACTIVE checks.
2018-02-17 Uwe Hermannsiglent-sds: Random cosmetics, drop unused stuff.
2018-02-17 Uwe Hermannsiglent-sds: Use PRIu64 for uint64_t variables.
2018-02-16 Uwe Hermannsiglent-sds: Fix SR_CONF_TRIGGER_SLOPE config_set(...
2018-02-16 Uwe Hermannsiglent-sds: Add 100s timebase (seen on e.g. SDS1202X-E).
2018-02-16 Uwe Hermannsiglent-sds: Add SDS1052DL+ model.
2018-02-16 Uwe Hermannsiglent-sds: Various cosmetics and coding-style fixes.
2018-02-13 Uwe Hermannsiglent-sds: Replace non-portable strcasestr() with...
2018-02-13 Uwe Hermannsiglent-sds: Drop currently unused <rpc/rpc.h> #include.
2018-02-11 mhooijboersiglent-sds: initial driver implementation for Siglent SDS
2018-02-11 mhooijboersiglent-sds: Initial driver skeleton.