]> sigrok.org Git - libsigrok.git/history - hardware
saleae-logic: Moved num_samples into context struct
[libsigrok.git] / hardware /
2012-03-07 Joel Holdsworthsaleae-logic: Moved num_samples into context struct
2012-03-07 Joel Holdsworthfx2lafw: Removed CMD_SET_SAMPLERATE
2012-03-07 Joel Holdsworthfx2lafw: Implemented initial support for start capture
2012-03-07 Joel Holdsworthfx2lafw: Devices now retain the same PID/VID after...
2012-03-07 Joel Holdsworthfx2lafw: Implemented SR_HWCAP_PROBECONFIG and SR_HWCAP_...
2012-03-07 Joel Holdsworthfx2lafw: Fixed a compiler error, and made cv_data consi...
2012-03-04 Uwe Hermannsr: Fix some TODOs, improve comments/docs.
2012-03-04 Uwe Hermannsr: More callback param renames.
2012-03-02 Uwe Hermannsr: Name all callback data 'cb_data'.
2012-03-01 Uwe Hermannsr: s/sr_session_bus/sr_session_send/.
2012-02-28 Uwe Hermannsr/cli/gtk/qt/: s/plugin/driver/.
2012-02-28 Bert Vermeulensr: code cleanup
2012-02-28 Uwe Hermannsr: Fix/document probe names.
2012-02-27 Uwe Hermannsr: fx2lafw: Consistent #include guard naming.
2012-02-27 Uwe Hermannsr: fx2lafw: Use gboolean consistenly.
2012-02-27 Uwe Hermannfx2lafw: Small consistency fixes.
2012-02-27 Uwe Hermannfx2lafw: Compile fix.
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_acquisition_stop
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_acquisition_start
2012-02-27 Joel Holdsworthfx2lafw: Basic implementation of hw_dev_config_set...
2012-02-27 Joel Holdsworthfx2lafw: Added more to hw_cleanup
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_close
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_open
2012-02-27 Joel Holdsworthsr: Moved GTV_TO_MSEC to sigrok-internal.h
2012-02-27 Joel Holdsworthfx2lafw: Implemented firmware upload
2012-02-27 Joel Holdsworthfx2lafw: Renamed fx2lafw_dev to ctx in hw_dev_info_get
2012-02-27 Joel Holdsworthfx2lafw: Renamed fx2lafw_dev to ctx in hw_init
2012-02-27 Joel Holdsworthfx2lafw: Renamed dev_insts variable in hw_init
2012-02-25 Joel Holdsworthfx2lafw: Implemented hw_get_status
2012-02-25 Joel Holdsworthfx2lafw: Exposed capabilities data
2012-02-25 Joel Holdsworthfx2lafw: Added probing for fx2lafw devices
2012-02-25 Joel Holdsworthfx2lafw: Added empty hardware module for fx2lafw
2012-02-23 Uwe Hermannsr: la8: Improve comments and messages a bit.
2012-02-22 Uwe Hermannsr: la8: Remove some unneeded checks.
2012-02-18 Uwe Hermannsr: Consistent ctx name for per-dev-inst context.
2012-02-18 Uwe Hermannsr: Fix incorrectly renamed functions.
2012-02-18 Uwe Hermannsr: Remove unneeded temp. variable use.
2012-02-18 Uwe Hermannsr: s/config_set/dev_config_set/.
2012-02-18 Uwe Hermannsr: s/acquisition_*/dev_acquisition_*/.
2012-02-18 Uwe Hermannsr: opendev/closedev -> dev_open/dev_close.
2012-02-18 Uwe Hermannsr: s/st*_acquisition/acquisition_st*/.
2012-02-18 Uwe Hermannsr/cli/gtk/qt: s/get_dev_info/dev_info_get/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/configuration/config/.
2012-02-17 Uwe Hermannsr/cli/gtk: s/capability/hwcap/.
2012-02-17 Uwe Hermannsr/cli/gtk: A few more s/instance/inst/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/device/dev/ in many places.
2012-02-17 Uwe Hermannsr: Some more s/device_instance/dev_inst/.
2012-02-17 Uwe Hermannsr: Prefix log messages with subsystem string.
2012-02-14 Bert Vermeulensr: la8: remove debug output when no device is found
2012-02-14 Bert Vermeulensr: don't free driver-specific per-device struct in...
2012-02-13 Bert Vermeulensr: rename more functions to sr_thing_action format
2012-02-13 Bert Vermeulensr: rename all sr_device_instance_* functions to sr_dev...
2012-02-13 Uwe Hermannsr: cleanup callback: Return int.
2012-02-13 Uwe Hermannsr: stop_acquisition callback: Return int.
2012-02-13 Bert Vermeulensr: adjust copyright year
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-10 Uwe Hermannsr: chronovu-la8: Add missing <stdlib.h> #include.
2012-02-10 Uwe Hermannsr: asix: Change a free() to g_free() as it should be.
2012-02-10 Uwe Hermannsr: MinGW/Mac: No libusb_detach_kernel_driver() support.
2012-02-07 Uwe Hermannsr: saleae: Fix typo.
2012-02-07 Uwe Hermannsr: saleae: Support more recent firmwares.
2012-02-05 Uwe HermannProject-wide consistent naming for #include guards.
2012-02-05 Uwe Hermannsr/cli/gtk: Remove analog left-overs from API.
2012-02-05 Uwe Hermannsr: zeroplus: Drop unused global variable.
2012-02-05 Uwe Hermannsr: Compile fix for Windows/MinGW.
2012-02-02 Uwe Hermannsr: Make more symbols private via static/SR_PRIV.
2012-02-02 Uwe Hermannsr: zeroplus: Remove unused gl_open()/gl_close().
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-02-01 Bert Vermeulensr: remove unused time/duration fields from datafeed...
2012-01-31 Uwe Hermannsr: Eliminate usb/serial instances from API.
2012-01-31 Uwe Hermannsr: zp: Add missing <string.h> #include.
2012-01-29 Uwe Hermannsr: zeroplus: Use device-specific context.
2012-01-29 Uwe Hermannsr: la8: Fix typo.
2012-01-28 Uwe Hermannsr: zeroplus: Fix a segfault.
2012-01-28 Uwe Hermannsr: Drop analog left-overs from sigrok.h.
2012-01-21 Anatoly Sokolovadd SR_HWCAP_DEMO_DEVICE capability
2012-01-19 Renato Caldaslink-mso19: Fixed led toggling (the bit masking was...
2012-01-19 Renato Caldaslink-mso19: Prevent double free errors when freeing...
2012-01-19 Renato Caldaslink-mso19: Add debug messages.
2012-01-19 Renato Caldaslink-mso19: Properly initialize the protocol trigger...
2012-01-19 Renato Caldaslink-mso19: Added new register definitions and renamed...
2012-01-19 Renato Caldaslink-mso19: Added struct definitions for the pattern...
2012-01-06 Uwe Hermannmso-19: Fix whitespace.
2012-01-06 Renato Caldaslink-mso19: fixed segmentation fault.
2012-01-06 Renato Caldaslink-mso19: Updated to the current structs (fixed compi...
2011-12-30 Uwe Hermannsr/srd: Remove/fix non-applicable autotools stuff.
2011-12-29 Uwe Hermannprobe names: Fix cosmetics, add docs, fix off-by-one.
2011-12-29 Kristoffer SjöbergMove the probe naming to the creator of the device...
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-12-04 Uwe Hermannlibsigrok: Quickfix for a segfault in ChronoVu LA8.
2011-11-24 Uwe HermannOther method to avoid "unused var" compiler warnings.
2011-11-24 Uwe HermannAdd missing #includes to avoid clang warnings.
2011-11-20 Bert Vermeulenla8: device not found during init() scan is not an...
2011-11-19 Gareth McMullinChanged SR_T_NULL to SR_T_BOOL and adjusted RLE option.
2011-11-17 Uwe HermannConsistently use __func__ instead of __FUNCTION__.
2011-11-17 Uwe Hermannlibsigrok: Use sr_err() et al instead of printf.
2011-11-15 Uwe HermannFix some compiler warnings.
2011-10-31 Gareth McMullinOLS: Calculate actual sample rate used.
2011-10-30 Uwe Hermannols: Minor whitespace and coding style fixes.
next