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
+1 -1
View File
@@ -282,7 +282,7 @@ static void check_wake_stub(void)
TEST_ASSERT_NULL(esp_get_deep_sleep_wake_stub());
}
TEST_CASE_MULTIPLE_STAGES("can set sleep wake stub", "[deepsleep][reset=DEEPSLEEP_RESET]",
TEST_CASE_MULTIPLE_STAGES("can set sleep wake stub", "[deepsleep][ignore][reset=DEEPSLEEP_RESET]",
prepare_wake_stub,
check_wake_stub);