Skip to content

Commit 99f1f27

Browse files
authored
Merge branch 'main' into main
2 parents 9af12a8 + f877535 commit 99f1f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ impl Build {
661661
"RUSTFLAGS",
662662
[
663663
"-Ctarget-cpu=cortex-m7",
664+
"-Ctarget-feature=-fp64", // Rev A hardware seems to not have 64-bit floating point support
664665
"-Clink-args=--emit-relocs",
665666
"-Crelocation-model=pic",
666667
"-Cpanic=abort",

0 commit comments

Comments
 (0)