ESP Rust

This project is a trial for running some basic Rust code on an ESP32 microcontroller. It is based on https://github.com/esp-rs/rust-build.

Getting Started

  1. Make sure the toolchain is installed. Run espup install -t esp32
  2. Source the required environment variables. Run . $HOME/export-esp.sh.