AdaCore / bb-runtimes

Source repository for the GNAT Bare Metal BSPs
Other
65 stars 51 forks source link

[WIP] Add STM32F103 support #18

Closed jcassette closed 4 years ago

jcassette commented 5 years ago

Hello, I am working on adding STM32F103 support Any comments are welcome Julien

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

jcassette commented 5 years ago

At the moment I am stuck with setup_pll.adb The PLL configuration seems really different from other STM32

Fabien-Chouteau commented 5 years ago

Thanks for sharing you work @jcassette,

The STM32F103 is used on the ""blue pill". I know @morbos worked on it: http://www.hrrzi.com/2017/11/ada-on-2-ebay-bluepill-board.html Maybe you can share the work.

jcassette commented 5 years ago

Hi @Fabien-Chouteau I use the "Blue Pill" too, thanks for the link. I am digging into the BSP at https://github.com/morbos/embedded-runtimes/tree/master/bsps/stm32f1/bsp

morbos commented 5 years ago

Hi @jcassette, let me know if I can assist you with your Bluepill work.