Commit bfdd0516 authored by Javad Rahimipetroudi's avatar Javad Rahimipetroudi Committed by Alberto Escolar
Browse files

docs: stm32wb5mm_dk: update supported features table



Update the supported features for stm32wbmm_dk and
add support for I2C bus.

Signed-off-by: default avatarJavad Rahimipetroudi <javad.rahimipetroudi@mind.be>
parent 2eb5513f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -121,6 +121,8 @@ The Zephyr STM32WB5MM-DK board configuration supports the following hardware fea
| UART      | on-chip    | serial port-polling;                |
|           |            | serial port-interrupt               |
+-----------+------------+-------------------------------------+
| I2C       | on-chip    | i2c                                 |
+-----------+------------+-------------------------------------+


Other hardware features are not yet supported on this Zephyr port.
@@ -157,6 +159,7 @@ Default Zephyr Peripheral Mapping:
- LPUART_1 TX/RX : PA3/PA2
- USB : PA11/PA12
- SWD : PA13/PA14
- I2C3: SDA/SCL PB11/PB13 (Sensor I2C bus)

System Clock
------------