File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
components/esp_hw_support Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -199,15 +199,15 @@ if(CONFIG_IDF_TARGET_ESP32H4)
199199endif ()
200200
201201
202- if (CONFIG_ESP32P4_SELECTS_REV_LESS_V3)
203- if (CMAKE_C_COMPILER_ID MATCHES "GNU" )
204- idf_build_set_property(COMPILE_OPTIONS "-march=rv32imafc_zicsr_zifencei_xesppie" APPEND )
205- endif ()
206- elseif (CONFIG_IDF_TARGET_ESP32P4)
207- if (CMAKE_C_COMPILER_ID MATCHES "Clang" ) # TODO: LLVM-478
208- message (FATAL_ERROR "ESP32-P4 rev. 3.0 or higher is not supported in Clang-based toolchain" )
209- endif ()
210- endif ()
202+ # if(CONFIG_ESP32P4_SELECTS_REV_LESS_V3)
203+ # if(CMAKE_C_COMPILER_ID MATCHES "GNU")
204+ # idf_build_set_property(COMPILE_OPTIONS "-march=rv32imafc_zicsr_zifencei_xesppie" APPEND)
205+ # endif()
206+ # elseif(CONFIG_IDF_TARGET_ESP32P4)
207+ # if(CMAKE_C_COMPILER_ID MATCHES "Clang") # TODO: LLVM-478
208+ # message(FATAL_ERROR "ESP32-P4 rev. 3.0 or higher is not supported in Clang-based toolchain")
209+ # endif()
210+ # endif()
211211
212212idf_component_register(SRCS ${srcs}
213213 INCLUDE_DIRS ${public_include_dirs}
You can’t perform that action at this time.
0 commit comments