]> sigrok.org Git - libsigrok.git/history - hardware/chronovu-la8/chronovu-la8.c
Move the probe naming to the creator of the device, and let each driver name its...
[libsigrok.git] / hardware / chronovu-la8 / chronovu-la8.c
2011-12-29 Kristoffer SjöbergMove the probe naming to the creator of the device...
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
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-20 Bert Vermeulenla8: device not found during init() scan is not an...
2011-06-19 Bert Vermeulenuse new datafeed packet format
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-05 Uwe HermannLA8: Free memory from g_*alloc*() via g_freee().
2011-05-05 Uwe Hermannlibsigrok: closedev() now has a return code.
2011-05-05 Uwe Hermannlibsigrok: Rename open/close to opendev/closedev.
2011-04-24 Uwe HermannLA8: Shrink mangled_buf from 8MB to 4KB.
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-16 Uwe HermannLA8: Always use glib's memory allocation functions.
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.