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 <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-04-28 03:19:19 +02:00 committed by Anas Nashif
commit 57064f7e08
2 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| SYSTICK | on-chip | systick | | SYSTICK | on-chip | systick |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| DMA | on-chip | dma |
+-----------+------------+-------------------------------------+
| FLASH | on-chip | flash memory | | FLASH | on-chip | flash memory |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio | | GPIO | on-chip | gpio |

View file

@ -13,6 +13,7 @@ toolchain:
- xtools - xtools
- zephyr - zephyr
supported: supported:
- dma
- flash - flash
- gpio - gpio
- nvs - nvs