]> sigrok.org Git - libsigrok.git/history - hardware/common
hantek-dso: proper protocol implementation of trigger/samplerate setting
[libsigrok.git] / hardware / common /
2012-04-18 Joel Holdsworthsr: Deleted the saleae-logic driver, fx2lafw has superc...
2012-03-25 Joel Holdsworthsr: Build ezusb.c for fx2lafw as well as saleae-logic
2012-03-21 Uwe Hermannsr: s/err/ret/ for consistency.
2012-03-04 Uwe Hermannsr: Fix some TODOs, improve comments/docs.
2012-02-17 Uwe Hermannsr: Prefix log messages with subsystem string.
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: MinGW/Mac: No libusb_detach_kernel_driver() support.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2011-12-30 Uwe Hermannsr/srd: Remove/fix non-applicable autotools stuff.
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-06-20 JerryMac OS X build fixes
2011-06-12 Bert Vermeulensupport for multiple FX2 devices
2011-06-04 Bert Vermeulensaleae-logic: support for other FX2 devices (bare FX2)
2011-05-05 Uwe HermannDrop unneeded skeleton files.
2011-04-16 Uwe Hermannserial.c: Use g_try_malloc().
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-03 Uwe HermannRevert temporary changes for 0.2 release.
2011-04-03 Uwe HermannDisable some stuff which should not be in 0.2.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-06 Uwe HermannFix warnings: g_fopen() needs <glib/gstdio.h>.
2011-02-05 Uwe HermannUse glib's g_fopen() instead of fopen().
2011-02-04 Uwe HermannMinGW: Use "b" in all fopen() calls.
2011-02-02 Uwe HermannMinGW: Build fixes.
2011-02-02 Uwe HermannFix build when no libusb-LA is compiled.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannPrefix device structs with sr_.
2011-01-30 Uwe HermannAdd a field for the full name of a device.
2011-01-30 Uwe HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-19 Uwe HermannRe-enable stuff we temporarily disabled for 0.1.
2011-01-19 Bert Vermeulendisable MSO-19 specific stuff for 0.1 release
2011-01-15 Uwe HermannStart moving private stuff to sigrok-internal.h.
2011-01-12 Uwe HermannMinGW/Windows: Serial port portability fixes.
2011-01-11 Uwe HermannMinGW: Quickfix to make serial.c/ols.c compile.
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel Ribeiroserial.c: fix parity != none
2011-01-10 Daniel RibeiroFinish serial_set_params implementation
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel RibeiroFinish serial_set_params implementation
2011-01-08 Uwe HermannOnly build specific source files if needed.
2011-01-08 Uwe HermannFix out-of-tree build.
2010-08-12 Bert Vermeulenoops, fix serial_flush()
2010-08-12 Bert Vermeulenadd serial_flush()
2010-05-20 Uwe Hermannskeleton.c: Update to latest prototypes.
2010-05-17 Uwe HermannFactor out opendev2/opendev3.
2010-05-09 Peter Stugeserial: Remove unneccesary nesting
2010-04-22 Uwe HermannWin: Fix compile, serial port code (unfinished).
2010-04-15 Uwe HermannRefactoring and code simplifications.
2010-04-15 Uwe Hermannhardware/common: Coding style fixes.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-09 Uwe HermannFactor out common ezusb_upload_firmware().
2010-04-09 Uwe Hermannezusb.c: Coding style fixes.
2010-04-09 Bert Vermeulenmove posix-specific serial port comms to serial.c
2010-04-08 Bert Vermeulenuse strdup() instead of g_strdup()
2010-04-02 Uwe HermannStart of code base layout restructuring.