Skip to content

Commit 8d2393b

Browse files
ttmutnashif
authored andcommitted
boards: adi: Add I2C to the list of drivers for MAX32666 boards
Add I2C to .yaml and .rst files for MAX32666EVKIT and MAX32666FTHR. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent acb1200 commit 8d2393b

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

boards/adi/max32666evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
116116
+-----------+------------+-------------------------------------+
117117
| DMA | on-chip | dma controller |
118118
+-----------+------------+-------------------------------------+
119+
| I2C | on-chip | i2c |
120+
+-----------+------------+-------------------------------------+
119121

120122

121123
Connections and IOs

boards/adi/max32666evkit/max32666evkit_max32666_cpu0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolchain:
99
- xtools
1010
supported:
1111
- dma
12+
- i2c
1213
- gpio
1314
- serial
1415
- trng

boards/adi/max32666fthr/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
117117
+-----------+------------+-------------------------------------+
118118
| DMA | on-chip | dma controller |
119119
+-----------+------------+-------------------------------------+
120+
| I2C | on-chip | i2c |
121+
+-----------+------------+-------------------------------------+
120122

121123
Connections and IOs
122124
===================

boards/adi/max32666fthr/max32666fthr_max32666_cpu0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolchain:
99
- xtools
1010
supported:
1111
- dma
12+
- i2c
1213
- gpio
1314
- serial
1415
- trng

0 commit comments

Comments
 (0)