doc: boards: add pwm to espressif's boards
Add PWM support to espressif's boards documentation Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
1333787d8f
commit
534efaed31
4 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,7 @@ The features include the following:
|
|||
- 2x I2S
|
||||
- 2x I2C
|
||||
- 3x UART
|
||||
- LED PWM with up to 16 channels
|
||||
- LED PWM with up to 6 channels
|
||||
|
||||
- Cryptographic hardware acceleration (RNG, ECC, RSA, SHA-2, AES)
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ supported:
|
|||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
- pwm
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
@ -28,6 +28,7 @@ The features include the following:
|
|||
- UART
|
||||
- ADC
|
||||
- DAC
|
||||
- LED PWM with up to 8 channels
|
||||
|
||||
System requirements
|
||||
*******************
|
||||
|
|
|
@ -12,6 +12,7 @@ supported:
|
|||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
- pwm
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue