You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The framework-cmsis comes with only a very small number of linker scripts. But it does try to match the board's variant with the linker scripts included in framework-mbed, see https://github.com/platformio/platform-ststm32/blob/develop/builder/frameworks/cmsis.py#L64
It took me a while to figure this out and I would have appreciated if either: framework-cmsis depends on framework-mbed and thus pio automatically installs the latter, or if the documentation of framework-cmsis prominently described this dependency.
The text was updated successfully, but these errors were encountered:
The framework-cmsis comes with only a very small number of linker scripts. But it does try to match the board's
variant
with the linker scripts included in framework-mbed, see https://github.com/platformio/platform-ststm32/blob/develop/builder/frameworks/cmsis.py#L64It took me a while to figure this out and I would have appreciated if either: framework-cmsis depends on framework-mbed and thus pio automatically installs the latter, or if the documentation of framework-cmsis prominently described this dependency.
The text was updated successfully, but these errors were encountered: