# Copyright © SixtyFPS GmbH # 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"]