-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update STM cube packages #2949
Update STM cube packages #2949
Conversation
- To latest available version on all supported series. - Fix typo in define name for STM32 HAL config.
WalkthroughThe changes encompass version updates for HAL driver and CMSIS device tags in the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (4)
- CMake/Modules/STM32_CubePackage.cmake (1 hunks)
- targets/AzureRTOS/ST/ORGPAL_PALTHREE/stm32f7xx_hal_conf.h (1 hunks)
- targets/ChibiOS/ORGPAL_PALTHREE/stm32f7xx_hal_conf.h (1 hunks)
- targets/ChibiOS/ORGPAL_PALX/stm32f7xx_hal_conf.h (1 hunks)
Files skipped from review due to trivial changes (3)
- targets/AzureRTOS/ST/ORGPAL_PALTHREE/stm32f7xx_hal_conf.h
- targets/ChibiOS/ORGPAL_PALTHREE/stm32f7xx_hal_conf.h
- targets/ChibiOS/ORGPAL_PALX/stm32f7xx_hal_conf.h
Additional comments not posted (6)
CMake/Modules/STM32_CubePackage.cmake (6)
26-27
: Updated version tags for STM32F0 series toHAL_DRIVER_GIT_TAG v1.7.8
andCMSIS_DEVICE_GIT_TAG v2.3.7
.Ensure that the updated versions are compatible with the existing codebase and have been tested.
30-31
: Updated version tags for STM32F4 series toHAL_DRIVER_GIT_TAG v1.8.2
andCMSIS_DEVICE_GIT_TAG v2.6.9
.Verify the compatibility and functionality of the new driver and CMSIS versions with the STM32F4 series.
34-35
: Updated version tags for STM32F7 series toHAL_DRIVER_GIT_TAG v1.3.1
andCMSIS_DEVICE_GIT_TAG v1.2.9
.Check for any breaking changes or issues introduced with these new versions in the STM32F7 series.
38-39
: Updated version tags for STM32H7 series toHAL_DRIVER_GIT_TAG v1.11.3
andCMSIS_DEVICE_GIT_TAG v1.10.4
.Confirm that the new versions are fully functional and integrate well with the existing projects using the STM32H7 series.
42-43
: Updated version tags for STM32L0 series toHAL_DRIVER_GIT_TAG v1.10.6
andCMSIS_DEVICE_GIT_TAG v1.9.3
.Ensure that these updates do not affect the stability of projects depending on the STM32L0 series.
46-47
: Updated version tags for STM32L4 series toHAL_DRIVER_GIT_TAG v1.13.4
andCMSIS_DEVICE_GIT_TAG v1.7.3
.It's important to test these updates extensively, especially in environments where the STM32L4 series is critical.
mscorlib Unit tests failing on issues with test framework |
Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist
Summary by CodeRabbit
Bug Fixes
ART_ACCELERATOR_ENABLE
for improved accuracy.Chores