blob: 372f4a431419f8fd9d00f1526e0403f6420afeb5 [file] [log] [blame]
Almir Okato712fdb52021-08-06 10:22:56 -03001list(APPEND hal_srcs
2 ${esp_idf_dir}/components/bootloader_support/src/flash_qio_mode.c
3 ${esp_idf_dir}/components/esp_hw_support/port/${MCUBOOT_TARGET}/cpu_util_esp32c3.c
4)
5
6list(APPEND LINKER_SCRIPTS
7 -T${esp_idf_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld
8)
9
10set_source_files_properties(
11 ${esp_idf_dir}/components/bootloader_support/src/flash_qio_mode.c
12 PROPERTIES COMPILE_FLAGS
13 "-Wno-unused-variable")