mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
xtensa: Disable component on esp32c3
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
idf_build_get_property(target IDF_TARGET)
|
||||
|
||||
if(${target} STREQUAL "esp32c3")
|
||||
return()
|
||||
endif()
|
||||
if(BOOTLOADER_BUILD)
|
||||
# bootloader only needs headers from this component
|
||||
set(priv_requires soc)
|
||||
|
Reference in New Issue
Block a user