This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/portable/GCC
ChristosZosi cd1f51cb5e
Add support for the configUSE_TASK_FPU_SUPPORT constant in the GCC/ARM_CR5 port (#584)
* Add support for the configUSE_TASK_FPU_SUPPORT in the GCC/ARM_CR5 port

This is done almost identically as in the GCC/ARM_CA9 port

* Adjust task stack initialitation of the GCC/ARM_CR5 port

Ensure that the task stack initialization is done correctly for the
different options of configUSE_TASK_FPU_SUPPORT.

This is very similar to the GCC/ARM_CA9 port. The only meaningful
difference is, that the FPU of the Cortex-R5 has just sixteen 64-bit
floating point registers as it implements the VFPv3-D16 architecture.
You may also refer to the ARM documentation

* Add support for FPU safe interrupts to the GCC/ARM_CR5 port

Similar to GCC/ARM_CA9 port

* Clarify comment about the size of the FPU registers of Cortex R5
2022-11-14 10:48:47 +05:30
..
ARM7_AT91FR40008 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
ARM7_AT91SAM7S Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
ARM7_LPC23xx Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
ARM7_LPC2000 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
ARM_CA9 Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset() generating a warning. (#430) 2022-08-09 10:37:24 -07:00
ARM_CA53_64_BIT fix alignment exception for ullPortInterruptNesting. (#317) 2021-12-29 13:53:10 -07:00
ARM_CA53_64_BIT_SRE Update comments for the ARM_CA53_64_BIT_SRE port (#403) 2021-10-16 13:45:03 -07:00
ARM_CM0 Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM3 Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM3_MPU Remove local stack variable form MPU wrappers 2022-09-17 00:03:08 +05:30
ARM_CM4_MPU Remove local stack variable form MPU wrappers 2022-09-17 00:03:08 +05:30
ARM_CM4F Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM7 Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM23 Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM23_NTZ/non_secure Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM33 Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM33_NTZ/non_secure Tickless idle fixes/improvement (#59) 2022-10-03 12:39:17 -07:00
ARM_CM55 Update Cortex-M55 and Cortex-M85 ports (#579) 2022-10-28 10:41:56 +05:30
ARM_CM55_NTZ/non_secure Update Cortex-M55 and Cortex-M85 ports (#579) 2022-10-28 10:41:56 +05:30
ARM_CM85 Update Cortex-M55 and Cortex-M85 ports (#579) 2022-10-28 10:41:56 +05:30
ARM_CM85_NTZ/non_secure Update Cortex-M55 and Cortex-M85 ports (#579) 2022-10-28 10:41:56 +05:30
ARM_CR5 Add support for the configUSE_TASK_FPU_SUPPORT constant in the GCC/ARM_CR5 port (#584) 2022-11-14 10:48:47 +05:30
ARM_CRx_No_GIC Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
ATMega323 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
AVR32_UC3 Update license text for ports that were previously missed. 2021-05-27 19:57:55 -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 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
CORTUS_APS3 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
H8S2329 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
HCS12 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
IA32_flat Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
MCF5235 Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) 2021-06-30 15:07:55 -07:00
MicroBlaze Added better pointer declaration readability (#567) 2022-09-26 14:43:30 -07:00
MicroBlazeV8 Added better pointer declaration readability (#567) 2022-09-26 14:43:30 -07:00
MicroBlazeV9 Added better pointer declaration readability (#567) 2022-09-26 14:43:30 -07:00
MSP430F449 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
NiosII Update the NIOSII port to enable longer jumps (#578) 2022-10-20 10:34:53 +05:30
PPC405_Xilinx Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
PPC440_Xilinx Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
RISC-V RISC-V: Add support for RV32E extension in GCC port (#543) 2022-08-30 16:49:37 -07:00
RL78 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
RX100 Fix GCC/RX100 function naming error. (#440) 2022-01-13 10:30:26 -08:00
RX200 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
RX600 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
RX600v2 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
RX700v3_DPFPU Add SPDX-License-Identifier: MIT to MIT licensed files. 2021-05-27 19:57:55 -07:00
STR75x Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
TriCore_1782 Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00