We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8db710 + 2a916ea commit 1d1d2a2Copy full SHA for 1d1d2a2
.cargo/config
@@ -27,7 +27,5 @@ rustflags = [
27
28
[build]
29
# Pick ONE of these compilation targets
30
-# target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
31
-# target = "thumbv7m-none-eabi" # Cortex-M3
32
-target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU)
33
-# target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
+# target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU)
+target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
0 commit comments