diff --git a/boards/arm/beagle_bcf/beagleconnect_freedom.yaml b/boards/arm/beagle_bcf/beagleconnect_freedom.yaml index 0d1cd99730b..46cfaf5de3f 100644 --- a/boards/arm/beagle_bcf/beagleconnect_freedom.yaml +++ b/boards/arm/beagle_bcf/beagleconnect_freedom.yaml @@ -13,4 +13,5 @@ supported: - i2c - spi - uart + - hwinfo vendor: beagle diff --git a/boards/arm/beagle_bcf/doc/index.rst b/boards/arm/beagle_bcf/doc/index.rst index 311e99449c2..c208d41e431 100644 --- a/boards/arm/beagle_bcf/doc/index.rst +++ b/boards/arm/beagle_bcf/doc/index.rst @@ -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 | diff --git a/boards/arm/cc1352p1_launchxl/cc1352p1_launchxl.yaml b/boards/arm/cc1352p1_launchxl/cc1352p1_launchxl.yaml index ac4cabbc16b..57e62c2ddec 100644 --- a/boards/arm/cc1352p1_launchxl/cc1352p1_launchxl.yaml +++ b/boards/arm/cc1352p1_launchxl/cc1352p1_launchxl.yaml @@ -13,4 +13,5 @@ supported: - i2c - spi - watchdog + - hwinfo vendor: ti diff --git a/boards/arm/cc1352p1_launchxl/doc/index.rst b/boards/arm/cc1352p1_launchxl/doc/index.rst index 7c934fd0cc6..5e9690fefbd 100644 --- a/boards/arm/cc1352p1_launchxl/doc/index.rst +++ b/boards/arm/cc1352p1_launchxl/doc/index.rst @@ -58,6 +58,8 @@ features: +-----------+------------+----------------------+ | WDT | on-chip | watchdog | +-----------+------------+----------------------+ +| HWINFO | on-chip | hwinfo | ++-----------+------------+----------------------+ Other hardware features have not been enabled yet for this board. diff --git a/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.yaml b/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.yaml index b986a52a43f..7c37a902893 100644 --- a/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.yaml +++ b/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.yaml @@ -14,4 +14,5 @@ supported: - spi - watchdog - adc + - hwinfo vendor: ti diff --git a/boards/arm/cc1352r1_launchxl/doc/index.rst b/boards/arm/cc1352r1_launchxl/doc/index.rst index adece79d1b4..b3c999a1494 100644 --- a/boards/arm/cc1352r1_launchxl/doc/index.rst +++ b/boards/arm/cc1352r1_launchxl/doc/index.rst @@ -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. diff --git a/boards/arm/cc1352r_sensortag/cc1352r_sensortag.yaml b/boards/arm/cc1352r_sensortag/cc1352r_sensortag.yaml index a5234f005e3..ab974002e38 100644 --- a/boards/arm/cc1352r_sensortag/cc1352r_sensortag.yaml +++ b/boards/arm/cc1352r_sensortag/cc1352r_sensortag.yaml @@ -14,4 +14,5 @@ supported: - spi - watchdog - adc + - hwinfo vendor: ti diff --git a/boards/arm/cc1352r_sensortag/doc/index.rst b/boards/arm/cc1352r_sensortag/doc/index.rst index f3843c9505f..c270e85fd57 100644 --- a/boards/arm/cc1352r_sensortag/doc/index.rst +++ b/boards/arm/cc1352r_sensortag/doc/index.rst @@ -65,6 +65,8 @@ features: +-----------+------------+------------------+ | WDT | on-chip | watchdog | +-----------+------------+------------------+ +| HWINFO | on-chip | hwinfo | ++-----------+------------+------------------+ Other hardware features have not been enabled yet for this board. diff --git a/boards/arm/cc26x2r1_launchxl/cc26x2r1_launchxl.yaml b/boards/arm/cc26x2r1_launchxl/cc26x2r1_launchxl.yaml index 0db9c598d92..1c2bd9d8876 100644 --- a/boards/arm/cc26x2r1_launchxl/cc26x2r1_launchxl.yaml +++ b/boards/arm/cc26x2r1_launchxl/cc26x2r1_launchxl.yaml @@ -14,4 +14,5 @@ supported: - spi - watchdog - adc + - hwinfo vendor: ti diff --git a/boards/arm/cc26x2r1_launchxl/doc/index.rst b/boards/arm/cc26x2r1_launchxl/doc/index.rst index 8f2004be90f..89bdb035a31 100644 --- a/boards/arm/cc26x2r1_launchxl/doc/index.rst +++ b/boards/arm/cc26x2r1_launchxl/doc/index.rst @@ -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.