]> sigrok.org Git - libsigrok.git/history - src/hardware/fx2lafw/protocol.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / fx2lafw / protocol.c
2022-08-24 Gerhard Sittigfx2lafw: add support for "probe names" scan option
2020-07-13 Soeren Apelfx2lafw: Use 1 as default for frame limit and reset...
2020-07-13 Valentin Ochsfx2lafw: Add support for frames
2019-10-01 Kate J. Temkinfx2lafw: allow for sampling at 48MHz, matching a fw...
2018-02-21 Romain TartièreCheck usb_get_port_path() return value
2017-07-31 Uwe Hermanndrivers: SR_CONF_CAPTURE_RATIO fixes.
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 HermannAdd sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
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-03-15 Uwe Hermannfx2lafw: Only sample/send analog data if analog channel...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-07-03 Uwe Hermannfx2lafw: Set sr_analog_encoding.digits to 2 for now.
2016-07-03 Uwe Hermannfx2lafw: Fix analog scaling.
2016-06-16 Uwe Hermannfx2lafw: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-16 Uwe Hermannfx2lafw/dslogic: Various cosmetics and whitespace fixes.
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 trigger functionality
2016-05-12 Uwe Hermannfx2lafw: Fix a -Wself-assign compiler warning.
2016-04-29 Uwe HermannDrop some obsolete and unneeded comments.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
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-23 Diego F. AsanzaWorking trigger on rising and falling edges.
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-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-07-09 Uwe Hermannfx2lafw: Use the USB_INTERFACE #define.
2015-07-09 Uwe Hermannfx2lafw: Fix segfault wrt libusb_detach_kernel_driver().
2015-04-12 Uwe Hermannwindows: Fix various compiler warnings.
2015-04-09 Uwe Hermanndslogic: Add #defines for timeouts and delays.
2015-04-03 Uwe Hermannfx2lafw: Use libusb_error_name() for reporting transfer...
2015-03-19 Uwe Hermannfx2lafw: Replace obsoleted strncmp() calls.
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 HermannConsistently use g_malloc0() for allocating devc.
2014-09-27 Soeren Apelfx2lafw: Use physical USB connection instead of sdi...
2014-08-25 Bert Vermeulenfx2lafw: Code cleanup.
2014-07-22 Bert Vermeulenfx2lafw: Fix continuous mode.
2014-07-22 Bert VermeulenReorganize project tree.