Replies: 1 comment
-
I haven't played with it for a couple years, but with a suitable version of openocd you should be able to do things like: Last time i played with it, you needed a custom / non-released version of openocd - but it looks like the 0.12.0 release should have everything needed: https://openocd.org/openocd-0120-released.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings, I'm coming from Rust so Go + Embedded is still a bit new for me. I have a Raspberry Pi Pico linked up with a Pi Debug Probe. Currently, I do
tinygo build -target=pico main.go
, followed withprobe-rs run --chip RP2040 main.elf
.Is there any way to make
tinygo flash
call theprobe-rs
command via any config file? Or is there any other tooling better integrated?Beta Was this translation helpful? Give feedback.
All reactions