15 lines
300 B
TOML
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"]
|