mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp_common): update esp_common
1. add Kconfig file and rename old global macro 2. move some independent files to esp_common
This commit is contained in:
@ -18,7 +18,7 @@ endif()
|
||||
set(COMPONENTS bootloader esptool_py partition_table esp8266 bootloader_support log spi_flash main)
|
||||
set(BOOTLOADER_BUILD 1)
|
||||
include("${IDF_PATH}/tools/cmake/project.cmake")
|
||||
set(common_req log)
|
||||
set(common_req log esp_common)
|
||||
if(LEGACY_INCLUDE_COMMON_HEADERS)
|
||||
list(APPEND common_req soc)
|
||||
endif()
|
||||
|
@ -16,6 +16,7 @@ CXXFLAGS =
|
||||
|
||||
#We cannot include the esp8266 component directly but we need its includes.
|
||||
CFLAGS += -I $(IDF_PATH)/components/esp8266/include -I $(IDF_PATH)/components/util/include
|
||||
CFLAGS += -I $(IDF_PATH)/components/esp_common/include
|
||||
|
||||
# The bootloader pseudo-component is also included in this build, for its Kconfig.projbuild to be included.
|
||||
#
|
||||
|
Reference in New Issue
Block a user