summaryrefslogtreecommitdiffstats
path: root/ble/.cargo/config
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-11 22:12:51 -0400
committerBrian Cully <bjc@kublai.com>2019-08-13 15:33:14 -0400
commit9cf9bb05f460a830384c211fa3ed94580de755df (patch)
treead05246b6955007975ab0d7c6c633c46a300e472 /ble/.cargo/config
parent48b18d01e3fa887b884fe6aac26b39e321eab56b (diff)
downloadbleusb-9cf9bb05f460a830384c211fa3ed94580de755df.tar.gz
bleusb-9cf9bb05f460a830384c211fa3ed94580de755df.zip
WIP: sample code and runner for mdk board.
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"