1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-25 00:49:11 -04:00
Darian Leung a0ab1c2acd freertos: Fix stack and TCB allocation order in SMP FreeRTOS
This commit fixes the allocation order of task stacks and TCBs in
order to reduce the chance of a stack overflow overwriting a TCB.
2022-07-05 14:27:44 +08:00
..