@@ -65,6 +65,8 @@ if(CONFIG_SOC_SERIES_ESP32H2)
6565 ../../components/esp_hal_pcnt/${CONFIG_SOC_SERIES}/include
6666 ../../components/esp_hal_pmu/include
6767 ../../components/esp_hal_pmu/${CONFIG_SOC_SERIES}/include
68+ ../../components/esp_hal_rmt/include
69+ ../../components/esp_hal_rmt/${CONFIG_SOC_SERIES}/include/
6870 ../../components/esp_hal_rtc_timer/include
6971 ../../components/esp_hal_rtc_timer/${CONFIG_SOC_SERIES}/include
7072 ../../components/esp_hal_security/include
@@ -226,12 +228,15 @@ if(CONFIG_SOC_SERIES_ESP32H2)
226228 ../../components/esp_hal_clock/${CONFIG_SOC_SERIES}/clk_tree_hal.c
227229 ../../components/esp_hal_gpio/${CONFIG_SOC_SERIES}/rtc_io_periph.c
228230 ../../components/esp_hal_gpio/rtc_io_hal.c
231+ ../../components/esp_hal_pmu/${CONFIG_SOC_SERIES}/pau_hal.c
232+ ../../components/esp_hal_pmu/${CONFIG_SOC_SERIES}/pmu_hal.c
229233 ../../components/esp_hal_systimer/systimer_hal.c
230234 ../../components/esp_hal_wdt/wdt_hal_iram.c
231235 ../../components/esp_hw_support/adc_share_hw_ctrl.c
232236 ../../components/esp_hw_support/clk_ctrl_os.c
233237 ../../components/esp_hw_support/cpu.c
234238 ../../components/esp_hw_support/esp_clk.c
239+ ../../components/esp_hw_support/esp_memory_utils.c
235240 ../../components/esp_hw_support/hw_random.c
236241 ../../components/esp_hw_support/mac_addr.c
237242 ../../components/esp_hw_support/modem/modem_clock.c
@@ -251,6 +256,7 @@ if(CONFIG_SOC_SERIES_ESP32H2)
251256 ../../components/esp_hw_support/port/${CONFIG_SOC_SERIES}/sar_periph_ctrl.c
252257 ../../components/esp_hw_support/port/${CONFIG_SOC_SERIES}/systimer.c
253258 ../../components/esp_hw_support/port/esp_clk_tree_common.c
259+ ../../components/esp_hw_support/port/pau_regdma.c
254260 ../../components/esp_hw_support/port/regdma_link.c
255261 ../../components/esp_hw_support/regi2c_ctrl.c
256262 ../../components/esp_hw_support/rtc_module.c
@@ -372,6 +378,14 @@ if(CONFIG_SOC_SERIES_ESP32H2)
372378 ../../components/esp_hal_pcnt/pcnt_hal.c
373379 )
374380
381+ zephyr_sources_ifdef (CONFIG_ESPRESSIF_RMT
382+ ../../components/esp_hal_rmt/rmt_hal.c
383+ ../../components/esp_hal_gpio/gpio_hal.c
384+ ../../components/esp_driver_gpio/src/gpio.c
385+ ../../components/esp_driver_gpio/src/rtc_io.c
386+ ../../components/esp_hal_rmt/${CONFIG_SOC_SERIES}/rmt_periph.c
387+ )
388+
375389 if (CONFIG_PM OR CONFIG_POWEROFF)
376390 zephyr_sources (
377391 ../../components/esp_driver_gpio/src/gpio.c
@@ -392,7 +406,6 @@ if(CONFIG_SOC_SERIES_ESP32H2)
392406 ../../components/esp_hal_pmu/${CONFIG_SOC_SERIES}/pmu_hal.c
393407 ../../components/esp_hw_support/sleep_uart.c
394408 ../../components/esp_hw_support/clk_utils.c
395- ../../components/esp_hw_support/esp_memory_utils.c
396409 ../../components/esp_hw_support/port/${CONFIG_SOC_SERIES}/peripheral_domain_pd.c
397410 ../common/pm_impl_zephyr.c
398411 )
0 commit comments