esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos
Darian Leung c5fd79547a freertos: Add CHOOSE_MACRO_VA_ARG selector
This commit adds a CHOOSE_MACRO_VA_ARG() selector to allow selection between two
versions of a macro based on the number of arguments. This replaces the previous
portGET_ARGUMENT_COUNT() selector.

- portYIELD_FROM_ISR() now uses CHOOSE_MACRO_VA_ARG()
- portYIELD_FROM_ISR(arg) version added to risc-v port
- Old vPortEvaluateYieldFromISR() and portGET_ARGUMENT_COUNT removed
2022-02-07 20:01:11 +08:00
..
FreeRTOSConfig_arch.h freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
portmacro_deprecated.h freertos: fix build warnings with -Wsign-conversion CFLAG 2021-12-27 13:31:34 +05:30
portmacro.h freertos: Add CHOOSE_MACRO_VA_ARG selector 2022-02-07 20:01:11 +08:00