summaryrefslogtreecommitdiffstats
path: root/.cargo/config
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-06 08:53:42 -0400
committerBrian Cully <bjc@kublai.com>2019-08-06 08:53:42 -0400
commit9ff9f51c07f7226d6467bc9db608cc53c82365bd (patch)
treed3c9d83d24ba0c3ce29cab011deba5c4698e26e9 /.cargo/config
downloadbleusb-9ff9f51c07f7226d6467bc9db608cc53c82365bd.tar.gz
bleusb-9ff9f51c07f7226d6467bc9db608cc53c82365bd.zip
Initial commit.
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
new file mode 100644
index 0000000..b10f29d
--- /dev/null
+++ b/.cargo/config
@@ -0,0 +1,2 @@
+[build]
+target = "thumbv6m-none-eabi"