mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
17 lines
389 B
TOML
17 lines
389 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
[target.xtensa-esp32s3-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
rustflags = [
|
|
"-C", "force-frame-pointers",
|
|
"-C", "link-arg=-nostartfiles",
|
|
"-C", "link-arg=-Wl,-Tlinkall.x",
|
|
"-C", "target-feature=-fp",
|
|
]
|
|
|
|
[build]
|
|
target = "xtensa-esp32s3-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["core", "alloc"]
|