esp_hw_support: Move rtc.h header from target components

pull/7307/head
Angus Gratton 2021-07-15 14:55:15 +10:00 zatwierdzone przez Michael (XIAO Xufeng)
rodzic 86061a720b
commit 9d6366f290
9 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

@ -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")

Wyświetl plik

@ -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")

Wyświetl plik

@ -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")

Wyświetl plik

@ -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")