uyeop wrote on Friday, November 30, 2018:
Hi All,
I am upgrading my freertos (GCC ARM CM4 port) from version V8.0.1 to V10.1.0 but I found out that vPortYield() is missing from port.c file. My taskYield() function does not work currently because it is supposed to be vPortYield() (through macro definitions).
I can just copy vPortYield() from my older port.c version, but afraid that this is not the right way.
Can anyone point me the right way to get taskYield() working?
Thanks