Skip to content

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

Merged
merged 5 commits into from
May 15, 2017
Merged

Conversation

LMESTM
Copy link
Contributor

@LMESTM LMESTM commented May 10, 2017

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.

LMESTM added 4 commits May 4, 2017 10:31
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)
@0xc0170
Copy link
Contributor

0xc0170 commented May 10, 2017

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()
Copy link
Contributor

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.

Copy link
Contributor Author

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()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch !!

@LMESTM
Copy link
Contributor Author

LMESTM commented May 11, 2017

@bcostm thanks a lot for the review - PR updated with a fix

@0xc0170
Copy link
Contributor

0xc0170 commented May 11, 2017

@bcostm thanks a lot for the review - PR updated with a fix

I dont see any commits updated after the review? forgot to push?

@LMESTM
Copy link
Contributor Author

LMESTM commented May 11, 2017

@0xc0170 thx ! I actually encountered a proxy issue when pushing the commit but missed the error msg

@0xc0170
Copy link
Contributor

0xc0170 commented May 11, 2017

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 189

All builds and test passed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants