Re: [sigrok-devel] SPI protocol decoder and VCD file parser

2011-11-30 Thread Eric Anderson
On 11/30/2011 03:37 PM, Bert Vermeulen wrote: > On 11/30/2011 05:10 PM, Eric Anderson wrote: > >> I just finished working on some code which might be useful for this >> project: My program is a VCD -> SPI words -> AD9510 configuration >> instruction decoder (https://github.com/ewa/ad9510spi). Th

Re: [sigrok-devel] SPI protocol decoder and VCD file parser

2011-11-30 Thread Bert Vermeulen
On 11/30/2011 05:10 PM, Eric Anderson wrote: > I just finished working on some code which might be useful for this > project: My program is a VCD -> SPI words -> AD9510 configuration > instruction decoder (https://github.com/ewa/ad9510spi). The first two > stages should be pretty general, though

[sigrok-devel] SPI protocol decoder and VCD file parser

2011-11-30 Thread Eric Anderson
Hi All, I just finished working on some code which might be useful for this project: My program is a VCD -> SPI words -> AD9510 configuration instruction decoder (https://github.com/ewa/ad9510spi). The first two stages should be pretty general, though I can't guarantee that they work on anything