We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbf519 commit 847e4fbCopy full SHA for 847e4fb
zephyr/esp32c6/CMakeLists.txt
@@ -298,6 +298,11 @@ if(CONFIG_SOC_SERIES_ESP32C6)
298
../../components/hal/i2c_hal.c
299
)
300
301
+ zephyr_sources_ifdef(
302
+ CONFIG_COUNTER_TMR_ESP32
303
+ ../../components/hal/timer_hal.c
304
+ )
305
+
306
zephyr_sources_ifdef(
307
CONFIG_UART_ESP32
308
../../components/hal/uart_hal.c
0 commit comments