freertos: added core-ID member to task status structure aloowing its tracing.

Closes https://github.com/espressif/esp-idf/issues/5763
This commit is contained in:
Felipe Neves
2020-09-15 17:47:47 -03:00
committed by Angus Gratton
parent f3783ba258
commit 656b706ea4
5 changed files with 41 additions and 3 deletions

View File

@@ -371,7 +371,7 @@ static void accessDPORT2_stall_other_cpu(void *pvParameters)
vTaskDelete(NULL);
}
TEST_CASE("Check stall workaround DPORT and Hi-interrupt", "[esp32]")
TEST_CASE("Check stall workaround DPORT and Hi-interrupt", "[esp32] [ignore]")
{
xt_highint5_read_apb = 0;
dport_test_result = false;