storing before actually doing interrupt LED toggle

This commit is contained in:
Priec
2025-10-14 23:09:43 +02:00
parent dc05d3ed37
commit 200f37d794
30 changed files with 3141 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"]