Skip to content

dobrite/toad-time

Repository files navigation

Running

$ cargo embed

Debugging (Mac)

cargo embed
# open new terminal
cd projects/rust/toad-time
arm-none-eabi-gdb -q -x openocd.gdb target/thumbv6m-none-eabi/debug/rp2040-tmp

Old Way To Debug

$ openocd -f interface/cmsis-dap.cfg -c "adapter speed 5000" -f target/rp2040.cfg -s tcl
# then swap `probe-run` runner for `arm-none-eabi-gdb` runner in `.cargo/config.toml`

About

Rust and Pi Pico

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published