File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
boot/espressif/hal/include Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ list(APPEND hal_srcs
1010 ${esp_hal_dir} /components/hal/cache_hal.c
1111 ${esp_hal_dir} /components/hal/lp_timer_hal.c
1212 ${esp_hal_dir} /components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c
13- ${esp_hal_dir} /components/esp_rom/patches/esp_rom_regi2c_${MCUBOOT_TARGET} .c
13+ ${esp_hal_dir} /components/esp_rom/patches/esp_rom_hp_regi2c_${MCUBOOT_TARGET} .c
14+ ${esp_hal_dir} /components/esp_hw_support/port/${MCUBOOT_TARGET} /pmu_param.c
1415)
1516
1617if (DEFINED CONFIG_ESP_CONSOLE_UART_CUSTOM)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ list(APPEND hal_srcs
1111 ${esp_hal_dir} /components/hal/lp_timer_hal.c
1212 ${esp_hal_dir} /components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c
1313 ${esp_hal_dir} /components/esp_rom/patches/esp_rom_regi2c_${MCUBOOT_TARGET} .c
14+ ${esp_hal_dir} /components/esp_hw_support/port/${MCUBOOT_TARGET} /pmu_param.c
1415)
1516
1617if (DEFINED CONFIG_ESP_CONSOLE_UART_CUSTOM)
You can’t perform that action at this time.
0 commit comments