aboutsummaryrefslogtreecommitdiff
path: root/.cargo/1040evk.toml
blob: 13e3901012025cc2755e53cb8135aae7399edf13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build]
target = "thumbv7em-none-eabi"

[target.'cfg(all(target_os = "none", target_arch = "arm"))']
rustflags = [
    "-Clink-arg=-nmagic",
    "-Clink-arg=-Tlink.x",
    "-Clink-arg=-Tmemory.x",
    "-Clink-arg=-Tdefmt.x",
]
runner = "target-gen test templates/1040evk.yaml target/1040evk.yaml --protocol=swd --chip=mimxrt1040 --probe=1fc9:0090:ESAUAQGQ"

[env]
DEFMT_LOG="off"