storing before actually doing interrupt LED toggle
This commit is contained in:
16
test_LED3_interrupt/.cargo/config.toml
Normal file
16
test_LED3_interrupt/.cargo/config.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user