11 lines
441 B
TOML
11 lines
441 B
TOML
# Per-component cargo config so `cargo build` picks the xtensa target
|
|
# without the caller having to remember `--target xtensa-esp32s3-none-elf`.
|
|
# CMakeLists.txt still passes --target explicitly for clarity.
|
|
|
|
[build]
|
|
target = "xtensa-esp32s3-none-elf"
|
|
|
|
# The esp toolchain ships precompiled core and alloc for
|
|
# xtensa-esp32s3-none-elf, so build-std is unnecessary and (as of the
|
|
# 2025-09-16 esp nightly) actively broken on portable_simd.
|