kopia lustrzana https://github.com/espressif/esp-idf
esp_hw_support: Move rtc.h header from target components
rodzic
86061a720b
commit
9d6366f290
|
@ -9,8 +9,7 @@ if(NOT BOOTLOADER_BUILD)
|
|||
set(legacy_reqs driver efuse soc)
|
||||
endif()
|
||||
|
||||
idf_component_register(INCLUDE_DIRS include
|
||||
REQUIRES riscv "${legacy_reqs}"
|
||||
idf_component_register(REQUIRES riscv "${legacy_reqs}"
|
||||
REQUIRED_IDF_TARGETS esp32c3)
|
||||
|
||||
target_linker_script(${COMPONENT_LIB} INTERFACE "ld/esp32c3.peripherals.ld")
|
||||
|
|
|
@ -9,8 +9,7 @@ if(NOT BOOTLOADER_BUILD)
|
|||
set(legacy_reqs driver efuse soc)
|
||||
endif()
|
||||
|
||||
idf_component_register(INCLUDE_DIRS include
|
||||
REQUIRES riscv "${legacy_reqs}"
|
||||
idf_component_register(REQUIRES riscv "${legacy_reqs}"
|
||||
REQUIRED_IDF_TARGETS esp32h2)
|
||||
|
||||
target_linker_script(${COMPONENT_LIB} INTERFACE "ld/esp32h2.peripherals.ld")
|
||||
|
|
|
@ -9,8 +9,7 @@ if(NOT BOOTLOADER_BUILD)
|
|||
set(legacy_reqs driver efuse soc)
|
||||
endif()
|
||||
|
||||
idf_component_register(INCLUDE_DIRS include
|
||||
REQUIRES xtensa "${legacy_reqs}"
|
||||
idf_component_register(REQUIRES xtensa "${legacy_reqs}"
|
||||
REQUIRED_IDF_TARGETS esp32s2)
|
||||
|
||||
target_linker_script(${COMPONENT_LIB} INTERFACE "ld/esp32s2.peripherals.ld")
|
||||
|
|
|
@ -9,8 +9,7 @@ if(NOT BOOTLOADER_BUILD)
|
|||
set(legacy_reqs driver efuse soc)
|
||||
endif()
|
||||
|
||||
idf_component_register(INCLUDE_DIRS include
|
||||
REQUIRES xtensa "${legacy_reqs}"
|
||||
idf_component_register(REQUIRES xtensa "${legacy_reqs}"
|
||||
REQUIRED_IDF_TARGETS esp32s3)
|
||||
|
||||
target_linker_script(${COMPONENT_LIB} INTERFACE "ld/esp32s3.peripherals.ld")
|
||||
|
|
Ładowanie…
Reference in New Issue