Skip to content

Commit

Permalink
tests: dma: loop_transfer: Add GD32 series to loop_transfer test
Browse files Browse the repository at this point in the history
Add configuration file for GD32 boards.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi authored and carlescufi committed Aug 2, 2022
1 parent 49ef9f9 commit d5ab3ee
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/gd32e103v_eval.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma0 {
status = "okay";
};
9 changes: 9 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/gd32f350r_eval.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma0 {
status = "okay";
};
9 changes: 9 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/gd32f403z_eval.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma0 {
status = "okay";
};
9 changes: 9 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/gd32f450i_eval.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma1 {
status = "okay";
};
9 changes: 9 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/gd32f450z_eval.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma1 {
status = "okay";
};
9 changes: 9 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/gd32f470i_eval.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma1 {
status = "okay";
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma0 {
status = "okay";
};
9 changes: 9 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/longan_nano.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/

test_dma: &dma0 {
status = "okay";
};

0 comments on commit d5ab3ee

Please sign in to comment.