libsigrok/src
Bert Vermeulen fc74643098 output: Actually return a NULL-terminated array.
This returned an array of structs with an NULL-ed element at the end.
The drivers still do this, but the wrappers now make and free a NULL-
terminated array around it.

sr_output_options_free() now takes the pointer returned by
sr_output_options_get(), instead of the module owning it.
2014-08-15 20:23:52 +02:00
..
dmm Implement Brymen BM25x series as a serial DMM. 2014-08-01 20:31:26 +02:00
hardware hameg-hmo: Make sure the enabled_channels list is empty before populating it 2014-08-14 22:43:57 +02:00
input input/vcd: Make less noise in format match failure. 2014-08-01 12:04:20 +02:00
output output: Actually return a NULL-terminated array. 2014-08-15 20:23:52 +02:00
scpi Doxygen: Add a few missing @param lines for sessions. 2014-08-10 17:31:33 +02:00
backend.c output: Finish output module API wrappers. 2014-07-26 03:57:17 +02:00
device.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
drivers.c Implement Brymen BM25x series as a serial DMM. 2014-08-01 20:31:26 +02:00
error.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
ezusb.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
hwdriver.c Add config key for amplitude. 2014-07-28 15:40:19 +02:00
libsigrok-internal.h output: Modules can keep track of option resources without wrapper help. 2014-08-02 19:20:00 +02:00
log.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
serial.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
session.c session: Remove irrelevant logging. 2014-08-13 14:34:55 +02:00
session_driver.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
session_file.c session_file.c: Drop left-over extern. 2014-08-11 12:31:01 +02:00
soft-trigger.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
std.c std: Free channel groups from device instances as well. 2014-07-24 21:01:08 +02:00
strutil.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
trigger.c trigger.c: Add Doxygen @file and @defgroup tags. 2014-08-10 18:59:16 +02:00
usb.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
version.c Reorganize project tree. 2014-07-22 18:19:29 +02:00