Skip to content

Commit 847e4fb

Browse files
Raffael Rostagnosylvioalves
authored andcommitted
hal: esp32c6: Add counter/timers support
Add GP timers support. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 9fbf519 commit 847e4fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zephyr/esp32c6/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ if(CONFIG_SOC_SERIES_ESP32C6)
298298
../../components/hal/i2c_hal.c
299299
)
300300

301+
zephyr_sources_ifdef(
302+
CONFIG_COUNTER_TMR_ESP32
303+
../../components/hal/timer_hal.c
304+
)
305+
301306
zephyr_sources_ifdef(
302307
CONFIG_UART_ESP32
303308
../../components/hal/uart_hal.c

0 commit comments

Comments
 (0)