From 7fb80a8b34473f81392303fc167819849a3899ff Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Tue, 25 Jun 2024 03:46:19 +0200 Subject: Initial commit! --- .cargo/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..7634ede --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,9 @@ +[target.thumbv6m-none-eabi] +runner = "arm-none-eabi-gdb" +rustflags = [ + "-C", "link-arg=-Tlink.x", + # "-C", "linker=arm-none-eabi-ld", +] + +[build] +target = "thumbv6m-none-eabi" -- cgit v1.2.3