Skip to content

Commit

Permalink
boards: silabs: update board support for comparator driver
Browse files Browse the repository at this point in the history
The xg24_dk2601b, xg24_ek2703a, xg27_dk2602a, xg23_rb4210a
and xg24_rb4187c board yaml files were updated to support
the comparator driver. Documentation hardware support was
updated for each of these boards as well to mention support
for the ACMP hardware block and comparator driver.

Signed-off-by: Christian Galante <[email protected]>
  • Loading branch information
silabs-chgalant committed Jan 17, 2025
1 parent 5925121 commit db4001c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 0 deletions.
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 @@ -66,6 +66,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| RADIO | on-chip | bluetooth |
+-----------+------------+-------------------------------------+
| ACMP | on-chip | comparator |
+-----------+------------+-------------------------------------+

Other hardware features are currently not supported by the port.

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 @@ -15,6 +15,7 @@ supported:
- dma
- watchdog
- clock_control
- comparator
testing:
ignore_tags:
- pm
Expand Down
2 changes: 2 additions & 0 deletions boards/silabs/dev_kits/xg24_ek2703a/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ The ``xg24_ek2703a`` board supports the following hardware features:
+-----------+------------+-------------------------------------+
| RADIO | on-chip | bluetooth |
+-----------+------------+-------------------------------------+
| ACMP | on-chip | comparator |
+-----------+------------+-------------------------------------+

Other hardware features are currently not supported by the port.

Expand Down
1 change: 1 addition & 0 deletions boards/silabs/dev_kits/xg24_ek2703a/xg24_ek2703a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ supported:
- uart
- watchdog
- clock_control
- comparator
testing:
ignore_tags:
- pm
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 @@ -49,6 +49,8 @@ The xg27_dk2602a board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| DMA | on-chip | ldma |
+-----------+------------+-------------------------------------+
| ACMP | on-chip | comparator |
+-----------+------------+-------------------------------------+

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 @@ -15,4 +15,5 @@ supported:
- uart
- dma
- clock_control
- comparator
vendor: silabs
2 changes: 2 additions & 0 deletions boards/silabs/radio_boards/xg23_rb4210a/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
| ACMP | on-chip | comparator |
+-----------+------------+-------------------------------------+

Other hardware features are currently not supported by the port.

Expand Down
1 change: 1 addition & 0 deletions boards/silabs/radio_boards/xg23_rb4210a/xg23_rb4210a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ supported:
- uart
- dma
- watchdog
- comparator
testing:
ignore_tags:
- pm
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 @@ -61,6 +61,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| WATCHDOG | on-chip | watchdog |
+-----------+------------+-------------------------------------+
| ACMP | on-chip | comparator |
+-----------+------------+-------------------------------------+

Other hardware features are currently not supported by the port.

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 @@ -14,6 +14,7 @@ supported:
- uart
- dma
- watchdog
- comparator
testing:
ignore_tags:
- pm
Expand Down

0 comments on commit db4001c

Please sign in to comment.