mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
Merge branch 'bugfix/fix_32k_not_found' into 'master'
Fix esp32 external 32k xtal not found error See merge request espressif/esp-idf!11296
This commit is contained in:
@@ -27,7 +27,8 @@ set(COMPONENTS
|
|||||||
spi_flash
|
spi_flash
|
||||||
micro-ecc
|
micro-ecc
|
||||||
main
|
main
|
||||||
efuse)
|
efuse
|
||||||
|
esp_system)
|
||||||
set(BOOTLOADER_BUILD 1)
|
set(BOOTLOADER_BUILD 1)
|
||||||
include("${IDF_PATH}/tools/cmake/project.cmake")
|
include("${IDF_PATH}/tools/cmake/project.cmake")
|
||||||
set(common_req log esp_rom esp_common esp_hw_support hal)
|
set(common_req log esp_rom esp_common esp_hw_support hal)
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
if(BOOTLOADER_BUILD)
|
||||||
|
# Bootloader relies on some Kconfig options defined in esp_system.
|
||||||
|
idf_component_register()
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
idf_component_register(SRCS "intr_alloc.c"
|
idf_component_register(SRCS "intr_alloc.c"
|
||||||
"esp_async_memcpy.c"
|
"esp_async_memcpy.c"
|
||||||
"panic.c"
|
"panic.c"
|
||||||
|
Reference in New Issue
Block a user