2020-02-02 15:23:16 +00:00
|
|
|
[mapping:esp_system]
|
|
|
|
archive: libesp_system.a
|
|
|
|
entries:
|
2021-03-24 04:11:07 +00:00
|
|
|
if ESP_PANIC_HANDLER_IRAM = y:
|
|
|
|
panic (noflash)
|
|
|
|
panic_handler (noflash)
|
|
|
|
panic_arch (noflash)
|
|
|
|
|
2021-01-26 04:04:33 +00:00
|
|
|
esp_err (noflash)
|
2021-03-11 01:48:30 +00:00
|
|
|
esp_system:esp_system_abort (noflash)
|
2020-11-21 02:15:59 +00:00
|
|
|
ubsan (noflash)
|
2020-09-18 13:58:24 +00:00
|
|
|
|
2020-04-30 14:48:49 +00: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)
|
|
|
|
|
|
|
|
[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)
|