Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change FPU flags to use single precision FPU (#13)
The Cortex-M33F has a single precision fpu, thus the linker fpu settings need to be set to -mfpu=fpv-sp-d16. Otherwise all calls to the floating point abi will lead to a crash.
- Loading branch information