An open API service indexing awesome lists of open source software.

https://github.com/mabezdev/esp32c3-experiments


https://github.com/mabezdev/esp32c3-experiments

Last synced: 11 months ago
JSON representation

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
```