blob: 372f4a431419f8fd9d00f1526e0403f6420afeb5 [file] [log] [blame]
list(APPEND hal_srcs
${esp_idf_dir}/components/bootloader_support/src/flash_qio_mode.c
${esp_idf_dir}/components/esp_hw_support/port/${MCUBOOT_TARGET}/cpu_util_esp32c3.c
)
list(APPEND LINKER_SCRIPTS
-T${esp_idf_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld
)
set_source_files_properties(
${esp_idf_dir}/components/bootloader_support/src/flash_qio_mode.c
PROPERTIES COMPILE_FLAGS
"-Wno-unused-variable")