mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-27 20:49:09 +08:00
feat(freertos): Link FreeRTOS idle task and its hook function to IRAM
This commit is contained in:
@ -344,7 +344,7 @@ BaseType_t xQueueGenericReceive(QueueHandle_t xQueue, void * const pvBuffer,
|
||||
return xQueueReceive(xQueue, pvBuffer, xTicksToWait);
|
||||
}
|
||||
|
||||
void vApplicationIdleHook(void)
|
||||
void IRAM_ATTR vApplicationIdleHook(void)
|
||||
{
|
||||
extern void pmIdleHook(void);
|
||||
extern void esp_task_wdt_reset(void);
|
||||
|
Reference in New Issue
Block a user