boards: arm: adi: Add pwm in MAX32672 boards driver list
Add pwm in 'index.rst' and '.yaml' file of MAX32672 boards. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
parent
3b75e9e042
commit
c26c52f3b1
|
@ -113,6 +113,8 @@ Below interfaces are supported by Zephyr on MAX32672EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| Timer | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PWM | on-chip | pwm |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -17,5 +17,6 @@ supported:
|
|||
- spi
|
||||
- adc
|
||||
- counter
|
||||
- pwm
|
||||
ram: 200
|
||||
flash: 1024
|
||||
|
|
|
@ -115,6 +115,8 @@ Below interfaces are supported by Zephyr on MAX32672FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| Timer | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PWM | on-chip | pwm |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -17,5 +17,6 @@ supported:
|
|||
- spi
|
||||
- adc
|
||||
- counter
|
||||
- pwm
|
||||
ram: 200
|
||||
flash: 1024
|
||||
|
|
Loading…
Reference in New Issue