Restart xiao project

This commit is contained in:
Invariantspace 2025-06-22 13:54:55 -05:00 committed by macronova
parent dfb4b1e765
commit 574d4d08bc
Signed by: macronova
GPG key ID: CE969670FB4B4A56
9 changed files with 91 additions and 1988 deletions

View file

@ -1,16 +0,0 @@
[build]
target = "riscv32imac-esp-espidf"
[target.riscv32imac-esp-espidf]
linker = "ldproxy"
runner = "espflash flash --monitor"
rustflags = [ "--cfg", "espidf_time64"]
[unstable]
build-std = ["std", "panic_abort"]
[env]
MCU="esp32c6"
# Note: this variable is not used by the pio builder (`cargo build --features pio`)
# ESP_IDF_VERSION = "v5.2.3"