linker.lf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [mapping:esp_system]
  2. archive: libesp_system.a
  3. entries:
  4. panic (noflash)
  5. panic_handler (noflash)
  6. panic_arch (noflash)
  7. reset_reason (noflash)
  8. system_api:esp_system_abort (noflash)
  9. startup:do_core_init (default)
  10. startup:do_secondary_init (default)
  11. startup:start_cpu0_default (default)
  12. if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
  13. usb_console:esp_usb_console_write_char (noflash)
  14. usb_console:esp_usb_console_write_buf (noflash)
  15. usb_console:esp_usb_console_flush_internal (noflash)
  16. usb_console:esp_usb_console_osglue_wait_proc (noflash)
  17. usb_console:esp_usb_console_osglue_dis_int (noflash)
  18. usb_console:esp_usb_console_osglue_ena_int (noflash)
  19. usb_console:esp_usb_console_interrupt (noflash)
  20. usb_console:esp_usb_console_poll_interrupts (noflash)
  21. usb_console:esp_usb_console_cdc_acm_cb (noflash)
  22. usb_console:esp_usb_console_dfu_detach_cb (noflash)
  23. usb_console:esp_usb_console_before_restart (noflash)
  24. if PM_SLP_IRAM_OPT = y:
  25. sleep_modes:esp_light_sleep_start (noflash)
  26. sleep_modes:esp_sleep_enable_timer_wakeup (noflash)
  27. sleep_modes:timer_wakeup_prepare (noflash)
  28. sleep_modes:get_power_down_flags (noflash)
  29. [mapping:vfs_cdcacm]
  30. archive: libvfs.a
  31. entries:
  32. if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
  33. vfs_cdcacm:cdcacm_tx_cb (noflash)
  34. vfs_cdcacm:cdcacm_rx_cb (noflash)