summaryrefslogtreecommitdiffstats
path: root/ble/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to 'ble/.cargo/config')
-rw-r--r--ble/.cargo/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/ble/.cargo/config b/ble/.cargo/config
new file mode 100644
index 0000000..c4ce5ef
--- /dev/null
+++ b/ble/.cargo/config
@@ -0,0 +1,6 @@
+[build]
+target = "thumbv7em-none-eabihf"
+
+[target.thumbv7em-none-eabihf]
+rustflags = ["-C", "link-arg=-Tlink.x"]
+runner = "gdb-multiarch"