Skip to content

Commit 543d5ae

Browse files
authored
bump readme
1 parent 4b99ac9 commit 543d5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pico uses 3.3V logic levels - if your hardware uses something different you will
2626
| 16 | 12 | GPIO output 4 |
2727
| 1 | 0 | Defmt logger (this firmware debugging) |
2828

29-
## Developing
29+
## Development
3030

3131
I use BlackMagic probe for debugging and writing the firmware to the target. There are some supporting scripts to help write binaries to the target hooked to `cargo run`. For creating UF2 files [this tool](https://github.com/JoNil/elf2uf2-rs) is used (available in ArchLinux repository or through `cargo install`)
3232
Firmware uses serial for `defmt` log output. That was done to help debug USB issues (you can unplug and plug back USB without losing early logs). You will need to compile your own firmware if you want to see these (because `defmt` indexes logs and uses original ELF firmware for lookup)

0 commit comments

Comments
 (0)