mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp8266): Link some functions from IRAM to flash
This commit is contained in:
@ -38,7 +38,7 @@ static portMUX_TYPE hooks_spinlock = portMUX_INITIALIZER_UNLOCKED;
|
||||
static esp_freertos_idle_cb_t idle_cb[portNUM_PROCESSORS][MAX_HOOKS];
|
||||
static esp_freertos_tick_cb_t tick_cb[portNUM_PROCESSORS][MAX_HOOKS];
|
||||
|
||||
void IRAM_ATTR esp_vApplicationTickHook()
|
||||
void esp_vApplicationTickHook()
|
||||
{
|
||||
int n;
|
||||
int core = xPortGetCoreID();
|
||||
|
Reference in New Issue
Block a user