]> sigrok.org Git - libsigrok.git/history - src/hardware/fx2lafw/protocol.c
fx2lafw: Only sample/send analog data if analog channels are enabled.
[libsigrok.git] / src / hardware / fx2lafw / protocol.c
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.