boards: esp32c6_devkitc: Add timers config

Add timers (counter) support to documentation and board yaml.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2024-12-09 16:47:38 -03:00 committed by Benjamin Cabé
parent a249eb51f4
commit 4de22657fd
2 changed files with 3 additions and 0 deletions

View file

@ -101,6 +101,8 @@ Current Zephyr's ESP32-C6-DevKitC board supports the following features:
+------------+------------+-------------------------------------+ +------------+------------+-------------------------------------+
| I2C | on-chip | i2c | | I2C | on-chip | i2c |
+------------+------------+-------------------------------------+ +------------+------------+-------------------------------------+
| Timers | on-chip | counter |
+------------+------------+-------------------------------------+
| Watchdog | on-chip | watchdog | | Watchdog | on-chip | watchdog |
+------------+------------+-------------------------------------+ +------------+------------+-------------------------------------+
| LEDC | on-chip | pwm | | LEDC | on-chip | pwm |

View file

@ -12,5 +12,6 @@ supported:
- dma - dma
- pwm - pwm
- spi - spi
- counter
- entropy - entropy
- i2c - i2c