Files
renderbug-bike/.cargo/config.toml

21 lines
498 B
TOML

[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor --partition-table ./partitions.csv"
[env]
ESP_HAL_CONFIG_PLACE_SPI_MASTER_DRIVER_IN_RAM="true"
ESP_RTOS_CONFIG_SW_TASK_OVERFLOW_DETECTION="true"
ESP_RTOS_CONFIG_HW_TASK_OVERFLOW_DETECTION="true"
REASSEMBLY_BUFFER_COUNT="5"
ESP_PHY_CONFIG_PHY_ENABLE_USB="false"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
"-Z", "stack-protector=all",
]
target = "xtensa-esp32s3-none-elf"
[unstable]
build-std = ["alloc", "core"]