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/teensy4.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .cargo/teensy4.toml (limited to '.cargo/teensy4.toml') diff --git a/.cargo/teensy4.toml b/.cargo/teensy4.toml new file mode 100644 index 0000000..dcdf45e --- /dev/null +++ b/.cargo/teensy4.toml @@ -0,0 +1,10 @@ +[build] +target = "thumbv7em-threadx-eabihf" + +[target.thumbv7em-threadx-eabihf] +runner = "teensy4-runner" +rustflags = [ + "-Clink-arg=-Tweak-symbols.x", + "-Clink-arg=-Tt4link.x", + "-Ctarget-cpu=cortex-m7", +] -- cgit v1.2.3