Merge branch 'change/g0_test_uses_p4_rev3' into 'master'

g0: use hw_ver3 to build g0 components test app

See merge request espressif/esp-idf!42106
This commit is contained in:
Armando (Dou Yiwen)
2025-09-24 01:10:24 +00:00

View File

@@ -26,6 +26,10 @@ idf_build_set_property(__BUILD_COMPONENT_DEPGRAPH_ENABLED 1)
project(g0_components) project(g0_components)
if(CONFIG_IDF_TARGET_ESP32P4)
idf_build_set_property(C_COMPILE_OPTIONS "-DCONFIG_ESP_REV_MIN_FULL=300" APPEND)
endif()
if(CONFIG_IDF_TARGET_ESP32C2) if(CONFIG_IDF_TARGET_ESP32C2)
# clk_tree hal-driver needs CONFIG_XTAL_FREQ # clk_tree hal-driver needs CONFIG_XTAL_FREQ
idf_build_set_property(C_COMPILE_OPTIONS "-DCONFIG_XTAL_FREQ=26" APPEND) idf_build_set_property(C_COMPILE_OPTIONS "-DCONFIG_XTAL_FREQ=26" APPEND)