Initial project creation

This commit is contained in:
Wyatt Marchand
2026-08-25 20:24:08 -07:00
commit 7542e733c1
7 changed files with 76 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[build]
target = "xtensa-esp32s3-espidf"
[target.'cfg(target_os = "espidf")']
linker = "ldproxy"
runner = "espflash flash --monitor"
rustflags = [ "--cfg", "espidf_time64"]
[unstable]
build-std = ["std", "panic_abort"]
[env]
MCU = "esp32s3"
ESP_IDF_VERSION = "v5.3.4"
ESP_IDF_TOOLS_INSTALL_DIR = "global"
# Uncomment this if you have moved the target dir by setting CARGO_TARGET_DIR or similar.
# Required for now due to embuild limitations.
#CARGO_WORKSPACE_DIR = { value = "", relative = true }