]> sigrok.org Git - libsigrok.git/history - hardware/chronovu-la8/chronovu-la8.c
sr: Fix/document probe names.
[libsigrok.git] / hardware / chronovu-la8 / chronovu-la8.c
2012-02-28 Uwe Hermannsr: Fix/document probe names.
2012-02-23 Uwe Hermannsr: la8: Improve comments and messages a bit.
2012-02-22 Uwe Hermannsr: la8: Remove some unneeded checks.
2012-02-18 Uwe Hermannsr: Consistent ctx name for per-dev-inst context.
2012-02-18 Uwe Hermannsr: s/config_set/dev_config_set/.
2012-02-18 Uwe Hermannsr: s/acquisition_*/dev_acquisition_*/.
2012-02-18 Uwe Hermannsr: opendev/closedev -> dev_open/dev_close.
2012-02-18 Uwe Hermannsr: s/st*_acquisition/acquisition_st*/.
2012-02-18 Uwe Hermannsr/cli/gtk/qt: s/get_dev_info/dev_info_get/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/configuration/config/.
2012-02-17 Uwe Hermannsr/cli/gtk: s/capability/hwcap/.
2012-02-17 Uwe Hermannsr/cli/gtk: A few more s/instance/inst/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/device/dev/ in many places.
2012-02-17 Uwe Hermannsr: Some more s/device_instance/dev_inst/.
2012-02-14 Bert Vermeulensr: la8: remove debug output when no device is found
2012-02-14 Bert Vermeulensr: don't free driver-specific per-device struct in...
2012-02-13 Bert Vermeulensr: rename more functions to sr_thing_action format
2012-02-13 Bert Vermeulensr: rename all sr_device_instance_* functions to sr_dev...
2012-02-13 Uwe Hermannsr: cleanup callback: Return int.
2012-02-13 Uwe Hermannsr: stop_acquisition callback: Return int.
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-10 Uwe Hermannsr: chronovu-la8: Add missing <stdlib.h> #include.
2012-02-05 Uwe Hermannsr/cli/gtk: Remove analog left-overs from API.
2012-02-02 Uwe Hermannsr: Make more symbols private via static/SR_PRIV.
2012-02-01 Bert Vermeulensr: remove unused time/duration fields from datafeed...
2012-01-29 Uwe Hermannsr: la8: Fix typo.
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-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.