1
0
Fork 0
mirror of https://github.com/imjasonh/esp32 synced 2026-07-06 23:52:24 +00:00

initial commit

Signed-off-by: Jason Hall <imjasonh@gmail.com>
This commit is contained in:
Jason Hall 2026-05-02 11:43:41 -04:00
parent 6b132b9937
commit 9d28a3b437
11 changed files with 505 additions and 0 deletions

14
.cargo/config.toml Normal file
View file

@ -0,0 +1,14 @@
[build]
target = "xtensa-esp32-espidf"
[target.xtensa-esp32-espidf]
linker = "ldproxy"
runner = "espflash flash --monitor"
rustflags = ["--cfg", "espidf_time64"]
[unstable]
build-std = ["std", "panic_abort"]
[env]
MCU = "esp32"
ESP_IDF_VERSION = "v5.2.2"