0
0
Fork 0

chore: Use embassy runtime

This commit is contained in:
Jannik Beyerstedt 2026-05-11 21:14:54 +02:00
commit ae71fb51ef
4 changed files with 348 additions and 5 deletions

View file

@ -16,7 +16,7 @@ rustup target add riscv32imac-unknown-none-elf
cargo install espflash --locked
```
(Project was setup using esp-generate with the options `--chip esp32c5 -o esp32c5-wroom-1 -o alloc -o vscode -o log -o unstable-hal -o wifi -o esp-backtrace`.)
(Project was setup using esp-generate with the options `--chip esp32c5 -o esp32c5-wroom-1-psram -o alloc -o log -o unstable-hal -o wifi -o esp-backtrace -o embassy`.)
### Build and Flash
Connect your ESP32-C5 and run: