From df281da06ee76037b44de917d15f19afd2740014 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sat, 23 May 2026 10:38:04 -0400 Subject: Remove old .cargo/ configurations These were used to run tests on hardware, before adopting target-gen test. They're no longer needed. --- .cargo/imxrt1040.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .cargo/imxrt1040.toml (limited to '.cargo/imxrt1040.toml') diff --git a/.cargo/imxrt1040.toml b/.cargo/imxrt1040.toml deleted file mode 100644 index 2223c2d..0000000 --- a/.cargo/imxrt1040.toml +++ /dev/null @@ -1,12 +0,0 @@ -[build] -target = "thumbv7em-none-eabihf" -target-dir = "target/imxrt1040" - -[target.thumbv7em-none-eabihf] -runner = "probe-rs run --chip=mimxrt1040" -rustflags = [ - "-Clink-arg=--nmagic", - "-Clink-arg=-Timxrt-link.x", - "-Clink-arg=-Tdefmt.x", - "-Ctarget-cpu=cortex-m7", -] -- cgit v1.2.3