Skip to content

Commit 168c717

Browse files
hfakkizcarlescufi
authored andcommitted
boards: adi: Enable ADC driver for MAX32 boards
ADC enabled for MAX32655EVKIT, MAX32655FTHR, MAX32662EVKIT MAX32666EVKIT, MAX32666FTHR, MAX32672EVKIT, MAX32672FTHR and MAX32690EVKIT boards Signed-off-by: Furkan Akkiz <[email protected]>
1 parent d7f92d0 commit 168c717

File tree

16 files changed

+24
-0
lines changed

16 files changed

+24
-0
lines changed

boards/adi/max32655evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Below are the interfaces supported by Zephyr on MAX32655EVKIT.
9797
+-----------+------------+-------------------------------------+
9898
| SPI | on-chip | spi |
9999
+-----------+------------+-------------------------------------+
100+
| ADC | on-chip | adc |
101+
+-----------+------------+-------------------------------------+
100102

101103
Connections and IOs
102104
===================

boards/adi/max32655evkit/max32655evkit_max32655_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ supported:
1515
- dma
1616
- watchdog
1717
- spi
18+
- adc
1819
ram: 128
1920
flash: 512

boards/adi/max32655fthr/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
110110
+-----------+------------+-------------------------------------+
111111
| SPI | on-chip | spi |
112112
+-----------+------------+-------------------------------------+
113+
| ADC | on-chip | adc |
114+
+-----------+------------+-------------------------------------+
113115

114116
Push Buttons
115117
************

boards/adi/max32655fthr/max32655fthr_max32655_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ supported:
1515
- dma
1616
- watchdog
1717
- spi
18+
- adc
1819
ram: 128
1920
flash: 512

boards/adi/max32662evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
107107
+-----------+------------+-------------------------------------+
108108
| I2C | on-chip | i2c |
109109
+-----------+------------+-------------------------------------+
110+
| ADC | on-chip | adc |
111+
+-----------+------------+-------------------------------------+
110112

111113
Connections and IOs
112114
===================

boards/adi/max32662evkit/max32662evkit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ supported:
1515
- trng
1616
- watchdog
1717
- spi
18+
- adc
1819
ram: 80
1920
flash: 256

boards/adi/max32666evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
118118
+-----------+------------+-------------------------------------+
119119
| I2C | on-chip | i2c |
120120
+-----------+------------+-------------------------------------+
121+
| ADC | on-chip | adc |
122+
+-----------+------------+-------------------------------------+
121123

122124

123125
Connections and IOs

boards/adi/max32666evkit/max32666evkit_max32666_cpu0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ supported:
1414
- serial
1515
- trng
1616
- watchdog
17+
- adc
1718
ram: 560
1819
flash: 1024

boards/adi/max32666fthr/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
119119
+-----------+------------+-------------------------------------+
120120
| I2C | on-chip | i2c |
121121
+-----------+------------+-------------------------------------+
122+
| ADC | on-chip | adc |
123+
+-----------+------------+-------------------------------------+
122124

123125
Connections and IOs
124126
===================

boards/adi/max32666fthr/max32666fthr_max32666_cpu0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ supported:
1515
- trng
1616
- watchdog
1717
- spi
18+
- adc
1819
ram: 560
1920
flash: 1024

0 commit comments

Comments
 (0)