apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
825 stars 369 forks source link

hw/mcu/stm32f1: Remove duplicate code #3247

Closed kasjer closed 3 months ago

kasjer commented 3 months ago

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