Files
creaturedex/.cargo/config.toml
T
2026-08-30 08:15:52 +00:00

15 lines
300 B
TOML

[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor --chip esp32s3"
[env]
ESP_LOG = "debug"
WM_CONN = '{"ssid": "Wokwi-GUEST", "psk": "", "data": {}}'
[build]
rustflags = ["-C", "link-arg=-nostartfiles"]
target = "xtensa-esp32s3-none-elf"
[unstable]
build-std = ["alloc", "core"]