From 57064f7e08dea5e03c7d36681c167bc087ca11b3 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Sun, 28 Apr 2024 03:19:19 +0200 Subject: [PATCH] boards: silabs: sim3u1xx_dk: Declare DMA support This allows the users to know about the supported features and to run (some of) the tests/drivers/dma tests on this board. Signed-off-by: Reto Schneider --- boards/silabs/dev_kits/sim3u1xx_dk/doc/index.rst | 2 ++ boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/boards/silabs/dev_kits/sim3u1xx_dk/doc/index.rst b/boards/silabs/dev_kits/sim3u1xx_dk/doc/index.rst index 422bbfaa367..14d176bd356 100644 --- a/boards/silabs/dev_kits/sim3u1xx_dk/doc/index.rst +++ b/boards/silabs/dev_kits/sim3u1xx_dk/doc/index.rst @@ -55,6 +55,8 @@ The board configuration supports the following hardware features: +-----------+------------+-------------------------------------+ | SYSTICK | on-chip | systick | +-----------+------------+-------------------------------------+ +| DMA | on-chip | dma | ++-----------+------------+-------------------------------------+ | FLASH | on-chip | flash memory | +-----------+------------+-------------------------------------+ | GPIO | on-chip | gpio | diff --git a/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.yaml b/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.yaml index 6950fa4c470..3555255ae42 100644 --- a/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.yaml +++ b/boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.yaml @@ -13,6 +13,7 @@ toolchain: - xtools - zephyr supported: + - dma - flash - gpio - nvs