Skip to content

Commit

Permalink
boards: arm: cc1352*/cc26x2* based: add hwinfo as supported
Browse files Browse the repository at this point in the history
Add 'hwinfo' to supported features list in CC1352* and CC26x2* based
boards yaml and documentation files. Driver for this platform was
included in 634416b.

(cherry picked from commit e0a0b35)

Original-Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
GitOrigin-RevId: e0a0b35
Change-Id: I8cec28bd92ddf103412f597168a2fa5b05add545
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4896615
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: Al Semjonovs <asemjonovs@google.com>
Reviewed-by: Al Semjonovs <asemjonovs@google.com>
Commit-Queue: Al Semjonovs <asemjonovs@google.com>
  • Loading branch information
pepe2k authored and Chromeos LUCI committed Sep 27, 2023
1 parent b39398c commit e4c051c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/beagle_bcf/beagleconnect_freedom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ supported:
- i2c
- spi
- uart
- hwinfo
vendor: beagle
2 changes: 2 additions & 0 deletions boards/arm/beagle_bcf/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ The board configuration supports the following hardware features:
+-----------+------------+----------------------+
| SPI | on-chip | spi |
+-----------+------------+----------------------+
| HWINFO | on-chip | hwinfo |
+-----------+------------+----------------------+
| I2C | off-chip | OPT3001 |
+-----------+------------+----------------------+
| I2C | off-chip | HDC2010 |
Expand Down
1 change: 1 addition & 0 deletions boards/arm/cc1352p1_launchxl/cc1352p1_launchxl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ supported:
- i2c
- spi
- watchdog
- hwinfo
vendor: ti
2 changes: 2 additions & 0 deletions boards/arm/cc1352p1_launchxl/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ features:
+-----------+------------+----------------------+
| WDT | on-chip | watchdog |
+-----------+------------+----------------------+
| HWINFO | on-chip | hwinfo |
+-----------+------------+----------------------+

Other hardware features have not been enabled yet for this board.

Expand Down
1 change: 1 addition & 0 deletions boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ supported:
- spi
- watchdog
- adc
- hwinfo
vendor: ti
2 changes: 2 additions & 0 deletions boards/arm/cc1352r1_launchxl/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ features:
+-----------+------------+----------------------+
| AUX_ADC | on-chip | adc |
+-----------+------------+----------------------+
| HWINFO | on-chip | hwinfo |
+-----------+------------+----------------------+

Other hardware features have not been enabled yet for this board.

Expand Down
1 change: 1 addition & 0 deletions boards/arm/cc1352r_sensortag/cc1352r_sensortag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ supported:
- spi
- watchdog
- adc
- hwinfo
vendor: ti
2 changes: 2 additions & 0 deletions boards/arm/cc1352r_sensortag/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ features:
+-----------+------------+------------------+
| WDT | on-chip | watchdog |
+-----------+------------+------------------+
| HWINFO | on-chip | hwinfo |
+-----------+------------+------------------+

Other hardware features have not been enabled yet for this board.

Expand Down
1 change: 1 addition & 0 deletions boards/arm/cc26x2r1_launchxl/cc26x2r1_launchxl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ supported:
- spi
- watchdog
- adc
- hwinfo
vendor: ti
2 changes: 2 additions & 0 deletions boards/arm/cc26x2r1_launchxl/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ features:
+-----------+------------+----------------------+
| AUX_ADC | on-chip | adc |
+-----------+------------+----------------------+
| HWINFO | on-chip | hwinfo |
+-----------+------------+----------------------+

Other hardware features have not been enabled yet for this board.

Expand Down

0 comments on commit e4c051c

Please sign in to comment.