Skip to content

Commit

Permalink
boards: arm: nucleo_f030r8: add I2C to documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
  • Loading branch information
tagunil authored and Anas Nashif committed Jan 7, 2018
1 parent 299bb15 commit 3b1b05b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/arm/nucleo_f030r8/doc/nucleof030r8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ The Zephyr nucleo_f030r8 board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| IWDG | on-chip | independent watchdog |
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c controller |
+-----------+------------+-------------------------------------+

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

Expand Down Expand Up @@ -109,6 +111,10 @@ Default Zephyr Peripheral Mapping:
- UART_1_RX : PA10
- UART_2_TX : PA2
- UART_2_RX : PA3
- I2C1_SCL : PB8
- I2C1_SDA : PB9
- I2C2_SCL : PA11
- I2C2_SDA : PA12

For mode details please refer to `STM32 Nucleo-64 board User Manual`_.

Expand Down

0 comments on commit 3b1b05b

Please sign in to comment.