mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-06 13:59:16 +08:00
feat(esp8266): Remove esp_socket to save flash and ram
This commit is contained in:
@ -233,12 +233,7 @@ SECTIONS
|
||||
*(.user.data)
|
||||
*(.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