]> sigrok.org Git - libsigrok.git/history - src/hardware/fx2lafw/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / fx2lafw / api.c
2022-08-24 Gerhard Sittigfx2lafw: add support for "probe names" scan option
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2020-07-13 Valentin Ochsfx2lafw: Add support for frames
2019-10-01 Kate J. Temkinfx2lafw: allow for sampling at 48MHz, matching a fw...
2018-10-03 Peetz0rfx2lafw: Add new VID:PID for usb-c-grok
2018-08-30 Gerhard Sittigfx2lafw: silence error message in query for channel...
2018-08-30 Gerhard Sittigsaleae and other FX2: show firmware name when loading...
2018-02-21 Romain TartièreCheck usb_get_port_path() return value
2018-02-21 Romain TartièreEnsure device is closed before usb_get_port_path()
2018-02-09 Gerhard Sittigfx2lafw: silence "NULL dereference" compiler warning
2017-12-17 Uwe Hermannfx2lafw: Update comments listing supported devices.
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_*_idx*().
2017-07-31 Uwe Hermanndrivers: Use g_variant_new_printf() where possible.
2017-07-21 Uwe Hermanndrivers: Consistently use the name trigger_matches...
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 some unnecessary prefixes.
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 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 Hermanndev_clear(): Consistently name callback 'clear_helper()'.
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-06-19 Joel Holdsworthfx2lafw: Moved all protocol handling to protocol.c
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Split DSLogic into a separate driver
2017-06-19 Joel Holdsworthusb.c: Moved in usb_match_manuf_product
2017-06-19 Joel Holdsworthfx2lafw: Call dslogic_get_number_of_transfers into...
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Added DSLogic Plus and Basic variants
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-05-23 Angus Grattonfx2lafw: Always enable wide sampling for dslogic firmware
2017-03-15 Uwe Hermannfx2lafw: Only sample/send analog data if analog channel...
2017-03-15 Uwe Hermannfx2lafw: Drop unused devc->ch_enabled.
2017-03-14 Jan Losinskifx2lafw: Use wide_sampling only if necessary.
2016-12-05 Vlad Ivanovfx2lafw: fix device product string check
2016-12-05 Karl Palssonfx2lafw: warn on fail to open plausible devices
2016-07-12 ThomasAdd VID/PID for the CWAV USBee ZX.
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-16 Uwe Hermannconfig_list: Don't check for sdi->priv != NULL.
2016-05-16 Uwe Hermannfx2lafw/dslogic: Various cosmetics and whitespace fixes.
2016-05-16 Diego Asanzadslogic: Fix sampling for high samplerates.
2016-05-16 Diego Asanzadslogic: Add support for external clock edge selection.
2016-05-16 Diego Asanzadslogic: Implement continuous mode
2016-05-16 Diego Asanzadslogic: Implement acquisition with external clock.
2016-05-16 Diego Asanzadslogic: Add support for voltage threshold
2016-05-16 Diego Asanzadslogic: Implement trigger functionality
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-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-29 Benjamin Larssonfx2lafw: Add working glue layer for frontends
2016-04-27 Joel Holdsworthfx2lafw: Add analog sampling handler
2016-04-27 Joel Holdsworthfx2lafw: Factor out packet sending
2016-04-27 Joel Holdsworthfx2lafw: Add support for AX analog channel probing
2016-04-17 Uwe Hermannfx2lafw: Only run dslogic_stop_acquisition() on DSLogic.
2016-04-17 Diego F. AsanzaEnsure DSLogic can be stopped.
2016-01-07 Uwe HermannUse ALL_ZERO in a few more places.
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-24 Tilman Sauerbeckdrivers: Fix behaviour when trying to set an invalid...
2015-10-24 Uwe Hermannfx2lafw: Drop obsolete macro usage.
2015-10-22 Uwe Hermannfx2lafw: Add the official fx2lafw sigrok VID/PID pairs.
2015-10-01 Daniel Elstnerdrivers: Load firmware via new resource API
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-20 Bert VermeulenNo need to check return value of libusb_get_device_desc...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-15 Uwe HermannVarious minor cosmetics and consistency fixes.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-07-09 Uwe Hermannfx2lafw: Fix segfault wrt libusb_detach_kernel_driver().
2015-07-09 Soeren Apelfx2lafw: Fix #445 by detaching the kernel driver (if...
2015-07-06 Soeren ApelFix #574 by setting up the transfer first, then startin...
2015-06-22 Daniel Gröberfx2lafw: Add DSLogic Pro and DSCope firmware loading...
2015-06-22 Carl-Fredrik Sundströmdslogic: Fix incorrect samplerate setting.
2015-04-12 Uwe Hermannwindows: Fix various compiler warnings.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-22 Uwe HermannConsistency and whitespace fixes for switch statements.
2015-03-21 Uwe HermannMinor cosmetics, cleanups.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
2015-03-19 eightdotVarious fixes/updates to make the driver compile.
2015-03-19 Bert Vermeulenfx2lafw: Basic acquisition support for DSLogic.
2015-03-19 Bert Vermeulenfx2lafw: scan/firmware support for DSLogic.
2014-11-25 Aurelien Jacobsfx2lafw: Add SR_CONF_CAPTURE_RATIO support.
2014-11-25 Aurelien Jacobssoft-trigger: Add support for pre-triggering.
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-18 Bert Vermeulenfx2lafw: Publish driver options.
next