]> sigrok.org Git - libsigrok.git/history - hardware
autogen.sh: aclocal support for Windows XP/Vista/7.
[libsigrok.git] / hardware /
2012-02-02 Uwe Hermannsr: Make more symbols private via static/SR_PRIV.
2012-02-02 Uwe Hermannsr: zeroplus: Remove unused gl_open()/gl_close().
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-02-01 Bert Vermeulensr: remove unused time/duration fields from datafeed...
2012-01-31 Uwe Hermannsr: Eliminate usb/serial instances from API.
2012-01-31 Uwe Hermannsr: zp: Add missing <string.h> #include.
2012-01-29 Uwe Hermannsr: zeroplus: Use device-specific context.
2012-01-29 Uwe Hermannsr: la8: Fix typo.
2012-01-28 Uwe Hermannsr: zeroplus: Fix a segfault.
2012-01-28 Uwe Hermannsr: Drop analog left-overs from sigrok.h.
2012-01-21 Anatoly Sokolovadd SR_HWCAP_DEMO_DEVICE capability
2012-01-19 Renato Caldaslink-mso19: Fixed led toggling (the bit masking was...
2012-01-19 Renato Caldaslink-mso19: Prevent double free errors when freeing...
2012-01-19 Renato Caldaslink-mso19: Add debug messages.
2012-01-19 Renato Caldaslink-mso19: Properly initialize the protocol trigger...
2012-01-19 Renato Caldaslink-mso19: Added new register definitions and renamed...
2012-01-19 Renato Caldaslink-mso19: Added struct definitions for the pattern...
2012-01-06 Uwe Hermannmso-19: Fix whitespace.
2012-01-06 Renato Caldaslink-mso19: fixed segmentation fault.
2012-01-06 Renato Caldaslink-mso19: Updated to the current structs (fixed compi...
2011-12-30 Uwe Hermannsr/srd: Remove/fix non-applicable autotools stuff.
2011-12-29 Uwe Hermannprobe names: Fix cosmetics, add docs, fix off-by-one.
2011-12-29 Kristoffer SjöbergMove the probe naming to the creator of the device...
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-12-04 Uwe Hermannlibsigrok: Quickfix for a segfault in ChronoVu LA8.
2011-11-24 Uwe HermannOther method to avoid "unused var" compiler warnings.
2011-11-24 Uwe HermannAdd missing #includes to avoid clang warnings.
2011-11-20 Bert Vermeulenla8: device not found during init() scan is not an...
2011-11-19 Gareth McMullinChanged SR_T_NULL to SR_T_BOOL and adjusted RLE option.
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.
next