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:
parent
a249eb51f4
commit
4de22657fd
2 changed files with 3 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -12,5 +12,6 @@ supported:
|
|||
- dma
|
||||
- pwm
|
||||
- spi
|
||||
- counter
|
||||
- entropy
|
||||
- i2c
|
||||
|
|
|
|||
Loading…
Reference in a new issue