working example with fixed flake

This commit is contained in:
Filipriec
2025-09-29 18:07:53 +02:00
parent d1ec1fd689
commit 1f7d35a6d3
10 changed files with 1747 additions and 12 deletions

16
test1/.cargo/config.toml Normal file
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"]