mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-21 05:02:23 +08:00
feat(esp8266): supports "make size" and its family function
1. support "make size", "make size-files", "make size-components" and "make size-symbols" 2. add esp-idf style link file including "esp8266.ld" and "esp8266.project.ld.in" 3. add link advaced generation file to components of esp8266 and spi_flash
This commit is contained in:
9
components/esp8266/linker.lf
Normal file
9
components/esp8266/linker.lf
Normal file
@ -0,0 +1,9 @@
|
||||
[mapping:pp]
|
||||
archive: libpp.a
|
||||
entries:
|
||||
* (noflash_text)
|
||||
|
||||
[mapping:phy]
|
||||
archive: libphy.a
|
||||
entries:
|
||||
* (noflash_text)
|
Reference in New Issue
Block a user