Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook authored Aug 10, 2024
2 parents 9af12a8 + f877535 commit 99f1f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ impl Build {
"RUSTFLAGS",
[
"-Ctarget-cpu=cortex-m7",
"-Ctarget-feature=-fp64", // Rev A hardware seems to not have 64-bit floating point support
"-Clink-args=--emit-relocs",
"-Crelocation-model=pic",
"-Cpanic=abort",
Expand Down

0 comments on commit 99f1f27

Please sign in to comment.