semestralka na tprais

This commit is contained in:
Priec
2026-05-03 12:54:32 +02:00
parent 8411977751
commit 05eb16b89f
21 changed files with 3402 additions and 0 deletions

View File

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