Skip to content

Commit 793bfe1

Browse files
Raffael Rostagnokartben
authored andcommitted
boards: esp32c6_devkitc: Update doc and yaml for PWM
Update files indicating PWM support. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent ffa676d commit 793bfe1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boards/espressif/esp32c6_devkitc/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ Current Zephyr's ESP32-C6-DevKitC board supports the following features:
105105
+------------+------------+-------------------------------------+
106106
| LEDC | on-chip | pwm |
107107
+------------+------------+-------------------------------------+
108+
| MCPWM | on-chip | pwm |
109+
+------------+------------+-------------------------------------+
108110
| SPI DMA | on-chip | spi |
109111
+------------+------------+-------------------------------------+
110112
| GDMA | on-chip | dma |

boards/espressif/esp32c6_devkitc/esp32c6_devkitc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ supported:
1010
- watchdog
1111
- uart
1212
- dma
13+
- pwm
1314
- spi
1415
- entropy
1516
- i2c
1617
testing:
1718
ignore_tags:
1819
- bluetooth
19-
- tracing

0 commit comments

Comments
 (0)