mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-01 16:16:54 +08:00

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
4 lines
130 B
CMake
4 lines
130 B
CMake
idf_component_register(SRCS "log.c"
|
|
INCLUDE_DIRS "include"
|
|
LDFRAGMENTS "linker.lf")
|