This commit is contained in:
Dimitris
2026-05-25 08:52:47 +02:00
commit 7e49bdba66
9 changed files with 2672 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
[env]
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]