Skip to content

Commit c811e7e

Browse files
committed
zephyr: esp32c6: add LP GPIO sources
Add LP GPIO sources to LP Core build Signed-off-by: Lucas Tamborrino <[email protected]>
1 parent 4b7099d commit c811e7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

zephyr/esp32c6/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,9 @@ if(CONFIG_SOC_SERIES_ESP32C6)
378378
../../components/ulp/lp_core/shared/ulp_lp_core_lp_timer_shared.c
379379
../../components/ulp/lp_core/shared/ulp_lp_core_memory_shared.c
380380
../../components/hal/uart_hal_iram.c
381-
)
381+
../../components/hal/rtc_io_hal.c
382+
../../components/soc/${CONFIG_SOC_SERIES}/rtc_io_periph.c
383+
)
382384
endif()
383385

384386
## shared WIFI/BT resources

0 commit comments

Comments
 (0)