Skip to content

Commit

Permalink
boards: silabs: update board description about dma
Browse files Browse the repository at this point in the history
Update sltb010a,slwrb4180a, xg24_dk2601b and xg27_dk2602a boards
descriptions in order to run dma test. Also update boards
documentations.

Signed-off-by: Martin Hoff <[email protected]>
  • Loading branch information
Martinhoff-maker committed Dec 12, 2024
1 parent 264bb55 commit 71eb053
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/silabs/dev_kits/sltb010a/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The sltb010a board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| UART | on-chip | serial |
+-----------+------------+-------------------------------------+
| DMA | on-chip | ldma |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
| TRNG | on-chip | true random number generator |
Expand Down
1 change: 1 addition & 0 deletions boards/silabs/dev_kits/sltb010a/sltb010a_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ supported:
- gpio
- uart
- i2c
- dma
- spi
- clock_control
vendor: silabs
1 change: 1 addition & 0 deletions boards/silabs/dev_kits/sltb010a/sltb010a_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ supported:
- gpio
- uart
- i2c
- dma
- spi
vendor: silabs
2 changes: 2 additions & 0 deletions boards/silabs/dev_kits/xg24_dk2601b/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| UART | on-chip | serial |
+-----------+------------+-------------------------------------+
| DMA | on-chip | ldma |
+-----------+------------+-------------------------------------+
| TRNG | on-chip | semailbox |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
Expand Down
1 change: 1 addition & 0 deletions boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ supported:
- counter
- gpio
- uart
- dma
- watchdog
- clock_control
testing:
Expand Down
2 changes: 2 additions & 0 deletions boards/silabs/dev_kits/xg27_dk2602a/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ The xg27_dk2602a board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| UART | on-chip | serial |
+-----------+------------+-------------------------------------+
| DMA | on-chip | ldma |
+-----------+------------+-------------------------------------+

Flashing
========
Expand Down
1 change: 1 addition & 0 deletions boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ supported:
- counter
- gpio
- uart
- dma
- clock_control
vendor: silabs
2 changes: 2 additions & 0 deletions boards/silabs/radio_boards/slwrb4180a/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c port-polling |
+-----------+------------+-------------------------------------+
| DMA | on-chip | ldma |
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+

Expand Down
1 change: 1 addition & 0 deletions boards/silabs/radio_boards/slwrb4180a/slwrb4180a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ supported:
- gpio
- nvs
- uart
- dma
- watchdog
testing:
ignore_tags:
Expand Down
2 changes: 2 additions & 0 deletions boards/silabs/radio_boards/xg24_rb4187c/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| UART | on-chip | serial |
+-----------+------------+-------------------------------------+
| DMA | on-chip | ldma |
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
| TRNG | on-chip | semailbox |
Expand Down
1 change: 1 addition & 0 deletions boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ supported:
- bluetooth
- gpio
- uart
- dma
- watchdog
testing:
ignore_tags:
Expand Down

0 comments on commit 71eb053

Please sign in to comment.