boards: adi: Add I2C to MAX32675EVKIT board driver list
Add I2C into 'index.rst' and '.yaml' files. Signed-off-by: Mert Ekren <mert.ekren@analog.com>
This commit is contained in:
parent
8d2393bde3
commit
b4278bff4f
|
@ -96,6 +96,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -10,6 +10,7 @@ toolchain:
|
|||
supported:
|
||||
- dma
|
||||
- gpio
|
||||
- i2c
|
||||
- serial
|
||||
- trng
|
||||
- spi
|
||||
|
|
Loading…
Reference in New Issue