Skip to content

Commit 0c30851

Browse files
authored
Merge pull request #3 from gellhaar/feature/backport_silabs_gecko_dma_driver
3.7-backport: Add Silabs LDMA initial support zephyrproject-rtos#82611
2 parents 41e5d58 + 626d58a commit 0c30851

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+829
-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
@@ -70,6 +70,8 @@ The sltb010a board configuration supports the following hardware features:
7070
+-----------+------------+-------------------------------------+
7171
| UART | on-chip | serial |
7272
+-----------+------------+-------------------------------------+
73+
| DMA | on-chip | ldma |
74+
+-----------+------------+-------------------------------------+
7375
| WATCHDOG | on-chip | watchdog |
7476
+-----------+------------+-------------------------------------+
7577
| 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
@@ -13,6 +13,7 @@ supported:
1313
- gpio
1414
- uart
1515
- i2c
16+
- dma
1617
- spi
1718
testing:
1819
ignore_tags:

boards/silabs/dev_kits/sltb010a/sltb010a_2.yaml

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ The board configuration supports the following hardware features:
6666
+-----------+------------+-------------------------------------+
6767
| UART | on-chip | serial |
6868
+-----------+------------+-------------------------------------+
69+
| DMA | on-chip | ldma |
70+
+-----------+------------+-------------------------------------+
6971
| TRNG | on-chip | semailbox |
7072
+-----------+------------+-------------------------------------+
7173
| 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
@@ -11,6 +11,7 @@ supported:
1111
- counter
1212
- gpio
1313
- uart
14+
- dma
1415
- watchdog
1516
testing:
1617
ignore_tags:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ The xg27_dk2602a board configuration supports the following hardware features:
5757
+-----------+------------+-------------------------------------+
5858
| UART | on-chip | serial |
5959
+-----------+------------+-------------------------------------+
60+
| DMA | on-chip | ldma |
61+
+-----------+------------+-------------------------------------+
6062

6163
Flashing
6264
========

boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ supported:
1212
- counter
1313
- gpio
1414
- uart
15+
- dma
16+
- clock_control
1517
testing:
1618
ignore_tags:
1719
- net

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ The board configuration supports the following hardware features:
6565
+-----------+------------+-------------------------------------+
6666
| I2C | on-chip | i2c port-polling |
6767
+-----------+------------+-------------------------------------+
68+
| DMA | on-chip | ldma |
69+
+-----------+------------+-------------------------------------+
6870
| WATCHDOG | on-chip | watchdog |
6971
+-----------+------------+-------------------------------------+
7072

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
@@ -62,6 +62,8 @@ The board configuration supports the following hardware features:
6262
+-----------+------------+-------------------------------------+
6363
| UART | on-chip | serial |
6464
+-----------+------------+-------------------------------------+
65+
| DMA | on-chip | ldma |
66+
+-----------+------------+-------------------------------------+
6567
| I2C | on-chip | i2c |
6668
+-----------+------------+-------------------------------------+
6769
| TRNG | on-chip | semailbox |

0 commit comments

Comments
 (0)