mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
dfa2d547a7
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