diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..09fc0c0 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,7 @@ +[build] +target = "thumbv7em-none-eabihf" + +[target.thumbv7em-none-eabihf] +rustflags = [ + "-C", "link-arg=-Tlink.x", +] \ No newline at end of file