From 0d228286cbb3cfe78a7f3c184a922a045d477a96 Mon Sep 17 00:00:00 2001 From: John Batty Date: Thu, 28 Jan 2021 21:14:48 +0000 Subject: [PATCH] Add .cargo/config defining the build target --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..3500668 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,3 @@ +[build] +# Instruction set of Cortex-M0+ +target = "thumbv6m-none-eabi"