16 lines
303 B
TOML
16 lines
303 B
TOML
[target.xtensa-esp32s3-none-elf]
|
|
runner = "probe-rs run --chip=esp32s3 --preverify --always-print-stacktrace --no-location --catch-hardfault"
|
|
|
|
[env]
|
|
DEFMT_LOG="info"
|
|
|
|
[build]
|
|
rustflags = [
|
|
"-C", "link-arg=-nostartfiles",
|
|
]
|
|
|
|
target = "xtensa-esp32s3-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["alloc", "core"]
|