Skip to content
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

hw/mcu/stm32f1: Remove duplicate code #3247

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Jun 11, 2024

sequence of calls:
SystemClock_Config()
SystemCoreClockUpdate()
NVIC_Relocate()

was already moved to hal_system_init.c

This makes system_stm32f1xx.c more like original ST code

@kasjer kasjer added Trivial Trivial fix STM STM32 related labels Jun 11, 2024
sequence of calls:
SystemClock_Config()
SystemCoreClockUpdate()
NVIC_Relocate()

was already moved to hal_system_init.c

This makes system_stm32f1xx.c more like original ST code

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer force-pushed the kasjer/stm32-remove-duplicate-code branch from 5b44e27 to fe24986 Compare June 11, 2024 12:55
@kasjer kasjer merged commit 0a83b28 into apache:master Jun 17, 2024
17 checks passed
@kasjer kasjer deleted the kasjer/stm32-remove-duplicate-code branch June 17, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STM STM32 related Trivial Trivial fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants