mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(esp_rom): Improves esp_rom_delay_us for linux target
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user