aboutsummaryrefslogtreecommitdiffstats
path: root/sw/demo1/.cargo
diff options
context:
space:
mode:
Diffstat (limited to 'sw/demo1/.cargo')
-rw-r--r--sw/demo1/.cargo/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/demo1/.cargo/config b/sw/demo1/.cargo/config
new file mode 100644
index 0000000..3d62a59
--- /dev/null
+++ b/sw/demo1/.cargo/config
@@ -0,0 +1,8 @@
+[target.thumbv7em-none-eabihf]
+runner = 'arm-none-eabi-gdb'
+rustflags = [
+ "-C", "link-arg=-Tlink.x",
+]
+
+[build]
+target = "thumbv7em-none-eabihf"