Files
esp-idf/components/freertos/FreeRTOS-Kernel
Darian Leung d8eb55d83b freertos: Add newlib dynamic reentrancy support
SMP FreeRTOS adds support for dynamic reentrancy in the following commit:
https://github.com/FreeRTOS/FreeRTOS-Kernel/commit/34b8e24d7ccdbe25af8ad96dfd3154aeb302a8d6

This commit does the following:

- Pulls in the upstream changes
- Move __getreent() to "freertos_tasks_c_additions.h"
- Add the required configNEWLIB_REENTRANT_IS_DYNAMIC to SMP FreeRTOS port
2022-06-02 15:42:02 +08:00
..