FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.51k stars 1.05k forks source link

Changed macro __VFP_FP__ to __ARM_FP #1088

Closed haydenridd closed 3 weeks ago

haydenridd commented 3 weeks ago

Changed macro __VFP_FP__ to __ARM_FP

Description

Changed macro __VFP_FP__ to __ARM_FP for ports GCC/ARM_CM7, GCC/ARM_CM4_MPU, and GCC/ARM_CM4F to accurately reflect if floating point hardware support is enabled. See linked issue for more details, but the macro __VFP_FP__ is deprecated, and always set to 1 regardless of if floating point is enabled or not.

Test Steps

Checklist:

Related Issue

Issue ID: 1087 https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/1087

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud