Add .cargo/config defining the build target

This commit is contained in:
John Batty 2021-01-28 21:14:48 +00:00
parent 780917774e
commit 0d228286cb

3
.cargo/config Normal file
View file

@ -0,0 +1,3 @@
[build]
# Instruction set of Cortex-M0+
target = "thumbv6m-none-eabi"