chore: Use embassy runtime
This commit is contained in:
parent
480ba97ee7
commit
ae71fb51ef
4 changed files with 348 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue