japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
116 stars 40 forks source link

Support multiple memory density #110

Closed gbip closed 5 years ago

gbip commented 5 years ago

Currently, this HAL even if called stm32f103xx-hal only support µ controllers which have 64k of flash and 20k of ram.

How could we extend that to support all the family ?

gbip commented 5 years ago

Already done in #56 :sleepy: