stm32: Missing LL header files ? #30369
erwango
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tl;dr: Please run
west update
Following merge of use generic LL headers and STM32 generic LL headers for further peripherals, STM32 drivers all make use of "generic LL headers". This changes were made as a solution to Improve STM32 LL HAL usage.
As a consequence, LL headers are now provided by headers files available in
hal_stm32
module: https://github.com/zephyrproject-rtos/hal_stm32/tree/master/stm32cube/common_ll/include.You might see building errors due a misalignment between Zephyr main repo version and the version of your
hal_stm32
module. Something like:You can fix this issues using
west update
.In order to avoid this kind of desync between zephyr main repo and modules, you can have a look to #28651
Note: Same solution applies to missing
st/foo/stm32foobar-pinctrl.dtsi
files.Beta Was this translation helpful? Give feedback.
All reactions