mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-22 16:22:17 +00:00
16 lines
339 B
TOML
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"]
|