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/ThirdParty/GCC
Graham Sanderson debbd254b6
RP2040 fixes (#424)
* RP2040: malloc needs to be thread safe for FreeRTOS whether both cores are used or not

* RP2040: CMake file had broken left over test code

* RP2040: portIS_FREE_RTOS_CORE() returned an incorrect value prior to scheduler init when the application was compiled without multicore support

* RP2040: Bad initialization code was causing IRQs to get disabled before main() was called when using non static allocation
2021-12-21 11:08:41 -08:00
..
ARC_EM_HS Warning fixes. (#356) 2021-07-20 12:55:49 -07:00
ARC_v1 Warning fixes. (#356) 2021-07-20 12:55:49 -07:00
ARM_CM33_TFM Update the README to align with TF-Mv1.4.0 in TF-M integration (#384) 2021-08-26 23:07:58 -07:00
ATmega Add SPDX-License-Identifier: MIT to MIT licensed files. 2021-05-27 19:57:55 -07:00
Posix Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409) 2021-11-08 13:51:25 -08:00
RISC-V Style: Make freertos.org = FreeRTOS.org and add https (#134) 2020-08-21 11:30:39 -07:00
RP2040 RP2040 fixes (#424) 2021-12-21 11:08:41 -08:00
Xtensa_ESP32 Xtensa_ESP32: Add definition for portMEMORY_BARRIER (#395) 2021-09-16 14:16:22 -07:00