]> sigrok.org Git - libsigrok.git/history - hardware
Add SR_HZ macro for consistency.
[libsigrok.git] / hardware /
2011-03-03 Uwe HermannAdd SR_HZ macro for consistency.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-20 Uwe HermannMake ARRAY_SIZE/ARRAY_AND_SIZE private.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-20 Uwe HermannAdd sr_ prefix for analog stuff some structs.
2011-02-20 Uwe HermannAdd sr_ prefix to session_{add,remove}.
2011-02-20 Uwe HermannMark some private stuff 'static'.
2011-02-12 Bert Vermeulendemo: forgot second part of samplerate support
2011-02-08 Uwe HermannSaleae: Make more private stuff static.
2011-02-08 Uwe HermannAdd sr_ prefix to 'struct samplerates'.
2011-02-08 Uwe HermannAdd sr_ prefix to session related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
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-04 Uwe HermannRevert FIRMWARE_DIR / DECODERS_DIR method for now.
2011-02-04 Bert Vermeulendemo: support setting sample rate
2011-02-04 Bert Vermeulenols: default to 200KHz samplerate
2011-02-02 Uwe HermannMinGW: Build fixes.
2011-02-02 Uwe HermannFix build when no libusb-LA is compiled.
2011-02-01 Bert Vermeulendemo: stored-pattern generator now keeps state
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannPrefixes for *_device_instance.
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 HermannPrefix datafeed structs with sr_.
2011-01-30 Uwe Hermannget_sr_device_instance() -> sr_get_device_instance().
2011-01-30 Uwe HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-23 Uwe HermannBuild fix.
2011-01-23 Bert Vermeulenfix compile warning on 32-bit platforms
2011-01-23 Bert Vermeulenrestore demo driver to working state
2011-01-22 Daniel Ribeiroalsa: hide a few compiler warnings
2011-01-22 Daniel Ribeirofinish alsa driver implementation
2011-01-22 Bert VermeulenRevert "re-enable filter and datastore for DF_LOGIC"
2011-01-22 Daniel Ribeirofix copynpaste glitch
2011-01-22 Daniel Ribeiroinitial version of alsa plugin.
2011-01-22 Daniel Ribeiroalphabetical order
2011-01-21 Uwe HermannRemove duplicate FIRMWARE_DIR includes.
2011-01-21 Daniel Ribeirore-enable filter and datastore for DF_LOGIC
2011-01-21 Daniel Ribeiroadd a sine wave to demo.c
2011-01-21 Daniel Ribeirochange demo.c to output analog packets
2011-01-19 Uwe HermannRe-enable stuff we temporarily disabled for 0.1.
2011-01-19 Uwe HermannDisable Link Instruments MSO-19 for 0.1.
2011-01-19 Uwe Hermanndemo: Small indentation fix.
2011-01-19 Håvard EspelandDemo: Obery samplerate and fix race condition.
2011-01-19 Bert Vermeulendisable MSO-19 specific stuff for 0.1 release
2011-01-19 Uwe HermannMove more non-public headers to sigrok-internal.h.
2011-01-18 Uwe HermannFix compiler warning.
2011-01-18 Håvard EspelandSigma: Update set_configuration to reflect API.
2011-01-18 Håvard EspelandSigma: Set default samplerate to 200 KHz.
2011-01-18 Håvard EspelandSigma: Only send trigger packet if enabled.
2011-01-18 Håvard EspelandSigma: Never send empty packets.
2011-01-17 Bert Vermeulendemo driver: support time limit
2011-01-17 Bert Vermeulenrefuse to set sample limit under 4 (protocol can't...
2011-01-16 Håvard EspelandSigma: Support for decoding partial chunks.
2011-01-16 Uwe HermannFix warnings.
2011-01-16 Uwe Hermanndemo: Use GIOChannels, makes it work on MinGW.
2011-01-15 Håvard EspelandSigma: Limit number of edge triggers to 1.
2011-01-15 Håvard EspelandSigma: Download samples from partial chunks.
2011-01-15 Håvard EspelandSigma: Move sigma state to device specific struct
2011-01-15 Uwe HermannStart moving private stuff to sigrok-internal.h.
2011-01-15 Uwe HermannSlightly more consistent #include-guard naming.
2011-01-15 Bert Vermeulenadded example code for generating a stored pattern
2011-01-15 Håvard EspelandSigma: Check state in hw_closedev
2011-01-15 Uwe Hermanndemo: Cosmetics, constify.
2011-01-15 Bert Vermeulencleaned up demo driver
2011-01-15 Uwe HermannCosmetics for the -D output.
2011-01-13 Uwe HermannWhitespace and consistency fixes.
2011-01-12 Uwe HermannMinGW/Windows: Serial port portability fixes.
2011-01-11 Olivier Fauchonadd ontinuous mode for demo driver
2011-01-11 Uwe Hermannconfigure: Add --enable-demo option.
2011-01-11 Uwe HermannMinGW: Quickfix to make serial.c/ols.c compile.
2011-01-10 Bert Vermeulencli: support --continuous option for continuous sampling
2011-01-10 Uwe HermannCosmetics, whitespace, consistency fixes.
2011-01-10 Uwe Hermanndemo: Add missing copyright line.
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel RibeiroAdd incomplete mso-19 plugin
2011-01-10 Daniel Ribeiroupdate plugins and cli to use new DF_HEADER
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-09 Bert Vermeulenchange all DF_LOGIC* to a single DF_LOGIC type
2011-01-08 Uwe HermannOnly build specific source files if needed.
2011-01-08 Uwe HermannOnly build hardware drivers if they're enabled.
2011-01-08 Uwe Hermanndemo driver: Small cleanups, error handling.
2011-01-08 Uwe HermannMake the demo driver work.
2011-01-08 Uwe HermannFix two more compiler warnings noticed on amd64.
2011-01-08 Uwe HermannFix out-of-tree build.
2011-01-06 Uwe HermannInitial, unfinished demo/simulation hardware driver.
2010-12-28 Bert Vermeulenconsistent debug msgs, rename sump to ols
2010-12-27 Bert Vermeulendon't turn on/off libusb debugging
2010-08-12 Bert Vermeulenoops, fix serial_flush()
2010-08-12 Bert Vermeulenadd serial_flush()
2010-08-12 Bert Vermeulendon't push configuration to device until acq time
2010-08-11 Bert VermeulenOLS: fix multi-channel capture
2010-08-11 Bert Vermeulenadd debug logging (set SIGROK_DEBUG=2 to see)
2010-08-05 Bert VermeulenOLS: fix triggers, sample order, capture ratio
2010-07-18 Bert Vermeulensaleae logic: fix triggers after style changes
next