test_led2 ready for a new update

This commit is contained in:
Filipriec
2025-10-13 18:11:12 +02:00
parent 4e9566678a
commit 737b4b1dfe
10 changed files with 1566 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
[env]
ESP_LOG="info"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
"-Z", "stack-protector=all",
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]