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:
parent
9d3ac80429
commit
57064f7e08
2 changed files with 3 additions and 0 deletions
|
@ -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 |
|
||||
|
|
|
@ -13,6 +13,7 @@ toolchain:
|
|||
- xtools
|
||||
- zephyr
|
||||
supported:
|
||||
- dma
|
||||
- flash
|
||||
- gpio
|
||||
- nvs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue