slint/examples/mcu-board-support/m5stack_cores3/cargo-config.toml
2025-08-19 07:07:03 +02:00

16 lines
339 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT
[env]
ESP_LOG = "INFO"
ESP_HAL_CONFIG_PSRAM_MODE = "quad"
[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor"
rustflags = ["-C", "link-arg=-Wl,-Tlinkall.x"]
[build]
target = "xtensa-esp32s3-none-elf"
[unstable]
build-std = ["core", "alloc"]