From 9cf9bb05f460a830384c211fa3ed94580de755df Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 11 Aug 2019 22:12:51 -0400 Subject: WIP: sample code and runner for mdk board. --- ble/.cargo/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ble/.cargo/config (limited to 'ble/.cargo/config') 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" -- cgit v1.2.3