mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c5fd79547a
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 |
||
---|---|---|
.. | ||
include | ||
src | ||
test | ||
CMakeLists.txt | ||
common.lf | ||
Kconfig | ||
project_include.cmake | ||
soc.lf |