]> sigrok.org Git - libsigrok.git/history - hardware
Consistently use __func__ instead of __FUNCTION__.
[libsigrok.git] / hardware /
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.
2011-10-29 Gareth McMullinRun-Length Encoding support for the OLS.
2011-10-29 Gareth McMullinPrevent reading past end of OLS hardware buffer.
2011-06-20 JerryMac OS X build fixes
2011-06-20 Bert Vermeulensaleae-logic: fix timing on packets when triggering...
2011-06-19 Bert Vermeulenuse new datafeed packet format
2011-06-12 Bert Vermeulensupport for multiple FX2 devices
2011-06-05 Bert Vermeulensaleae-logic: use new logging system
2011-06-04 Bert Vermeulensaleae-logic: support for other FX2 devices (bare FX2)
2011-06-04 Bert Vermeulenbetter cleanup of device/plugin resources
2011-05-08 Uwe HermannLA8: Remove trailing whitespace.
2011-05-08 Uwe HermannLA8: Use sr_spew() where appropriate.
2011-05-08 Uwe HermannLA8: Improve trigger support and debug output.
2011-05-08 Uwe HermannLA8: Eliminate magic numbers.
2011-05-08 Uwe HermannLA8: Add trigger point support.
2011-05-08 Uwe Hermanndemo: Use memset(), might be faster.
2011-05-08 Uwe Hermanndemo: Add all-low/all-high pattern support.
2011-05-05 Uwe Hermanndemo: s/genmode/pattern/.
2011-05-05 Uwe Hermanndemo: Rename GENMODE_DEFAULT to GENMODE_SIGROK.
2011-05-05 Uwe Hermanndemo: Eliminate unneeded tmp_u64.
2011-05-05 Uwe HermannLA8: Free memory from g_*alloc*() via g_freee().
2011-05-05 Uwe Hermannlog messages: Use device name, not vendor name.
2011-05-05 Uwe Hermannlibsigrok: closedev() now has a return code.
2011-05-05 Uwe HermannDrop unneeded skeleton files.
2011-05-05 Uwe Hermannlibsigrok: Rename open/close to opendev/closedev.
2011-05-01 Uwe Hermanndemo: Add some more debug output.
2011-04-24 Uwe HermannLA8: Shrink mangled_buf from 8MB to 4KB.
2011-04-24 Uwe HermannASIX: Small consistency fixes.
2011-04-24 Uwe HermannLA8: Eliminate unused num_probes variable.
2011-04-24 Uwe HermannLA8: Replace some sr_warn() with sr_err().
2011-04-24 Uwe HermannLA8: probeconfig/trigger support.
2011-04-18 Uwe HermannFix two small warnings.
2011-04-18 Uwe HermannHardware drivers: Use names for struct entries.
2011-04-18 Uwe Hermannols: Always use glib's memory allocation functions.
2011-04-18 Uwe HermannMSO19: Always use glib's memory allocation functions.
2011-04-16 Uwe Hermanndemo: Always use glib's memory allocation functions.
2011-04-16 Uwe Hermannserial.c: Use g_try_malloc().
2011-04-16 Uwe HermannASIX Sigma: Improve error handling a bit.
2011-04-16 Uwe Hermannalsa: Always use glib's memory allocation functions.
2011-04-16 Uwe HermannLA8: Always use glib's memory allocation functions.
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-15 Uwe HermannDon't close/reset the FTDI device too often.
2011-04-15 Uwe HermannLA8: free() sample buffers in hw_closedev().
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-10 Uwe HermannLA8: Use the new SR_ERR_ARG macro.
2011-04-04 Uwe HermannAdd initial support for the ChronoVu LA8.
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-04-03 Bert VermeulenOLS driver overhaul
2011-03-25 Uwe HermannASIX Sigma: Fix firmware loading bug.
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.
next