File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
components/esp_rcp_update Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55 set (priv_requires "driver" )
66endif ()
77
8- if (CONFIG_OPENTHREAD_ENABLED AND CONFIG_AUTO_UPDATE_RCP)
9- list (APPEND srcs "src/esp_ot_rcp_update.c" )
8+ set (exclude_srcs "" )
9+
10+ if (NOT CONFIG_OPENTHREAD_ENABLED OR NOT CONFIG_AUTO_UPDATE_RCP)
11+ list (APPEND exclude_srcs "src/esp_ot_rcp_update.c" )
1012endif ()
1113
1214idf_component_register(SRC_DIRS src
15+ EXCLUDE_SRCS ${exclude_srcs}
1316 INCLUDE_DIRS include
1417 REQUIRES esp-serial-flasher nvs_flash
1518 PRIV_REQUIRES ${priv_requires} )
Original file line number Diff line number Diff line change 1- version : " 1.5.2 "
1+ version : " 1.5.3 "
22description : Espressif RCP Update Component for Thread Border Router and Zigbee Gateway
33url : https://github.com/espressif/esp-thread-br/tree/main/components/esp_rcp_update
44dependencies :
You can’t perform that action at this time.
0 commit comments