mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feature(script): update compiling script for new make and cmake
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include include/freertos include/freertos/private port/esp8266/include port/esp8266/include/freertos)
|
||||
set(COMPONENT_SRCDIRS "freertos" "port/esp8266")
|
||||
set(COMPONENT_REQUIRES "esp8266")
|
||||
|
||||
register_component()
|
||||
|
||||
target_link_libraries(freertos "-Wl,--undefined=uxTopUsedPriority")
|
||||
target_link_libraries(${COMPONENT_LIB} "-Wl,--undefined=uxTopUsedPriority")
|
||||
|
||||
set_source_files_properties(
|
||||
tasks.c
|
||||
|
Reference in New Issue
Block a user