mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
freertos: replace the freertos regular malloc to the specific malloc from xtensa port for tcb and stack allocations freertos: avoid the cpu1 to unwind pended ticks when xTaskResumeAll is called insed of an ISR freertos: protected the xPortGetCoreID functions with missing critical sections tests: re-eanble the ignored tests that was failling before race-condition fixes