boards: esp32c6_devkitc: Update doc and yaml for PWM
Update files indicating PWM support. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
ffa676dd44
commit
793bfe136d
2 changed files with 3 additions and 1 deletions
|
|
@ -105,6 +105,8 @@ Current Zephyr's ESP32-C6-DevKitC board supports the following features:
|
|||
+------------+------------+-------------------------------------+
|
||||
| LEDC | on-chip | pwm |
|
||||
+------------+------------+-------------------------------------+
|
||||
| MCPWM | on-chip | pwm |
|
||||
+------------+------------+-------------------------------------+
|
||||
| SPI DMA | on-chip | spi |
|
||||
+------------+------------+-------------------------------------+
|
||||
| GDMA | on-chip | dma |
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ supported:
|
|||
- watchdog
|
||||
- uart
|
||||
- dma
|
||||
- pwm
|
||||
- spi
|
||||
- entropy
|
||||
- i2c
|
||||
testing:
|
||||
ignore_tags:
|
||||
- bluetooth
|
||||
- tracing
|
||||
|
|
|
|||
Loading…
Reference in a new issue