]> sigrok.org Git - libsigrok.git/history - hardware
doxygen: Updated Doxyfile to doxygen 1.8.6.
[libsigrok.git] / hardware /
2014-05-04 Uwe HermannDrop obsolete Linux-only usbtmc backend.
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-05-04 Bert Vermeulenasix-sigma: Disable sample-limited capture for now.
2014-05-04 Bert Vermeulenasix-sigma: Publish capture ratio correctly.
2014-05-03 Uwe Hermannsaleae-logic16: Minor whitespace fixes, cosmetics.
2014-05-03 Marcus Comstedtsaleae-logic16: Use unitsize 1 if none of channels...
2014-05-03 Marcus Comstedtsaleae-logic16: Don't send more samples than requested.
2014-04-30 Martin Lingfx2lafw: Allow matching USB descriptor strings as well...
2014-04-30 Martin Lingfx2lafw: tidy up config_set().
2014-04-30 Martin Lingfx2lafw: implement config_get for SR_CONF_LIMIT_SAMPLES...
2014-04-30 Martin Lingfx2lafw: pass sdi to command functions.
2014-04-30 Marek Vasutasix-sigma: Init cur_sample_rate
2014-04-30 Marek Vasutasix-sigma: Fix the trigger handling
2014-04-30 Marek Vasutasix-sigma: Pull out cluster decoding
2014-04-30 Marek Vasutasix-sigma: Exterminate passing lastts and lastsample
2014-04-30 Marek Vasutasix-sigma: Rework decode_chunk_ts()
2014-04-30 Marek Vasutasix-sigma: Suspend support for trailing DRAM lines
2014-04-30 Marek Vasutasix-sigma: Properly fetch timestamp in decode_chunk_ts()
2014-04-30 Marek Vasutasix-sigma: Use proper structure for DRAM lines
2014-04-30 Marek Vasutasix-sigma: Introduce function to read DRAM cluster...
2014-04-30 Marek Vasutasix-sigma: Unify calling of decode_chunk_ts()
2014-04-30 Marek Vasutasix-sigma: Rework download_capture() to support more...
2014-04-30 Marek Vasutasix-sigma: Remove stack-based alloc in download_capture()
2014-04-30 Marek Vasutasix-sigma: Localize variables
2014-04-30 Marek Vasutasix-sigma: Move all register I/O into download_capture()
2014-04-30 Marek Vasutasix-sigma: Clearly separate the sample download
2014-04-30 Marek Vasutasix-sigma: Pull out the CAPTURE mode handler
2014-04-30 Marek Vasutasix-sigma: Read position only in CAPTURE state
2014-04-30 Marek Vasutasix-sigma: Decrypt the LA mode switch sequence
2014-04-30 Marek Vasutasix-sigma: Encode the opcodes as hex values
2014-04-30 Marek Vasutasix-sigma: Pull out the logic-mode switching
2014-04-30 Marek Vasutasix-sigma: Squash yoda-condition in upload_firmware()
2014-04-30 Marek Vasutasix-sigma: Move the sigma_fw_2_bitbang()
2014-04-30 Marek Vasutasix-sigma: Cleanup the bit2bitbang
2014-04-30 Marek Vasutasix-sigma: Weed out in-condition assignments
2014-04-30 Marek Vasutasix-sigma: Fix firmware path construction
2014-04-30 Marek Vasutasix-sigma: Cleanup FPGA initialization
2014-04-30 Marek Vasutasix-sigma: Remove NUM_CHANNELS macro
2014-04-30 Marek Vasutasix-sigma: Document sampling rate table
2014-04-30 Bert Vermeulenasix-sigma: Acquisition fixes.
2014-04-24 Bert Vermeulenfx2lafw: Don't send more samples than requested.
2014-04-23 Bert VermeulenWIP
2014-04-21 Bert Vermeulenols: Allow disabling all channels.
2014-04-19 Bert VermeulenRemoved ALSA driver.
2014-04-13 Uwe Hermannsr_dev_inst_new(): Use NULL (not "") if version unknown...
2014-04-13 Uwe Hermannchronovu-la: Show errors other than "device not found".
2014-04-06 Aurelien Jacobsrigol-ds: fix long memory depth setting on DS1000
2014-04-06 Aurelien Jacobsscpi_usbtmc_libusb: disable all clear_halt for Rigol...
2014-04-06 Aurelien Jacobsscpi_usbtmc_libusb: disable bulk_out clear_halt for...
2014-04-06 Aurelien Jacobsfx2lafw: fix possible use of uninitialized variable...
2014-04-02 Uwe HermannVarious drivers: Expose SR_CONF_TRIGGER_TYPE.
2014-04-02 Uwe Hermannchronovu-la: LA16 has fewer max. samples than LA8.
2014-04-02 Uwe Hermannchronovu-la: Fix byte order for LA16 samples sent to...
2014-04-02 Uwe Hermannchronovu-la: Document that streaming is not possible.
2014-04-02 Uwe HermannRename 'chronovu-la8' driver to 'chronovu-la'.
2014-04-02 Uwe Hermannla8: Add support for the ChronoVu LA16.
2014-04-02 Uwe Hermannla8: Cleanups, cosmetics, simplifications.
2014-03-30 Uwe Hermanndemo: Fix typos.
2014-03-30 Uwe HermannVarious drivers: Drop some unneeded lines.
2014-03-27 Bert Vermeulenrigol-ds: Don't close SCPI handle we didn't open.
2014-03-25 Aurelien Jacobsrigol-ds: Add the TRIGGER_SLOPE entry to config_get...
2014-03-25 Uwe Hermannhameg-hmo: Change some PG_/pg_ names to CG_/cg_.
2014-03-25 Uwe HermannA few more random 'probe' to 'channel' changes.
2014-03-25 Uwe HermannRename a few more API calls with 'probe' in their name.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannRename sr_probe_new() to sr_channel_new().
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-03-25 Uwe HermannConsistently use 'cg' for channel group variables.
2014-03-25 Uwe HermannReplace channel_group.probes with channel_group.channels.
2014-03-25 Uwe HermannReplace some 'pg' with 'cg'.
2014-03-25 Uwe HermannReplace 'probe group' with 'channel group' everywhere.
2014-03-25 poljar (Damir Jelić)hameg-hmo: Add missing cases in config_get().
2014-03-25 poljar (Damir Jelić)hameg-hmo: Add the TRIGGER_SLOPE entry to config_list().
2014-03-25 poljar (Damir Jelić)hameg-hmo: Fix the logic for the horizontal trigger...
2014-03-24 Matthias Heidbrinkserial-dmm: Implemented support for Voltcraft M-3650CR...
2014-03-24 Matthias Heidbrinkserial-dmm: Implemented support for Voltcraft ME-42...
2014-03-20 Uwe HermannSwitch to a non-recursive automake setup.
2014-03-11 Uwe Hermannscpi_usbtmc_libusb.c: Fix two error checks.
2014-03-11 Uwe Hermannscpi_usbtmc_libusb.c: Consistently check for < 0 (libus...
2014-03-11 Uwe HermannFix 'aquisition' typo in a few places.
2014-03-08 Matthias Heidbrinkgmc-mh-1x-2x: Whitespace fixes (cosmetic).
2014-03-08 Matthias Heidbrinkvisa: Fixed missing header warnings/uninitialized variable.
2014-03-08 Matthias Heidbrinkgmc-mh-1x-2x: Cosmetic fixes for Metrahit 25S.
2014-03-08 Matthias Heidbrinkgmc-mh-1x-2x: Fixed 300 µA range scaling.
2014-03-05 FabioFluke189 support
2014-02-28 Uwe Hermannbrymen-bm86x: Remove std_dev_clear() wrapper.
2014-02-27 Aurelien Jacobsbrymen-bm86x: actual driver implementation
2014-02-27 Aurelien Jacobsbrymen-bm86x: Initial driver skeleton.
2014-02-26 Bert VermeulenRemove std_dev_clear() wrappers from drivers.
2014-02-12 Uwe Hermannconrad-digi-35-cpu: Add missing Makefile.am, minor...
2014-02-12 Matthias Heidbrinkconrad-digi-35-cpu: Implemented driver.
2014-02-12 Matthias Heidbrinkconrad-digi-35-cpu: Initial driver framework.
2014-02-12 Uwe Hermanngmc-mh-1x-2x: Shorten driver names a bit.
2014-02-11 Matthias Heidbrinkgmc-mh-1x-2x: Support for interface SI232-II with drive...
2014-02-11 Matthias Heidbrinkgmc-mh-1x-2x: Added new driver gmc-mh-2x-bd232.
2014-02-11 Matthias Heidbrinkgmc-mh-1x-2x: Cleanup, docs, minor fixes.
2014-02-07 Daniel Elstnerscpi_visa: Add missing callback parameter.
2014-02-07 Uwe Hermannscpi_usbtmc_libusb: Consistent libusb error handling.
2014-02-07 Uwe Hermannscpi: Disable scpi_usbtmc in favor of scpi_usbtmc_libus...
next