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:
parent
6b132b9937
commit
9d28a3b437
11 changed files with 505 additions and 0 deletions
14
.cargo/config.toml
Normal file
14
.cargo/config.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue