File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ rustflags = [
31
31
32
32
[build]
33
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)
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)
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)
You can’t perform that action at this time.
0 commit comments