platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
394 stars 308 forks source link

Will support STM32G031G8 in the future? #712

Open Lance0724 opened 1 year ago

Lance0724 commented 1 year ago

Hello Developer ,

Will support for the STM32G031G8 line of MCU's?

No generic board profiles seem to exist for these at this time.

Regards

gonzabrusco commented 1 year ago

There's support upstream: https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32G0xx/G031G(4-6-8)U_G041G(6-8)U

We did a pull request to add the STM32G030C8 a couple of month ago and it is still not added. Don't expect a fast response to add a new generic uC.

My advice is to create your own fork of this repo, add your variant (just copy paste another one and modify it) and start using that.