esp-hal/esp32-hal
Björn Quentin 6d94b61268
Shared GPIO Implementation (#3)
* make esp32c3 examples run from flash / flashable
* use gpio3 for blinky
* direct boot in Cargo.toml
* have a shared gpio impl
* use PACs from their original locations again
2022-01-06 07:57:55 -08:00
..
.cargo Add a minimal HAL crate for the ESP32 with a serial example 2021-10-21 17:28:02 -07:00
examples Shared GPIO Implementation (#3) 2022-01-06 07:57:55 -08:00
src Shared GPIO Implementation (#3) 2022-01-06 07:57:55 -08:00
build.rs Add a minimal HAL crate for the ESP32 with a serial example 2021-10-21 17:28:02 -07:00
Cargo.toml Assorted updates to make most things build properly... still some errors 2021-11-23 20:12:34 -08:00
memory.x Add a minimal HAL crate for the ESP32 with a serial example 2021-10-21 17:28:02 -07:00
README.md Add a minimal HAL crate for the ESP32 with a serial example 2021-10-21 17:28:02 -07:00
rom.x Add a minimal HAL crate for the ESP32 with a serial example 2021-10-21 17:28:02 -07:00
rust-toolchain.toml Add a minimal HAL crate for the ESP32 with a serial example 2021-10-21 17:28:02 -07:00

esp32-hal