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
10
10
${esp_hal_dir} /components/hal/cache_hal.c
11
11
${esp_hal_dir} /components/hal/lp_timer_hal.c
12
12
${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
14
15
)
15
16
16
17
if (DEFINED CONFIG_ESP_CONSOLE_UART_CUSTOM )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ list(APPEND hal_srcs
11
11
${esp_hal_dir} /components/hal/lp_timer_hal.c
12
12
${esp_hal_dir} /components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c
13
13
${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
14
15
)
15
16
16
17
if (DEFINED CONFIG_ESP_CONSOLE_UART_CUSTOM )
You can’t perform that action at this time.
0 commit comments