aboutsummaryrefslogtreecommitdiff
path: root/.cargo/imxrt1170evk.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/imxrt1170evk.toml')
-rw-r--r--.cargo/imxrt1170evk.toml10
1 files changed, 10 insertions, 0 deletions
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",
+]