A hardware abstraction layer for the esp32 written in Rust.
Contributions are welcome :)
Join in on the discussion: https://matrix.to/#/#esp-rs:matrix.org!
There are currently two ways to flash the esp32:
The flash
script using esptool
flash
script in this repo which utilizes the espressif esptool to flash the esp32 over usb.
Example usage:
rust
./flash -p /dev/ttyUSB0 -e blinky --release
The espflash
cargo subcommand
rust
cargo espflash --example blinky --release /dev/ttyUSB0
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.