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 |
|
| I2C | on-chip | i2c |
|
||||||
+------------+------------+-------------------------------------+
|
+------------+------------+-------------------------------------+
|
||||||
|
| Timers | on-chip | counter |
|
||||||
|
+------------+------------+-------------------------------------+
|
||||||
| Watchdog | on-chip | watchdog |
|
| Watchdog | on-chip | watchdog |
|
||||||
+------------+------------+-------------------------------------+
|
+------------+------------+-------------------------------------+
|
||||||
| LEDC | on-chip | pwm |
|
| LEDC | on-chip | pwm |
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,6 @@ supported:
|
||||||
- dma
|
- dma
|
||||||
- pwm
|
- pwm
|
||||||
- spi
|
- spi
|
||||||
|
- counter
|
||||||
- entropy
|
- entropy
|
||||||
- i2c
|
- i2c
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue