forked from espressif/esp-idf
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