]> sigrok.org Git - libsigrok.git/history - src/hardware
drivers: Add and use STD_CONFIG_LIST().
[libsigrok.git] / src / hardware /
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-17 Uwe Hermannsaleae-logic-pro: Use sr_dev_acquisition_stop() wrapper.
2017-07-16 Jan Luebbesaleae-logic-pro: Detect and abort on capture errors
2017-07-16 Jan Luebbesaleae-logic-pro: Implement bitstream upload and initia...
2017-07-16 Jan Luebbesaleae-logic-pro: Implement FX3 firmware upload
2017-07-13 Uwe Hermanndrivers: Remove some uneeded 'ret' variables.
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
2017-07-13 Uwe Hermannsr_dev_clear(): Always free sdi->priv (devc).
2017-07-13 Uwe Hermanndev_clear(): Consistently name callback 'clear_helper()'.
2017-07-13 Uwe Hermannstd: Add and use std_dev_clear() where possible.
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-13 Uwe Hermannstd: Factor out some API call dummy implementations.
2017-07-13 Uwe HermannVarious log message cleanups.
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
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 Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe Hermannsr_config_commit(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-07-04 Richardserial-dmm: Add support for the SparkFun 70C multimeter.
2017-07-04 RichardMark some arrays as const
2017-07-03 Uwe Hermannsaleae-logic-pro: Fix two compiler warnings.
2017-06-28 Uwe Hermannsaleae-logic-pro: Random minor cosmetics/consistency...
2017-06-28 Uwe Hermannsaleae-logic-pro: Driver name consistency fixes.
2017-06-28 Jan Luebbesaleae-logicpro: Initial implementation.
2017-06-28 Jan Luebbesaleae-logicpro: Initial driver skeleton.
2017-06-27 Gerhard Sittigasix-sigma: Only open the USB device once (fails with...
2017-06-27 Gerhard Sittigasix-sigma: Only change number of channels after succes...
2017-06-27 Gerhard Sittigasix-sigma: Propagate errors from firmware upload
2017-06-24 Uwe Hermannhung-chang-dso-2100: Fix a gcc 7 compiler warning.
2017-06-24 Gerhard Sittigdemo: Mask out logic data for disabled channels in...
2017-06-23 Gerhard Sittigdemo: Skip generating data when all channels in a group...
2017-06-23 Gerhard Sittigdemo: Don't generate analog output data for disabled...
2017-06-23 Gerhard Sittigdemo: Only send average result data when averaging...
2017-06-23 Gerhard Sittigdemo: Unbreak execution with all analog channels disabled
2017-06-23 Gerhard Sittigdemo: Drop previous "default enabled" logic (experiment...
2017-06-21 Uwe Hermanndreamsourcelab-dslogic: Drop an assert().
2017-06-21 Uwe Hermanndreamsourcelab-dslogic: Don't check for USB manufacture...
2017-06-20 Uwe Hermanndreamsourcelab-dslogic: Drop an unneeded dslogic_ prefix.
2017-06-20 Uwe Hermanndreamsourcelab-dslogic: Naming and other consistency...
2017-06-19 Joel Holdsworthdslogic: Recast samples into sigrok-compatible sample...
2017-06-19 Joel Holdsworthdslogic: Fixed buffer size calculation
2017-06-19 Joel Holdsworthdslogic: Factored out enabled_channel_count, enabled_ch...
2017-06-19 Joel Holdsworthdslogic: Don't leak the trigger transfers array
2017-06-19 Joel Holdsworthdslogic: Removed trigger_fired option
2017-06-19 Joel Holdsworthdslogic: Merged trigger_request into dslogic_acquisitio...
2017-06-19 Joel Holdsworthdslogic: Moved all protocol handling to protocol.c
2017-06-19 Joel Holdsworthfx2lafw: Moved all protocol handling to protocol.c
2017-06-19 Joel Holdsworthdslogic: Fixed FPGA setting code
2017-06-19 Joel Holdsworthdslogic: Declare memory depths
2017-06-19 Joel Holdsworthdslogic: Fixed voltage selection
2017-06-19 Joel Holdsworthdslogic: Updated matching of device with loaded firmware
2017-06-19 Joel Holdsworthdslogic: Renamed D0-16 channels to 0-16
2017-06-19 Joel Holdsworthdslogic: Added half and quater-mode flags
2017-06-19 Joel Holdsworthdslogic: Simplified supported_device table
2017-06-19 Joel Holdsworthdslogic: Refactored firmware selection into dslogic_fpg...
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/dslogic: Updated dslogic_fpga_config structure...
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Imported FPGA config mode flags
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Use const buffer instead of memset
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Fixed dslogic_set_vth package structure
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Added register address #defines
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Updated bRequest #defines to reflect...
2017-06-19 Joel Holdsworthfx2lafw: Call dslogic_get_number_of_transfers into...
2017-06-19 Joel Holdsworthfx2lafw/dslogic: Added DSLogic Plus and Basic variants
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-06-06 Uwe HermannMinor cosmetics.
2017-05-28 Soeren ApelDemo: Convert white spaces to dashes for walking one...
2017-05-27 Soeren ApelDemo: Add walking one/walking zero pattern
2017-05-26 Gerhard Sittigasix-sigma: Silence a compiler warning (declared but...
2017-05-26 Gerhard Sittigasix-sigma: Use monotonic time not wallclock time
2017-05-26 Gerhard Sittigasix-sigma: Handle sample memory wrap around (circular...
2017-05-26 Gerhard Sittigasix-sigma: Fixup the download of the last data acquisi...
2017-05-26 Gerhard Sittigasix-sigma: Comment on RLE decompression upon data...
2017-05-26 Gerhard Sittigasix-sigma: Remove an unused variable
2017-05-26 Gerhard Sittigasix-sigma: Adjust clock configuration upon acquisition...
2017-05-26 Gerhard Sittigasix-sigma: Document the sample memory layout
2017-05-26 Gerhard Sittigasix-sigma: Enforce optionally specified sample count
2017-05-26 Gerhard Sittigasix-sigma: Acquisition stop, symbolic identifiers...
2017-05-26 Gerhard Sittigasix-sigma: Nit, separate declaration from assignment...
2017-05-26 Gerhard Sittigasix-sigma: Fix a register addressing bug (non-issue)
2017-05-26 Gerhard Sittigasix-sigma: Only download firmware when necessary
2017-05-26 Gerhard Sittigasix-sigma: Properly decode data gathered at 100 and...
2017-05-26 Gerhard Sittigasix-sigma: Stabilize channel assignment for different...
2017-05-26 Gerhard Sittigasix-sigma: Factor out access to sample data and sessio...
2017-05-26 Gerhard Sittigasix-sigma: Disable support for triggers, they don...
2017-05-26 Gerhard Sittigasix-sigma: Nit, remove redundant USB VID/PID declaration
2017-05-26 Gerhard Sittigasix-sigma: Improve sample time estimation, consider...
2017-05-26 Gerhard Sittigasix-sigma: Fixed RLE decoder
2017-05-24 Uwe Hermannserial-dmm: Use a custom dummy struct for m2110.
2017-05-23 Uwe Hermannuni-t-dmm: Fix incorrect Tenma 72-7745 list entry.
2017-05-23 Uwe Hermannuni-t-dmm: Add missing special cases for some ES519xx...
2017-05-23 Angus Grattonfx2lafw: Always enable wide sampling for dslogic firmware
2017-05-21 Uwe Hermanndemo: Retain the default of 8 digital channels for...
2017-05-21 Gerhard Sittigdemo: support up to 128 logic channels, enable the...
2017-05-21 Gerhard Sittigdemo: add "cable squid" logic waveform (works-with...
2017-05-16 Uwe Hermannhantek-6xxx: Only list DC coupling once.
next