Files
esp32-c6-lcd-touch/.cargo/config.toml
T
Thomas Klaehn 2301274850 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2026-03-12 13:49:07 +01:00

12 lines
189 B
TOML

[build]
target = "riscv32imac-unknown-none-elf"
[target.riscv32imac-unknown-none-elf]
runner = "espflash flash --monitor"
[env]
ESP_LOG = "info"
[unstable]
build-std = ["alloc", "core"]