slint/examples/mcu-board-support/esp32_s3_lcd_ev_board/cargo-config.toml
2025-07-18 14:52:42 +02:00

16 lines
340 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT
[env]
ESP_LOG = "INFO"
ESP_HAL_CONFIG_PSRAM_MODE = "octal"
[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"]