File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
components/esp_rcp_update Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # Starting from esp-idf v5.3, the GPIO and UART drivers are moved to separate components
2+ if ("${IDF_VERSION_MAJOR} .${IDF_VERSION_MINOR} " VERSION_GREATER_EQUAL "5.3" )
3+ set (priv_requires "esp_driver_gpio" "esp_driver_uart" )
4+ else ()
5+ set (priv_requires "driver" )
6+ endif ()
17idf_component_register(SRC_DIRS src
28 INCLUDE_DIRS include
3- REQUIRES driver esp-serial-flasher nvs_flash)
9+ REQUIRES esp-serial-flasher nvs_flash
10+ PRIV_REQUIRES ${priv_requires} )
411
512idf_build_get_property(python PYTHON)
613if (CONFIG_AUTO_UPDATE_RCP)
Original file line number Diff line number Diff line change 1- version : " 1.4 .0"
1+ version : " 1.5 .0"
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 :
55 espressif/esp-serial-flasher :
6- version : " 1.8.0"
6+ version : " ^ 1.8.0"
77
88 idf :
99 version : " >=5.0"
You can’t perform that action at this time.
0 commit comments