Skip to content

Commit

Permalink
tests: drivers: dma: Increase test coverage for RP2040
Browse files Browse the repository at this point in the history
Increase test coverage for Raspberry Pi's RP2040. Use the `socs` folder
rather than `boards` to enable these tests to run on any boards with the
same SoCs.

Signed-off-by: Andrew Featherstone <[email protected]>
  • Loading branch information
ajf58 committed Nov 29, 2024
1 parent 7f7c0c6 commit 6fce055
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/drivers/dma/chan_blen_transfer/socs/rp2040.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 Andrew Featherstone <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/

tst_dma0: &dma {
status = "okay";
};

0 comments on commit 6fce055

Please sign in to comment.