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/qemu.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .cargo/qemu.toml (limited to '.cargo/qemu.toml') diff --git a/.cargo/qemu.toml b/.cargo/qemu.toml new file mode 100644 index 0000000..5e76894 --- /dev/null +++ b/.cargo/qemu.toml @@ -0,0 +1,10 @@ +[build] +target = "thumbv7em-threadx-eabihf" + +[target.thumbv7em-threadx-eabihf] +runner = "qemu-system-arm -cpu cortex-m4 -machine lm3s6965evb -serial none -monitor none -display none -semihosting-config enable=on,target=native -s -kernel" +rustflags = [ + "-Clink-arg=-Tweak-symbols.x", + "-Clink-arg=-Tlink.x", + "-Ctarget-cpu=cortex-m4", +] -- cgit v1.2.3