From ac6a827d8bfe183a74d6479827d14e2a5f47f8c4 Mon Sep 17 00:00:00 2001
From: Brandon Edens <brandonedens@gmail.com>
Date: Sun, 3 Sep 2017 11:45:46 -0700
Subject: [PATCH] Default to building thumbv7em-none-eabihf.

---
 .cargo/config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.cargo/config b/.cargo/config
index 738dadd..f604d34 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -5,3 +5,6 @@ rustflags = [
   "-C", "linker=arm-none-eabi-ld",
   "-Z", "linker-flavor=ld",
 ]
+
+[build]
+target = "thumbv7em-none-eabihf"
-- 
GitLab