No description
Find a file
2024-04-30 01:05:01 -04:00
build.zig Initial commit 2024-04-30 01:05:01 -04:00
build.zig.zon Initial commit 2024-04-30 01:05:01 -04:00
oled.zig Initial commit 2024-04-30 01:05:01 -04:00
README.md Initial commit 2024-04-30 01:05:01 -04:00
ssd1306.zig Initial commit 2024-04-30 01:05:01 -04:00

zig build to build

openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg &>/dev/null & starts the debug server for debugprobe (formerly picoprobe)

telnet localhost 4444 to communicate with the debugger

tio /dev/ttyACM0 to attach to the uart serial console

Within the telnet session, adapter speed 10000 provides better probe speeds. reset resets the target board. program <PATH_TO_ELF> reset uploads the binary to the chip and resets the board.