boards: arm: Include SPI in MAX32655 boards documentation
Add SPI to the list of supported peripherals for MAX32655FTHR and MAX32655EVKIT boards. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
This commit is contained in:
parent
15f099594f
commit
33ee9cdd2b
4 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,8 @@ Below are the interfaces supported by Zephyr on MAX32655EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| Watchdog | on-chip | watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -14,5 +14,6 @@ supported:
|
|||
- i2c
|
||||
- dma
|
||||
- watchdog
|
||||
- spi
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
|
@ -108,6 +108,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| Watchdog | on-chip | watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Push Buttons
|
||||
************
|
||||
|
|
|
@ -14,5 +14,6 @@ supported:
|
|||
- i2c
|
||||
- dma
|
||||
- watchdog
|
||||
- spi
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue