mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(tools): update toolchain version to esp-15.2.0_20250920
This commit is contained in:
@@ -188,6 +188,16 @@ if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/include/soc/${target}")
|
||||
)
|
||||
endif()
|
||||
|
||||
if(CONFIG_ESP32P4_SELECTS_REV_LESS_V3)
|
||||
if(CMAKE_C_COMPILER_ID MATCHES "GNU")
|
||||
idf_build_set_property(COMPILE_OPTIONS "-mespv-spec=2p1" APPEND)
|
||||
endif()
|
||||
elseif(CONFIG_IDF_TARGET_ESP32P4)
|
||||
if(CMAKE_C_COMPILER_ID MATCHES "Clang") # TODO: LLVM-478
|
||||
message(FATAL_ERROR "ESP32-P4 rev. 3.0 or higher is not supported in Clang-based toolchain")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
idf_component_register(SRCS ${srcs}
|
||||
INCLUDE_DIRS ${public_include_dirs}
|
||||
PRIV_INCLUDE_DIRS port/include include/esp_private
|
||||
|
||||
Reference in New Issue
Block a user