slint/examples/mcu-board-support/pico2_st7789/board_config.toml
Tobias Hunger cd6f2e2cf2 ci: Format toml files
... using taplo with default settings

I tried this with 4 spaces indentation, but the patch is almost as
big as this one, so I went with default settings instead as that
is just easier:-)
2025-04-02 11:03:41 +02:00

8 lines
199 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT
link_args = ["--nmagic", "-Tlink.x", "-Tdefmt.x"]
rustflags = ["-C", "target-cpu=cortex-m33"]
link_search_path = ["."]