-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description of defect
should be moved to
as already is with other targets.
System_clock.c defines board level behavior, such as clock initialization with external or internal clock. For example we use a custom board with this chip where we provide our own system_clock.c implementation which suits our board. Therefore this file should reside in board level.
Another solution could be to define the functions in system_clock.c as __weak to let custom board users to override them.
Target(s) affected by this defect ?
STM32F412xG
Toolchain(s) (name and version) displaying this defect ?
Not relevant.
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.3.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Not relevant.
How is this defect reproduced ?
Not relevant.