libsigrok/output
Uwe Hermann ab224f7b61 Initial support for the OLS output format.
This is the file format for the OpenBench Logic Sniffer "Alternative" client.
Details: https://github.com/jawi/ols/wiki/OLS-data-file-format

This is work-in-progress.
Currently the number of samples is hardcoded to 10000. Also, this will
require a real logic analyzer as input at the moment, and will not yet
work with the "demo" driver.
2011-01-15 19:05:14 +01:00
..
Makefile.am Initial support for the OLS output format. 2011-01-15 19:05:14 +01:00
common.c Cosmetics. 2011-01-15 15:57:54 +01:00
output.c Initial support for the OLS output format. 2011-01-15 19:05:14 +01:00
output_analog.c cli: new option to list output modules 2011-01-10 12:39:53 +01:00
output_binary.c make output modules a bit more crashproof 2011-01-13 07:55:35 +01:00
output_gnuplot.c make output modules a bit more crashproof 2011-01-13 07:55:35 +01:00
output_ols.c Initial support for the OLS output format. 2011-01-15 19:05:14 +01:00
output_skeleton.c output modules now register the DF type they can use 2011-01-09 23:23:56 +01:00
output_text.c output_text: Allocate more memory for output 2011-01-15 18:24:01 +01:00
output_vcd.c make output modules a bit more crashproof 2011-01-13 07:55:35 +01:00