13 lines
189 B
TOML
13 lines
189 B
TOML
[build]
|
|
target = "xtensa-esp32s3-espidf"
|
|
|
|
[target.xtensa-esp32s3-espidf]
|
|
linker = "ldproxy"
|
|
|
|
[unstable]
|
|
build-std = ["std", "panic_abort"]
|
|
|
|
[env]
|
|
MCU = "esp32s3"
|
|
ESP_IDF_VERSION = "v5.3.1"
|