esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

Rust 1.54 changes #58

Closed KerryRJ closed 2 years ago

KerryRJ commented 2 years ago

Requires https://github.com/esp-rs/rust/pull/65.

After adding xtensa-esp32-none-elf as a target to the Rust config.toml, am now able to build using cargo:-

cargo espflash --chip esp32 --example blinky --speed 115200 --tool=cargo COM3

Does the version number need to be bumped?