diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2026-05-23 10:38:04 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2026-05-23 12:06:46 -0400 |
| commit | df281da06ee76037b44de917d15f19afd2740014 (patch) | |
| tree | c91c67c8676a75847ad14bf59fc276df3926e1c4 /.cargo | |
| parent | 7ca00914afa2bf29e0aa9fc8bbf0e69a322a8e14 (diff) | |
Remove old .cargo/ configurations
These were used to run tests on hardware, before adopting target-gen
test. They're no longer needed.
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/imxrt1010.toml | 12 | ||||
| -rw-r--r-- | .cargo/imxrt1040.toml | 12 | ||||
| -rw-r--r-- | .cargo/imxrt1170.toml | 12 |
3 files changed, 0 insertions, 36 deletions
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", -] |
