We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1e9885 + f18b5af commit be44af6Copy full SHA for be44af6
.cargo/config
@@ -31,7 +31,10 @@ rustflags = [
31
32
[build]
33
# Pick ONE of these compilation targets
34
-# target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
35
-target = "thumbv7m-none-eabi" # Cortex-M3
36
-# target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU)
37
-# target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
+# target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
+target = "thumbv7m-none-eabi" # Cortex-M3
+# target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU)
+# target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
38
+# target = "thumbv8m.base-none-eabi" # Cortex-M23
39
+# target = "thumbv8m.main-none-eabi" # Cortex-M33 (no FPU)
40
+# target = "thumbv8m.main-none-eabihf" # Cortex-M33 (with FPU)
0 commit comments