platform-ststm32
platform-ststm32 copied to clipboard
Will support STM32G031G8 in the future?
Hello Developer ,
Will support for the STM32G031G8 line of MCU's?
No generic board profiles seem to exist for these at this time.
Regards
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.