feat(esp_rom): Improves esp_rom_delay_us for linux target

This commit is contained in:
Konstantin Kondrashov
2024-04-12 12:52:38 +03:00
parent 0b5a6e33fc
commit b3d1b1783b
2 changed files with 14 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ static void tsk_blocks_frequently(void *param)
}
}
TEST_CASE("FreeRTOS Delete Blocked Tasks", "[freertos][ignore]") // TODO: esp_rom_delay_us is interrupted by signal
TEST_CASE("FreeRTOS Delete Blocked Tasks", "[freertos]")
{
TaskHandle_t blocking_tasks[configNUM_CORES + 1]; // one per CPU, plus one unpinned task
tsk_blocks_param_t params[configNUM_CORES + 1] = { 0 };