Vibe CODE WARNING – from 1k to 10k lines, a personal casestudy
github.comΒ·3hΒ·
Discuss: Hacker News
Flag this post

pico2-swd-riscv

A stateful SWD protocol implementation for debugging RP2350 RISC-V cores (Hazard3) from any Raspberry Pi Pico2 (target) using GPIO’s on another Pico (probe).

0. VIBE CODE WARNING

About 80% of the code is vibe coded; The readme is almost completely generated. I spent many nights with the oscilloscope and the docs and made a working prototype that was able ti do sba/read/write regs and do abstract commands and progbuf, the rest was done with claude code. The tests are quite comprehensive test suite and I use the core of the library in my own projects, but, as they say, β€œhic sunt dracones”. I also read the readme and the code didn’t notice anything wrong (and removed the wrong/un…

Similar Posts

Loading similar posts...