Skip to content

Commit

Permalink
boards: nucleo_wb55rg: add I2C doc
Browse files Browse the repository at this point in the history
add I2C doc

Signed-off-by: Roger N'Guessan <roger.nguessan@st.com>
  • Loading branch information
rogernguessan authored and nashif committed Jun 7, 2019
1 parent 552175e commit 5d57edd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/arm/nucleo_wb55rg/doc/nucleowb55rg.rst
Expand Up @@ -160,6 +160,8 @@ The Zephyr nucleo_wb55rg board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+

Other hardware features are not yet supported on this Zephyr port.

Expand All @@ -178,6 +180,10 @@ Default Zephyr Peripheral Mapping:

- UART_1 TX/RX : PB7/PB6
- LPUART_1 TX/RX : PA3/PA2 (arduino_serial)
- I2C_1_SCL : PB8
- I2C_1_SDA : PB9
- I2C_3_SCL : PC0
- I2C_3_SDA : PC1
- USER_PB : PC4
- USER_PB1 : PD0
- USER_PB2 : PD1
Expand Down

0 comments on commit 5d57edd

Please sign in to comment.