From 543d5ae1820afbfcd9b2f3a444eea12e2a1e5b5e Mon Sep 17 00:00:00 2001 From: Roman Liutko Date: Tue, 2 Jul 2024 10:33:35 +0200 Subject: [PATCH] bump readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65e65b1..b909bc1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Pico uses 3.3V logic levels - if your hardware uses something different you will | 16 | 12 | GPIO output 4 | | 1 | 0 | Defmt logger (this firmware debugging) | -## Developing +## Development 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`) 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)