Skip to content

Commit

Permalink
west.yml: Update hal_stm32 to fix I2C_SPEED_FAST redefinition
Browse files Browse the repository at this point in the history
On some STM32 series, I2C HAL defines I2C_SPEED_STANDARD and
I2C_SPEED_FAST. These definitions conflict with Zephyr I2C API.

Since Zephyr I2C STM32 driver uses LL API, we can disable I2C HAL.
Disable I2C HAL for L1 and F2 series. Deactivation is already done
2 other impacted series F1 and F4.

Additionally, on F1 series, add the commented definition line to
make the change more visible.

Requires zephyrproject-rtos/hal_stm32#16

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
  • Loading branch information
erwango authored and nashif committed Jul 1, 2019
1 parent 6d3566a commit 5a8b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ manifest:
revision: 0ec40aed8087f26bd9ac1b70fb5a6c326a6451aa
path: modules/hal/st
- name: hal_stm32
revision: 8066e1d2477860a106e3c2e6ca841b4abbfbaad2
revision: a08f60768042be9b017796e13c5bb7f977d51a92
path: modules/hal/stm32
- name: libmetal
revision: 45e630d6152824f807d3f919958605c4626cbdff
Expand Down

0 comments on commit 5a8b40b

Please sign in to comment.