Skip to content

Commit

Permalink
boards: esp32c6_devkitc: Add timers config
Browse files Browse the repository at this point in the history
Add timers (counter) support to documentation and board yaml.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
  • Loading branch information
Raffael Rostagno authored and kartben committed Dec 21, 2024
1 parent a249eb5 commit 4de2265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/espressif/esp32c6_devkitc/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Current Zephyr's ESP32-C6-DevKitC board supports the following features:
+------------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+------------+------------+-------------------------------------+
| Timers | on-chip | counter |
+------------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog |
+------------+------------+-------------------------------------+
| LEDC | on-chip | pwm |
Expand Down
1 change: 1 addition & 0 deletions boards/espressif/esp32c6_devkitc/esp32c6_devkitc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ supported:
- dma
- pwm
- spi
- counter
- entropy
- i2c

0 comments on commit 4de2265

Please sign in to comment.