https://github.com/mabezdev/esp32c3-experiments
https://github.com/mabezdev/esp32c3-experiments
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabezdev/esp32c3-experiments
- Owner: MabezDev
- Created: 2021-04-28T20:09:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T20:47:07.000Z (over 4 years ago)
- Last Synced: 2025-07-27T01:29:34.542Z (11 months ago)
- Language: Rust
- Size: 1.88 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust on the esp32c3
**NOTE** highly experimental at the moment, do not expect support.
## Building and flashing
Add target to your toolchain
```bash
rustup target add riscv32imc-unknown-none-elf
```
Build and flash the image using [`espflash`](https://github.com/esp-rs/espflash)
```bash
cargo espflash /dev/ttyUSB0
```