boards: esp8684_devkitm: Update doc and .yaml for SPI support
Update esp8684_devkitm board files indicating SPI support. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
edeb529c9f
commit
48938550af
|
@ -70,6 +70,10 @@ Current Zephyr's ESP8684-DevKitM board supports the following features:
|
|||
+------------+------------+-------------------------------------+
|
||||
| LEDC | on-chip | pwm |
|
||||
+------------+------------+-------------------------------------+
|
||||
| SPI Master | on-chip | spi |
|
||||
+------------+------------+-------------------------------------+
|
||||
| SPI DMA | on-chip | spi |
|
||||
+------------+------------+-------------------------------------+
|
||||
|
||||
For a getting started user guide, please check `ESP8684-DevKitM User Guide`_.
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ supported:
|
|||
- counter
|
||||
- entropy
|
||||
- pwm
|
||||
- spi
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
Loading…
Reference in New Issue