Skip to content

Commit acb1200

Browse files
hfakkiznashif
authored andcommitted
boards: adi: Add I2C to MAX32662EVKIT board driver list
Add I2C into 'index.rst' and '.yaml' file of MAX32662EVKIT. Signed-off-by: Furkan Akkiz <[email protected]>
1 parent 066a43b commit acb1200

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boards/adi/max32662evkit/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
105105
+-----------+------------+-------------------------------------+
106106
| DMA | on-chip | dma controller |
107107
+-----------+------------+-------------------------------------+
108-
108+
| I2C | on-chip | i2c |
109+
+-----------+------------+-------------------------------------+
109110

110111
Connections and IOs
111112
===================

boards/adi/max32662evkit/max32662evkit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ toolchain:
1010
supported:
1111
- dma
1212
- gpio
13+
- i2c
1314
- serial
1415
- trng
1516
- watchdog

0 commit comments

Comments
 (0)