FreeRTOS-Kernel/portable/GCC
Paul Bartell 7b26ea6263
Enable building the GCC Cortex-R5 port without an FPU (#586)
* Ensure configUSE_TASK_FPU_SUPPORT option is set correctly

If one does enable the FPU of the Cortex-R5 processor, then the GCC
compiler will define the macro __ARM_FP. This can be used to ensure,
that the configUSE_TASK_FPU_SUPPORT is set accordingly.

* Enable the implementation of vPortTaskUsesFPU only if configUSE_TASK_FPU_SUPPORT is set to 1

* Remove error case in pxPortInitialiseStack

The case of configUSE_TASK_FPU_SUPPORT is 0 is now handled

* Enable access to FPU registers only if FPU is enabled

* Make minor formating changes

* Format ARM Cortex-R5 port

* Address review comments from @ChristosZosi

* Minor code review suggestions

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Christos Zosimidis <christos.zosimidis@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
2023-03-06 21:49:28 +05:30
..
ARM7_AT91FR40008 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
ARM7_AT91SAM7S Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
ARM7_LPC23xx Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
ARM7_LPC2000 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
ARM_CA9 Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARM_CA53_64_BIT Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARM_CA53_64_BIT_SRE Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARM_CM0 Feature/fixing clang gnu compiler warnings (#620) 2023-02-23 23:35:04 +05:30
ARM_CM3 Interrupt priority assert improvements for CM3/4/7 (#602) 2023-03-02 23:19:56 +05:30
ARM_CM3_MPU Interrupt priority assert improvements for CM3/4/7 (#602) 2023-03-02 23:19:56 +05:30
ARM_CM4_MPU Interrupt priority assert improvements for CM3/4/7 (#602) 2023-03-02 23:19:56 +05:30
ARM_CM4F Interrupt priority assert improvements for CM3/4/7 (#602) 2023-03-02 23:19:56 +05:30
ARM_CM7 Interrupt priority assert improvements for CM3/4/7 (#602) 2023-03-02 23:19:56 +05:30
ARM_CM23 Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM23_NTZ/non_secure Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM33 Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM33_NTZ/non_secure Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM35P Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM35P_NTZ/non_secure Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM55 Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM55_NTZ/non_secure Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM85 Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CM85_NTZ/non_secure Cortex-M35P: Add Cortex-M35P port (#631) 2023-02-28 12:58:59 +05:30
ARM_CR5 Enable building the GCC Cortex-R5 port without an FPU (#586) 2023-03-06 21:49:28 +05:30
ARM_CRx_No_GIC Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ATMega323 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
AVR32_UC3 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
AVR_AVRDx Remove AVR ports from main repo (#394) 2021-09-14 19:25:46 -07:00
AVR_Mega0 Remove AVR ports from main repo (#394) 2021-09-14 19:25:46 -07:00
ColdFire_V2 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
CORTUS_APS3 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
H8S2329 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
HCS12 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
IA32_flat Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MCF5235 Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) 2021-06-30 15:07:55 -07:00
MicroBlaze Introduce portMEMORY_BARRIER for Microblaze port. (#621) 2023-02-13 10:28:20 +05:30
MicroBlazeV8 Introduce portMEMORY_BARRIER for Microblaze port. (#621) 2023-02-13 10:28:20 +05:30
MicroBlazeV9 Introduce portMEMORY_BARRIER for Microblaze port. (#621) 2023-02-13 10:28:20 +05:30
MSP430F449 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
NiosII Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
PPC405_Xilinx Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
PPC440_Xilinx Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
RISC-V Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
RL78 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
RX100 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
RX200 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
RX600 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
RX600v2 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
RX700v3_DPFPU Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
STR75x Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00
TriCore_1782 Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00