mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 17:16:29 +08:00
feat(esp8266): Add WIFI socket and async APIs
1. add section to linking file
This commit is contained in:
@ -114,6 +114,12 @@ SECTIONS
|
||||
*libplatforms.a:(.rodata.* .rodata)
|
||||
*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)
|
||||
*(.literal.* .text.*)
|
||||
|
||||
. = ALIGN(16);
|
||||
__start_ksymatabesp_socket = .;
|
||||
*(ksymatabesp_socket)
|
||||
__stop_ksymatabesp_socket = .;
|
||||
|
||||
_irom0_text_end = ABSOLUTE(.);
|
||||
} >irom0_0_seg :irom0_0_phdr
|
||||
|
||||
|
Reference in New Issue
Block a user