Skip to content

Commit 71eb053

Browse files
boards: silabs: update board description about dma
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]>
1 parent 264bb55 commit 71eb053

File tree

11 files changed

+16
-0
lines changed

11 files changed

+16
-0
lines changed

boards/silabs/dev_kits/sltb010a/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ The sltb010a board configuration supports the following hardware features:
6363
+-----------+------------+-------------------------------------+
6464
| UART | on-chip | serial |
6565
+-----------+------------+-------------------------------------+
66+
| DMA | on-chip | ldma |
67+
+-----------+------------+-------------------------------------+
6668
| WATCHDOG | on-chip | watchdog |
6769
+-----------+------------+-------------------------------------+
6870
| TRNG | on-chip | true random number generator |

boards/silabs/dev_kits/sltb010a/sltb010a_0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ supported:
1414
- gpio
1515
- uart
1616
- i2c
17+
- dma
1718
- spi
1819
- clock_control
1920
vendor: silabs

boards/silabs/dev_kits/sltb010a/sltb010a_2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ supported:
1414
- gpio
1515
- uart
1616
- i2c
17+
- dma
1718
- spi
1819
vendor: silabs

boards/silabs/dev_kits/xg24_dk2601b/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ The board configuration supports the following hardware features:
5656
+-----------+------------+-------------------------------------+
5757
| UART | on-chip | serial |
5858
+-----------+------------+-------------------------------------+
59+
| DMA | on-chip | ldma |
60+
+-----------+------------+-------------------------------------+
5961
| TRNG | on-chip | semailbox |
6062
+-----------+------------+-------------------------------------+
6163
| WATCHDOG | on-chip | watchdog |

boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ supported:
1212
- counter
1313
- gpio
1414
- uart
15+
- dma
1516
- watchdog
1617
- clock_control
1718
testing:

boards/silabs/dev_kits/xg27_dk2602a/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The xg27_dk2602a board configuration supports the following hardware features:
4747
+-----------+------------+-------------------------------------+
4848
| UART | on-chip | serial |
4949
+-----------+------------+-------------------------------------+
50+
| DMA | on-chip | ldma |
51+
+-----------+------------+-------------------------------------+
5052

5153
Flashing
5254
========

boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ supported:
1313
- counter
1414
- gpio
1515
- uart
16+
- dma
1617
- clock_control
1718
vendor: silabs

boards/silabs/radio_boards/slwrb4180a/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ The board configuration supports the following hardware features:
5656
+-----------+------------+-------------------------------------+
5757
| I2C | on-chip | i2c port-polling |
5858
+-----------+------------+-------------------------------------+
59+
| DMA | on-chip | ldma |
60+
+-----------+------------+-------------------------------------+
5961
| WATCHDOG | on-chip | watchdog |
6062
+-----------+------------+-------------------------------------+
6163

boards/silabs/radio_boards/slwrb4180a/slwrb4180a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ supported:
1313
- gpio
1414
- nvs
1515
- uart
16+
- dma
1617
- watchdog
1718
testing:
1819
ignore_tags:

boards/silabs/radio_boards/xg24_rb4187c/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The board configuration supports the following hardware features:
5353
+-----------+------------+-------------------------------------+
5454
| UART | on-chip | serial |
5555
+-----------+------------+-------------------------------------+
56+
| DMA | on-chip | ldma |
57+
+-----------+------------+-------------------------------------+
5658
| I2C | on-chip | i2c |
5759
+-----------+------------+-------------------------------------+
5860
| TRNG | on-chip | semailbox |

0 commit comments

Comments
 (0)