Initial Commit

This commit is contained in:
2025-07-08 15:27:01 +02:00
commit 093bd5603e
9 changed files with 1834 additions and 0 deletions

14
.cargo/config.toml Normal file
View File

@@ -0,0 +1,14 @@
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"
[env]
ESP_LOG = "info"
[build]
rustflags = ["-C", "link-arg=-nostartfiles", "-C", "link-arg=-Wl,-Tlinkall.x"]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]