pico-coder

Results 31 comments of pico-coder

Comments from someone who's built a sigrok driver: 1) Don't expect your changes to get pulled into the main pulseview repo any time soon, maybe ever. There are currently 60...

I finally got some more time to have a look around at your implementation. I was at first wanting to somehow merge the best attributes of each ours into a...

The limitation of many of the supported protocols is that they implement a fixed sample size from the host which the device then responds with. For a real piece of...

Yeah, the RP2040 is an amazing little device, but in many ways, it's just a little device. I've kind of had the philosophy that it's a logic analyzer and scope...

So I had plans to support channel renaming, but stopped trying to implement it to try to keep my pull request more stable. I think that if you keep the...

Rough, off-the-cuff response. Per the Raspberry PI PICO W datasheet the SPI interface to the WiFi chip is only single lane SPI, and per section 3.8 typically runs at 33Mhz....

FWIW, I put in a backorder for a PICO W to spark fun, no ETA provided, and they no longer even allow backorders. Note that I'm not sure I want...

The protocol supports run length encoding where if you get the same sample value over and over a repeat count is sent instead of sending all the same value. What...

Bug found. In the rev2 release I wrote some optimized loops that had to be cut and pasted a few times (send_slices_1B,2B,4B) and in the 2B version what should have...

The bug in rle has been fixed and released and new uf2 is available. Please try it out and let me know how it goes. Remaining stuff: 1) Wformat errors...