driver: i2c: stm32lx: align numbering scheme on data sheet
On stm32 family, IP instance numbering starts from 1. Update i2c driver to this scheme to minimize user confusion Change-Id: I967d5975bbbad59cd8a3a7b6dfc665955d09cc9f Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
b4ec662193
commit
40286ec697
3 changed files with 22 additions and 22 deletions
|
@ -143,8 +143,8 @@ Default Zephyr Peripheral Mapping:
|
|||
- UART_2_RX : PA3
|
||||
- UART_3_TX : PB10
|
||||
- UART_3_RX : PB11
|
||||
- I2C_0_SCL : PB6
|
||||
- I2C_0_SDA : PB7
|
||||
- I2C_1_SCL : PB6
|
||||
- I2C_1_SDA : PB7
|
||||
- PWM_2_CH1 : PA0
|
||||
- USER_PB : PC13
|
||||
- LD2 : PA5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue