embassy/examples/esp32c3/README.md

16 lines
349 B
Markdown
Raw Normal View History

# 👋🏻
2023-09-30 10:21:42 +02:00
This code was borrowed from [esp32c3-hal](https://github.com/esp-rs/esp-hal/tree/main/esp32c3-hal)
2023-09-30 10:21:42 +02:00
The Cargo.toml file has been modified to use the embassy repo in path
2023-09-30 10:21:42 +02:00
```
rustup target add riscv32imc-unknown-none-elf
```
For now
2023-09-30 10:21:42 +02:00
```
cargo run --example embassy_hello_world --features "default","embassy","embassy-time-timg0"
```