boards: arm: lpcxpresso55s69_cpu0: enable DMA
The DMA is already enabled for this board, but updating the board doc page to make that clear, and enabling the DMA loop_transfer test. Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
parent
508a261286
commit
de5586d7ec
2 changed files with 9 additions and 0 deletions
|
@ -101,6 +101,8 @@ configuration supports the following hardware features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| SDIF | on-chip | sdhc |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| DMA | on-chip | dma (on CPU0) |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Targets available
|
||||
==================
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
test_dma0: &dma0 { };
|
Loading…
Add table
Add a link
Reference in a new issue