P33M
P33M
### Describe the bug When recovering data off poorly SD cards that have extremely long read access cycle times, eventually I get this splat: ``` [689174.139067] mmc0: Got data interrupt...
- FIx a bug where SWDIO was left low at the end of a write - Add a PIO driven implementation of CMSIS-DAP transfer APIs - Add descriptors and task...
This commit fixes a few deadlock scenarios and makes cdc_task more amenable to being called in a threadable context. Full-duplex is now reliable at fast and slow baudrates. There is...
Given that we already swap probe programs in and out of PIO on the fly, it would be easy enough to add JTAG support. How does PIO assist in this...
The on-orbit Astro-Pi configuration has no real method of signalling a hardware lockup to users. In the extended deployment case, the device could be left running for weeks thus an...
Current gain / strobe staggering / open-circuit / short-circuit detection status readback/control would be a useful feature.
Probing any of the column select lines, you get variations on the theme of following scope trace: There is a 3.28uS glitch on column select lines occuring at an offset...
Don't merge - this is for iterative debug (so build artefacts can be fetched via rpi-update).
Command Queueing requires Write Cache and Power off Notification support from the card - but using the write cache forms a contract with the host whereby the card expects to...
It's also built 3x in the following locations - ``` pi@raspberrypi:~/pico $ ls -R -1 | grep picotool-*\: ./pico-examples/build_pico/_deps/picotool: ./pico-examples/build_pico/pico-sdk/src/rp2040/boot_stage2/picotool: ./pico-examples/build_pico2/_deps/picotool: ./pico-examples/build_pico2/pico-sdk/src/rp2350/boot_stage2/picotool: ./picoprobe/build/_deps/picotool: ./picoprobe/build/pico-sdk/src/rp2040/boot_stage2/picotool: ``` Should one of the earlier...