-
Notifications
You must be signed in to change notification settings - Fork 3k
Dev stm32 hal f1 v1.5.0 #4296
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
Dev stm32 hal f1 v1.5.0 #4296
Conversation
HAL V1.1.0 LL V1.1.0 CMSIS V4.2.0
The states definition in HAL have changed so F1 driver needs updates accordingly (as done previously on other families)
retest uvisor |
|
||
#define TIM_MST_RESET_ON __TIM4_FORCE_RESET() | ||
#define TIM_MST_RESET_OFF __TIM4_RELEASE_RESET() | ||
#define TIM_MST_RESET_ON __HAL_RCC__TIM4_FORCE_RESET() |
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.
There are 2 underscores between RCC and TIM4.
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.
Good catch !!
#define TIM_MST_RESET_ON __TIM4_FORCE_RESET() | ||
#define TIM_MST_RESET_OFF __TIM4_RELEASE_RESET() | ||
#define TIM_MST_RESET_ON __HAL_RCC__TIM4_FORCE_RESET() | ||
#define TIM_MST_RESET_OFF __HAL_RCC__TIM4_RELEASE_RESET() |
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.
same as above
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.
Good catch !!
@bcostm thanks a lot for the review - PR updated with a fix |
I dont see any commits updated after the review? forgot to push? |
@0xc0170 thx ! I actually encountered a proxy issue when pushing the commit but missed the error msg |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
This is an update of the STM32 F1 STM32 cube (SDK)
Status
READY
Tests
The OS2 and OS5 non-regression tests were run successfully in our test bench.