Skip to content

Commit 12906fd

Browse files
tmediccialmir-okato
authored andcommitted
espressif: Update the references for using the new Espressif HAL
The new Espressif HAL is based on ESP-IDF v5.1.4. Signed-off-by: Tiago Medicci <[email protected]>
1 parent 034f58c commit 12906fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boot/espressif/hal/include/esp32c6/esp32c6.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1617
if (DEFINED CONFIG_ESP_CONSOLE_UART_CUSTOM)

boot/espressif/hal/include/esp32h2/esp32h2.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1617
if (DEFINED CONFIG_ESP_CONSOLE_UART_CUSTOM)

0 commit comments

Comments
 (0)