esp-idf/components/freertos/esp_additions/include/esp_private
Darian Leung 65d3931fab change(freertos/debug): Add API to get current TCB
This commit adds `pvTaskGetCurrentTCBForCore()` to get a void pointer to the
current TCB of a particular core. This removes the need to `extern `pxCurrentTCB`
in esp_gdbstub.
2023-10-07 18:55:47 +08:00
..
freertos_debug.h change(freertos/debug): Add API to get current TCB 2023-10-07 18:55:47 +08:00
freertos_idf_additions_priv.h refactor(freertos/idf): Move xTaskIncrementTickOtherCores() to IDF additition headers 2023-09-05 16:20:59 +08:00