From 7ffc62ab8613b097485b2c664093e649907dc2a1 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Mon, 3 Aug 2026 07:46:10 -0400 Subject: First commit --- .cargo/imxrt1170evk.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .cargo/imxrt1170evk.toml (limited to '.cargo/imxrt1170evk.toml') diff --git a/.cargo/imxrt1170evk.toml b/.cargo/imxrt1170evk.toml new file mode 100644 index 0000000..a3f57df --- /dev/null +++ b/.cargo/imxrt1170evk.toml @@ -0,0 +1,10 @@ +[build] +target = "thumbv7em-threadx-eabihf" + +[target.thumbv7em-threadx-eabihf] +runner = "probe-rs run --chip=mimxrt1170" +rustflags = [ + "-Clink-arg=-Tweak-symbols.x", + "-Clink-arg=-Timxrt-link.x", + "-Ctarget-cpu=cortex-m7", +] -- cgit v1.2.3