mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(freertos): Updated threshold for scheduling time test for esp32p4
This commit increases the pass threshold for the scheduling time test on esp32p4.
This commit is contained in:
parent
621effce5b
commit
7408732688
@ -68,6 +68,7 @@ void vTestOnAllCores(TestFunction_t pxTestCode, void * pvTestCodeArg, uint32_t u
|
||||
vTaskDelete(xTaskHandles[ xCoreID ]);
|
||||
}
|
||||
vSemaphoreDelete(xTaskDoneSem);
|
||||
vTaskDelay(10); // Short delay to allow task memory to be freed
|
||||
}
|
||||
|
||||
#endif /* ( CONFIG_FREERTOS_NUMBER_OF_CORES > 1 ) */
|
||||
|
@ -9,4 +9,4 @@
|
||||
#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_UNICORE 150
|
||||
|
||||
/* Solicited yields (portYIELD() or taskYIELD()) take longer on esp32p4. TODO: IDF-2809 */
|
||||
#define IDF_PERFORMANCE_MAX_SCHEDULING_TIME 2900
|
||||
#define IDF_PERFORMANCE_MAX_SCHEDULING_TIME 3200
|
||||
|
Loading…
Reference in New Issue
Block a user