Skip to content

Commit c00f2aa

Browse files
committed
make FPU configuration consistent
1 parent a80cbb7 commit c00f2aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

targets/atsamd51p19a.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"inherits": ["cortex-m"],
3-
"llvm-target": "armv7em-none-eabi",
2+
"inherits": ["cortex-m4"],
43
"build-tags": ["atsamd51p19", "atsamd51", "sam"],
54
"cflags": [
6-
"--target=armv7em-none-eabi",
75
"-Qunused-arguments"
86
],
97
"linkerscript": "targets/atsamd51.ld",

0 commit comments

Comments
 (0)