mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
change(g0): use hw_ver1 to build g0 components test app
This commit is contained in:
committed by
Armando (Dou Yiwen)
parent
df7cd41765
commit
9477f88a0d
@@ -20,10 +20,14 @@ endif()
|
|||||||
|
|
||||||
# register headers that generated by script from CSV
|
# register headers that generated by script from CSV
|
||||||
if(CONFIG_IDF_TARGET_ESP32P4)
|
if(CONFIG_IDF_TARGET_ESP32P4)
|
||||||
if(CONFIG_ESP32P4_SELECTS_REV_LESS_V2)
|
if(DEFINED COMPONENTS AND "esp_hw_support" IN_LIST COMPONENTS)
|
||||||
list(APPEND includes "${target_folder}/register/hw_ver1")
|
if(CONFIG_ESP32P4_SELECTS_REV_LESS_V2)
|
||||||
|
list(APPEND includes "${target_folder}/register/hw_ver1")
|
||||||
|
else()
|
||||||
|
list(APPEND includes "${target_folder}/register/hw_ver2")
|
||||||
|
endif()
|
||||||
else()
|
else()
|
||||||
list(APPEND includes "${target_folder}/register/hw_ver2")
|
list(APPEND includes "${target_folder}/register/hw_ver1")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${target_folder}/register")
|
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${target_folder}/register")
|
||||||
|
Reference in New Issue
Block a user