]> sigrok.org Git - libsigrok.git/commit
Initial support for the OLS output format.
authorUwe Hermann <redacted>
Sat, 15 Jan 2011 17:18:09 +0000 (18:18 +0100)
committerUwe Hermann <redacted>
Sat, 15 Jan 2011 18:05:14 +0000 (19:05 +0100)
commitab224f7b61ee1d3cf46fff172e4d97c856031593
treee1d76a32033989a961597d8509a3bab41d98ef5b
parent9d7ab9ba3b5208e99bc7fd33c6a831fe21a427f3
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.
output/Makefile.am
output/output.c
output/output_ols.c [new file with mode: 0644]