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/imxrt1010.toml | 12 ------------ .cargo/imxrt1040.toml | 12 ------------ .cargo/imxrt1170.toml | 12 ------------ 3 files changed, 36 deletions(-) delete mode 100644 .cargo/imxrt1010.toml delete mode 100644 .cargo/imxrt1040.toml delete mode 100644 .cargo/imxrt1170.toml diff --git a/.cargo/imxrt1010.toml b/.cargo/imxrt1010.toml deleted file mode 100644 index 645c968..0000000 --- a/.cargo/imxrt1010.toml +++ /dev/null @@ -1,12 +0,0 @@ -[build] -target = "thumbv7em-none-eabihf" -target-dir = "target/imxrt1010" - -[target.thumbv7em-none-eabihf] -runner = "probe-rs run --chip=mimxrt1010" -rustflags = [ - "-Clink-arg=--nmagic", - "-Clink-arg=-Timxrt-link.x", - "-Clink-arg=-Tdefmt.x", - "-Ctarget-cpu=cortex-m7", -] 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", -] diff --git a/.cargo/imxrt1170.toml b/.cargo/imxrt1170.toml deleted file mode 100644 index 1648dbb..0000000 --- a/.cargo/imxrt1170.toml +++ /dev/null @@ -1,12 +0,0 @@ -[build] -target = "thumbv7em-none-eabihf" -target-dir = "target/imxrt1170" - -[target.thumbv7em-none-eabihf] -runner = "probe-rs run --chip=mimxrt1170" -rustflags = [ - "-Clink-arg=--nmagic", - "-Clink-arg=-Timxrt-link.x", - "-Clink-arg=-Tdefmt.x", - "-Ctarget-cpu=cortex-m7", -] -- cgit v1.2.3