2025-07-07 12:34 AM
Get early access to the next-generation STM32Cube HAL drivers for STM32U5
A major update to STM32Cube HAL drivers, called HAL2, is now available for preview on GitHub. It supports the STM32U5 series.
Building on over 10 years of experience, HAL2 delivers the following:
To support this update, examples have been revamped for better reusability and understanding, and a new online documentation portal is introduced for enhanced content and easier navigation.
Try it now:
Join the conversation and share your thoughts in the comments.
Solved! Go to Solution.
2025-11-10 6:00 AM
I have not yet done any deeper dive into the whole thing.
For the current projects I work on, it seems a bit too much to deal with to port to the new HAL, but future projects may switch to HAL2.
That said, under os_port you currently only list freertos and no_os
At the same time in the cmsis section, you include CMSIS RTOS2...
Will CMSIS RTOS2 be included in the os_port section? I don't think it makes much sense not to include something that's already in there...