mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5f2443b7d1
portCLEAN_UP_COPROC() was an IDF specific addition to FreeRTOS, where the macro was called from prvDeleteTCB() to clean up the coprocessor context of a deleted task. This commit removes portCLEAN_UP_COPROC(). The coprocessor cleanup routine (i.e., vPortCleanUpCoprocArea()) is now called via portCLEAN_UP_TCB()-> vPortTCBPreDeleteHook(). This removes a minor code difference between IDF FreeRTOS and upstream. |
||
---|---|---|
.. | ||
linux | ||
riscv | ||
xtensa |