blob: 171ab9d533cae8c0beae10c6404414aab7e0d5ed [file] [log] [blame]
Almir Okato712fdb52021-08-06 10:22:56 -03001list(APPEND hal_srcs
2 ${esp_idf_dir}/components/esp_hw_support/port/${MCUBOOT_TARGET}/regi2c_ctrl.c
3 )
4
5list(APPEND LINKER_SCRIPTS
6 -T${esp_idf_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.newlib-funcs.ld
7 -T${esp_idf_dir}/components/esp_rom/${MCUBOOT_TARGET}/ld/${MCUBOOT_TARGET}.rom.spiflash.ld
8 )