mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
fix picoprobe/picotool mix up
This commit is contained in:
parent
6ab9cd7ed3
commit
3f0617b054
|
@ -318,7 +318,7 @@ $ cargo run --release --example pico_pwm_blink
|
|||
|
||||
As ELF files produced by compiling Rust code are completely compatible with ELF
|
||||
files produced by compiling C or C++ code, you can also use the Raspberry Pi
|
||||
tool [picoprobe](https://github.com/raspberrypi/picotool). The only thing to be
|
||||
tool [picotool](https://github.com/raspberrypi/picotool). The only thing to be
|
||||
aware of is that picotool expects your ELF files to have a `.elf` extension, and
|
||||
by default Rust does not give the ELF files any extension. You can fix this by
|
||||
simply renaming the file.
|
||||
|
|
Loading…
Reference in a new issue