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>
2021-11-08 13:51:25 -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 Add RP2040 support (#341) 2021-06-30 13:20:54 -07:00
Xtensa_ESP32 Xtensa_ESP32: Add definition for portMEMORY_BARRIER (#395) 2021-09-16 14:16:22 -07:00