mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
esp_system: revert the esp_system_abort to the IRAM section
This commit is contained in:
parent
57a8dbb93d
commit
e8a276d641
@ -4,6 +4,7 @@ entries:
|
|||||||
panic (noflash)
|
panic (noflash)
|
||||||
panic_handler (noflash)
|
panic_handler (noflash)
|
||||||
reset_reason (noflash)
|
reset_reason (noflash)
|
||||||
|
system_api:esp_system_abort (noflash)
|
||||||
|
|
||||||
if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
|
if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
|
||||||
usb_console:esp_usb_console_write_char (noflash)
|
usb_console:esp_usb_console_write_char (noflash)
|
||||||
|
@ -166,7 +166,7 @@ static void esp_startup_start_app_other_cores_default(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void start_cpu_other_cores_default(void)
|
static void IRAM_ATTR start_cpu_other_cores_default(void)
|
||||||
{
|
{
|
||||||
do_system_init_fn();
|
do_system_init_fn();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user