Skip to content

Commit 1d1d2a2

Browse files
authored
Merge pull request #248 from etactica/fpu-plz
target hardfp by default.
2 parents d8db710 + 2a916ea commit 1d1d2a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.cargo/config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ rustflags = [
2727

2828
[build]
2929
# 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)
30+
# target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU)
31+
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)

0 commit comments

Comments
 (0)