FreeRTOS-Kernel/portable/GCC
Forty-Bot ec93432a59
Fix build with modern GCC (#933)
* GCC: MSP430F449: Add missing attributes

Apparently at some point in the past, GCC (or TI's GCC) used to define
these attributes. Define them ourselves so that we can compile the demo
application.

* GCC: MSP430F449: Make interrupts return void

If a return type of a function is not specified, it defaults to int. Set
the return type of interrupts to void to avoid warnings.

* GCC: MSP430F449: Define portPOINTER_SIZE_TYPE

portPOINTER_SIZE_TYPE defaults to uint32_t if undefined. Define it to
uint16_t, which is correct for this port.
2023-12-22 14:09:55 -07:00
..
ARM7_AT91FR40008 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM7_AT91SAM7S CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM7_LPC23xx CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM7_LPC2000 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
Arm_AARCH64 aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822) 2023-10-31 10:06:39 +05:30
Arm_AARCH64_SRE aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822) 2023-10-31 10:06:39 +05:30
ARM_CA9 Update the memory alignment within the Cortex-A9 port asm code (#426) 2023-12-09 14:49:39 +05:30
ARM_CA53_64_BIT aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822) 2023-10-31 10:06:39 +05:30
ARM_CA53_64_BIT_SRE aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822) 2023-10-31 10:06:39 +05:30
ARM_CM0 Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM3 Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM3_MPU Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM4_MPU Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM4F Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM7 Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM23 Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM23_NTZ/non_secure Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM33 Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM33_NTZ/non_secure Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM35P Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM35P_NTZ/non_secure Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM55 Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM55_NTZ/non_secure Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM85 Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CM85_NTZ/non_secure Detect more startup config errors on Cortex M (#832) 2023-12-11 10:27:47 +05:30
ARM_CR5 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM_CRx_No_GIC CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ATMega323 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
AVR32_UC3 CI-CD Updates (#768) 2023-09-05 14:24:04 -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 Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30
CORTUS_APS3 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
H8S2329 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
HCS12 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
IA32_flat CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
MCF5235 Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) 2021-06-30 15:07:55 -07:00
MicroBlaze CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
MicroBlazeV8 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
MicroBlazeV9 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
MSP430F449 Fix build with modern GCC (#933) 2023-12-22 14:09:55 -07:00
NiosII Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30
PPC405_Xilinx CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
PPC440_Xilinx CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
RISC-V Support configurable RISC-V chip extension (#773) 2023-10-27 11:57:52 -07:00
RL78 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
RX100 Add portMEMORY_BARRIER() to RX MCU ports (#864) 2023-11-29 15:52:16 +05:30
RX200 Add portMEMORY_BARRIER() to RX MCU ports (#864) 2023-11-29 15:52:16 +05:30
RX600 Add portMEMORY_BARRIER() to RX MCU ports (#864) 2023-11-29 15:52:16 +05:30
RX600v2 Add portMEMORY_BARRIER() to RX MCU ports (#864) 2023-11-29 15:52:16 +05:30
RX700v3_DPFPU Add portMEMORY_BARRIER() to RX MCU ports (#864) 2023-11-29 15:52:16 +05:30
STR75x Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30
TriCore_1782 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00