You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/ThirdParty/GCC
Kevin Thibedeau cd0b7fc271
Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409)
There's already a portYIELD_FROM_ISR() macro that calls vPortYield() which wraps the FromISR code.
It doesn't appear that vPortYieldFromISR() is intended to be publicly accessible in this port so
I've marked it as private to silence the warning.

event_create() also got flagged due to missing void in prototype.

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
3 years ago
..
ARC_EM_HS Warning fixes. (#356) 4 years ago
ARC_v1 Warning fixes. (#356) 4 years ago
ARM_CM33_TFM Update the README to align with TF-Mv1.4.0 in TF-M integration (#384) 4 years ago
ATmega Add SPDX-License-Identifier: MIT to MIT licensed files. 4 years ago
Posix Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409) 3 years ago
RISC-V Style: Make freertos.org = FreeRTOS.org and add https (#134) 5 years ago
RP2040 Add RP2040 support (#341) 4 years ago
Xtensa_ESP32 Xtensa_ESP32: Add definition for portMEMORY_BARRIER (#395) 3 years ago