mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00
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:

committed by
Angus Gratton

parent
f3783ba258
commit
656b706ea4
@@ -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;
|
||||
|
Reference in New Issue
Block a user