18 lines
381 B
TOML
18 lines
381 B
TOML
[target.xtensa-esp32s3-none-elf]
|
|
runner = "espflash flash --monitor --chip esp32s3 --partition-table ./partitions.csv"
|
|
|
|
[env]
|
|
ESP_LOG="info"
|
|
ESP_HAL_CONFIG_PLACE_RMT_DRIVER_IN_RAM="true"
|
|
ESP_HAL_EMBASSY_CONFIG_TIMER_QUEUE="multiple-integrated"
|
|
|
|
[build]
|
|
rustflags = [
|
|
"-C", "link-arg=-nostartfiles",
|
|
]
|
|
|
|
target = "xtensa-esp32s3-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["alloc", "core"]
|