Re: [sigrok-devel] [PATCH v2] output: Accept analog packets in csv output module.

2015-03-16 Thread Uwe Hermann
Hi, On Fri, Mar 13, 2015 at 03:16:04PM +0100, Bartosz Golaszewski wrote: > > This version has been reworked according to the code review by > > Aurelien Jacobs. It now supports interleaved analog and logic packets > > and analog frames too. Merged, thanks! I've given this a few quick tests with

Re: [sigrok-devel] [PATCH v2] output: Accept analog packets in csv output module.

2015-03-13 Thread Bartosz Golaszewski
2015-03-05 18:28 GMT+01:00 Bartosz Golaszewski : > Signed-off-by: Bartosz Golaszewski > --- > This version has been reworked according to the code review by > Aurelien Jacobs. It now supports interleaved analog and logic packets > and analog frames too. > > src/output/csv.c | 179 > +

[sigrok-devel] [PATCH v2] output: Accept analog packets in csv output module.

2015-03-05 Thread Bartosz Golaszewski
Signed-off-by: Bartosz Golaszewski --- This version has been reworked according to the code review by Aurelien Jacobs. It now supports interleaved analog and logic packets and analog frames too. src/output/csv.c | 179 +-- 1 file changed, 147 i