Update dependencies and enhance README for RP2040 support

This commit is contained in:
2026-06-04 14:10:22 -05:00
parent 5b07c41f70
commit 5019a9add7
5 changed files with 1800 additions and 3 deletions
+6
View File
@@ -84,6 +84,9 @@ flatpak run org.example.rustdevshell
| **minicom** | Serial terminal for device output |
| **elf2uf2-rs** | Convert ELF to UF2 format (RP2040) |
| **picotool** | Pico-specific firmware operations |
| **cargo-binutils** | LLVM tools for size and object analysis |
| **flip-link** | Stack overflow protection for embedded |
| **tea** | Gitea CLI for repository management |
## Testing & Development Features
@@ -107,6 +110,9 @@ cargo fmt
# Build for embedded target
cargo build --target thumbv6m-none-eabi --release
# Analyze binary size
cargo size --target thumbv6m-none-eabi --release
```
## Project Layout