Skip to content

Commit

Permalink
boards: arm: lpcxpresso55s69_cpu0: enable DMA
Browse files Browse the repository at this point in the history
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>
DerekSnell authored and dleach02 committed Feb 1, 2024
1 parent 508a261 commit de5586d
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/arm/lpcxpresso55s69/doc/index.rst
Original file line number Diff line number Diff line change
@@ -101,6 +101,8 @@ configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| SDIF | on-chip | sdhc |
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma (on CPU0) |
+-----------+------------+-------------------------------------+

Targets available
==================
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma0: &dma0 { };

0 comments on commit de5586d

Please sign in to comment.