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
Current implementation of the STM32 has too much overlap of features that are related to a specific MCU package (such as pin definitions, available peripherals, etc) vs a specific development boards (Status LEDs, clock settings, debugging availability).
All features that are directly related to the board should be sorted to the board module, leaving only MCU-specific features in the peripherals directory. Additionally, a better package/pin sorting system should be implemented in the Microcontroller module, to support the very large variety of packages available for most STM32 MCUs.
The text was updated successfully, but these errors were encountered:
Current implementation of the STM32 has too much overlap of features that are related to a specific MCU package (such as pin definitions, available peripherals, etc) vs a specific development boards (Status LEDs, clock settings, debugging availability).
All features that are directly related to the board should be sorted to the board module, leaving only MCU-specific features in the peripherals directory. Additionally, a better package/pin sorting system should be implemented in the Microcontroller module, to support the very large variety of packages available for most STM32 MCUs.
The text was updated successfully, but these errors were encountered: