Finally compiles

This commit is contained in:
Wyatt Marchand
2026-08-24 19:30:05 -07:00
commit 777c72cbfb
7 changed files with 121 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[build]
target = "xtensa-esp32s3-espidf"
[target.xtensa-esp32s3-espidf]
linker = "ldproxy"
[unstable]
build-std = ["std", "panic_abort"]
[env]
MCU = "esp32s3"
ESP_IDF_VERSION = "v5.3.1"