Skip to content

Commit ebce302

Browse files
gautierg-stkartben
authored andcommitted
boards: st: stm32n6: enable dma for stm32n6 boards
Update documentation to indicate that DMA is available on Nucleo N657x0-Q and STM32N6570 DK boards. Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 498dd5d commit ebce302

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

boards/st/nucleo_n657x0_q/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ The Zephyr ``nucleo_n657x0_q`` board supports the following hardware features:
6767
+===========+============+=====================================+
6868
| CLOCK | on-chip | reset and clock control |
6969
+-----------+------------+-------------------------------------+
70+
| DMA | on-chip | Direct Memory Access Controller |
71+
+-----------+------------+-------------------------------------+
7072
| GPIO | on-chip | gpio |
7173
+-----------+------------+-------------------------------------+
7274
| NVIC | on-chip | nested vector interrupt controller |

boards/st/nucleo_n657x0_q/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ arch: arm
44
ram: 1024
55
flash: 1024
66
supported:
7+
- dma
78
- gpio
89
- uart
910
vendor: st

boards/st/stm32n6570_dk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ The Zephyr ``stm32n6570_dk`` board supports the following hardware features:
7171
+===========+============+=====================================+
7272
| CLOCK | on-chip | reset and clock control |
7373
+-----------+------------+-------------------------------------+
74+
| DMA | on-chip | Direct Memory Access Controller |
75+
+-----------+------------+-------------------------------------+
7476
| GPIO | on-chip | gpio |
7577
+-----------+------------+-------------------------------------+
7678
| NVIC | on-chip | nested vector interrupt controller |

boards/st/stm32n6570_dk/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ram: 1024
55
flash: 1024
66
vendor: st
77
supported:
8+
- dma
89
- gpio
910
- uart
1011
variants:

0 commit comments

Comments
 (0)