acid/firmware/.cargo/config.toml
Jakub Hlusička 2521dc7949 Add firmware
2025-10-09 00:06:32 +02:00

17 lines
274 B
TOML

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