libsigrok/output/text
Bert Vermeulen af51a7718e output: Use sr_config_get() wrapper
This obviates the need for a valid driver, and thus makes converting
from any (non-sr) input format to any output format possible; the only
thing missing is the samplerate.

Fixes bug 105.
2013-04-30 16:03:37 +02:00
..
Makefile.am GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
ascii.c ascii: fix for big-endian architectures. 2013-04-26 22:56:16 +02:00
bits.c bits: Remove unused code. 2013-04-26 22:56:16 +02:00
hex.c hex: fix for big-endian architectures. 2013-04-26 22:56:16 +02:00
text.c output: Use sr_config_get() wrapper 2013-04-30 16:03:37 +02:00
text.h text: Use a GSList of enabled probe names, not an array. 2013-04-27 15:49:50 +02:00