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

2015-02-27 Thread Aurelien Jacobs
On Fri, Feb 27, 2015 at 11:54:46AM +0100, Bartosz Golaszewski wrote: > 2015-02-26 22:09 GMT+01:00 Aurelien Jacobs : > > On Wed, Feb 11, 2015 at 04:20:42PM +0100, Bartosz Golaszewski wrote: > >> Add a parameter to csv output module, which allows to specify the type > >> of data fed to it. By default

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

2015-02-27 Thread Bartosz Golaszewski
2015-02-26 22:09 GMT+01:00 Aurelien Jacobs : > On Wed, Feb 11, 2015 at 04:20:42PM +0100, Bartosz Golaszewski wrote: >> Add a parameter to csv output module, which allows to specify the type >> of data fed to it. By default the module assumes it receives logic data >> for backwards compatibility. >>

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

2015-02-26 Thread Aurelien Jacobs
On Wed, Feb 11, 2015 at 04:20:42PM +0100, Bartosz Golaszewski wrote: > Add a parameter to csv output module, which allows to specify the type > of data fed to it. By default the module assumes it receives logic data > for backwards compatibility. > > Signed-off-by: Bartosz Golaszewski > --- > Ini

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

2015-02-26 Thread Bartosz Golaszewski
2015-02-11 16:20 GMT+01:00 Bartosz Golaszewski : > Add a parameter to csv output module, which allows to specify the type > of data fed to it. By default the module assumes it receives logic data > for backwards compatibility. > > Signed-off-by: Bartosz Golaszewski > --- > Initially I thought it w