-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Tried to add i2c device to stm32f103 under Zephyr. After lot of frustrations finally got what here
https://github.com/zephyrproject-rtos/zephyr/blob/master/arch/arm/soc/st_stm32/stm32f1/dts.fixup#L23 is only configuration for I2C_2, but where is a 1-st port I2C_1? Why it absent here?
Here
zephyr/dts/arm/st/stm32f1.dtsi
Line 81 in 1f43e7b
| i2c1: i2c@40005400 { |
Really if you confirm this is a bug I can fix it.
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug