libsigrok/output
Uwe Hermann adf33ecce5 csv output: Fix incorrect ordering of the probes.
The comment for the CSV output module says probes are ordered e.g.
0,1,2,3, but the actual values were in the 3,2,1,0 order.

We're fixing this by making the order of the probe values 0,1,2,3 too
for now, but this will become a configurable option later on.

Thanks Patrick Servello <patrick.servello@gmail.com> for the patch.
2013-05-22 14:58:09 +02:00
..
text s/DRIVER_LOG_DOMAIN/LOG_PREFIX/. 2013-05-03 21:59:32 +02:00
Makefile.am GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
analog.c s/DRIVER_LOG_DOMAIN/LOG_PREFIX/. 2013-05-03 21:59:32 +02:00
binary.c s/DRIVER_LOG_DOMAIN/LOG_PREFIX/. 2013-05-03 21:59:32 +02:00
chronovu_la8.c s/DRIVER_LOG_DOMAIN/LOG_PREFIX/. 2013-05-03 21:59:32 +02:00
csv.c csv output: Fix incorrect ordering of the probes. 2013-05-22 14:58:09 +02:00
gnuplot.c s/DRIVER_LOG_DOMAIN/LOG_PREFIX/. 2013-05-03 21:59:32 +02:00
ols.c s/DRIVER_LOG_DOMAIN/LOG_PREFIX/. 2013-05-03 21:59:32 +02:00
output.c GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
vcd.c s/DRIVER_LOG_DOMAIN/LOG_PREFIX/. 2013-05-03 21:59:32 +02:00