mcci-catena / Arduino_Core_STM32

STM32 core support for Arduino
2 stars 7 forks source link

Refactor BSP to match more modern Arduino.cc style #185

Open terrillmoore opened 2 years ago

terrillmoore commented 2 years ago

The Arduino Portenta BSP has refined the BSP architecture in a number of ways that are sensible (and clearly easier to analyze). We should adopt as many of those changes as are convenient, while reducing dependencies on the ST BSP code.

We should consider how we can track this. (The Portenta H7 BSP does pull in the STM32 H7 BSP from CubeMx, which is big and really chews up compile cycles; but that's a different story.)