2020-02-02 23:23:16 +08:00
|
|
|
[mapping:esp_system]
|
|
|
|
archive: libesp_system.a
|
|
|
|
entries:
|
2021-03-24 12:11:07 +08:00
|
|
|
if ESP_PANIC_HANDLER_IRAM = y:
|
|
|
|
panic (noflash)
|
|
|
|
panic_handler (noflash)
|
|
|
|
panic_arch (noflash)
|
2023-11-28 09:57:44 +08:00
|
|
|
cache_err_int (noflash)
|
2023-04-10 11:10:28 +08:00
|
|
|
reset_reason:esp_reset_reason_get_hint (noflash)
|
2023-05-04 17:31:31 +02:00
|
|
|
if ESP_SYSTEM_HW_STACK_GUARD = y:
|
|
|
|
hw_stack_guard:esp_hw_stack_guard_get_bounds (noflash)
|
|
|
|
hw_stack_guard:esp_hw_stack_guard_is_fired (noflash)
|
|
|
|
hw_stack_guard:esp_hw_stack_guard_get_pc (noflash)
|
2021-03-24 12:11:07 +08:00
|
|
|
|
2021-01-26 12:04:33 +08:00
|
|
|
esp_err (noflash)
|
2022-11-03 16:59:19 +01:00
|
|
|
esp_system_chip:esp_system_abort (noflash)
|
2020-11-21 03:15:59 +01:00
|
|
|
ubsan (noflash)
|
2020-09-18 10:58:24 -03:00
|
|
|
|
2020-04-30 16:48:49 +02:00
|
|
|
if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
|
|
|
|
usb_console:esp_usb_console_write_char (noflash)
|
|
|
|
usb_console:esp_usb_console_write_buf (noflash)
|
|
|
|
usb_console:esp_usb_console_flush_internal (noflash)
|
|
|
|
usb_console:esp_usb_console_osglue_wait_proc (noflash)
|
|
|
|
usb_console:esp_usb_console_osglue_dis_int (noflash)
|
|
|
|
usb_console:esp_usb_console_osglue_ena_int (noflash)
|
|
|
|
usb_console:esp_usb_console_interrupt (noflash)
|
|
|
|
usb_console:esp_usb_console_poll_interrupts (noflash)
|
|
|
|
usb_console:esp_usb_console_cdc_acm_cb (noflash)
|
|
|
|
usb_console:esp_usb_console_dfu_detach_cb (noflash)
|
|
|
|
usb_console:esp_usb_console_before_restart (noflash)
|
2022-01-18 20:49:58 +01:00
|
|
|
usb_console:esp_usb_console_on_restart_timeout (noflash)
|
2020-04-30 16:48:49 +02:00
|
|
|
|
|
|
|
[mapping:vfs_cdcacm]
|
|
|
|
archive: libvfs.a
|
|
|
|
entries:
|
|
|
|
if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
|
|
|
|
vfs_cdcacm:cdcacm_tx_cb (noflash)
|
|
|
|
vfs_cdcacm:cdcacm_rx_cb (noflash)
|
2023-08-29 12:25:05 +08:00
|
|
|
|
|
|
|
[mapping:esp_system_hal]
|
|
|
|
archive: libhal.a
|
|
|
|
entries:
|
|
|
|
if ESP_PANIC_HANDLER_IRAM = y:
|
|
|
|
uart_hal_iram (noflash)
|