Skip to content

Commit 4de2265

Browse files
Raffael Rostagnokartben
authored andcommitted
boards: esp32c6_devkitc: Add timers config
Add timers (counter) support to documentation and board yaml. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
1 parent a249eb5 commit 4de2265

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

boards/espressif/esp32c6_devkitc/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Current Zephyr's ESP32-C6-DevKitC board supports the following features:
101101
+------------+------------+-------------------------------------+
102102
| I2C | on-chip | i2c |
103103
+------------+------------+-------------------------------------+
104+
| Timers | on-chip | counter |
105+
+------------+------------+-------------------------------------+
104106
| Watchdog | on-chip | watchdog |
105107
+------------+------------+-------------------------------------+
106108
| LEDC | on-chip | pwm |

boards/espressif/esp32c6_devkitc/esp32c6_devkitc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ supported:
1212
- dma
1313
- pwm
1414
- spi
15+
- counter
1516
- entropy
1617
- i2c

0 commit comments

Comments
 (0)