First full pass of the pnpm fmt toolchain: markdown table alignment, TOML array wrapping, CSS/HTML expansion in the enclosure concept page. No content changes; mermaid blocks untouched.
20 lines
517 B
TOML
20 lines
517 B
TOML
[build]
|
|
target = "xtensa-esp32s3-espidf"
|
|
|
|
[target.'cfg(target_os = "espidf")']
|
|
linker = "ldproxy"
|
|
runner = "espflash flash --monitor --baud 921600"
|
|
rustflags = ["--cfg", "espidf_time64"]
|
|
|
|
[unstable]
|
|
build-std = ["std", "panic_abort"]
|
|
|
|
[env]
|
|
MCU = "esp32s3"
|
|
ESP_IDF_VERSION = "v5.5.3"
|
|
ESP_IDF_TOOLS_INSTALL_DIR = "workspace"
|
|
|
|
# Uncomment this if you have moved the target dir by setting CARGO_TARGET_DIR or similar.
|
|
# Required for now due to embuild limitations.
|
|
#CARGO_WORKSPACE_DIR = { value = "", relative = true }
|