feat(esp8266): Add WIFI socket and async APIs

1. add section to linking file
This commit is contained in:
Dong Heng
2018-04-10 15:31:15 +08:00
parent 0e2445bfdb
commit 27888f19cc
8 changed files with 834 additions and 0 deletions

View File

@ -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