Almir Okato | 712fdb5 | 2021-08-06 10:22:56 -0300 | [diff] [blame] | 1 | list(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 | |
| 6 | list(APPEND LINKER_SCRIPTS |
| 7 | -T${esp_idf_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib.ld |
| 8 | ) |
| 9 | |
| 10 | set_source_files_properties( |
| 11 | ${esp_idf_dir}/components/bootloader_support/src/flash_qio_mode.c |
| 12 | PROPERTIES COMPILE_FLAGS |
| 13 | "-Wno-unused-variable") |