platform-ststm32 icon indicating copy to clipboard operation
platform-ststm32 copied to clipboard

Will support STM32G031G8 in the future?

Open Lance0724 opened this issue 2 years ago • 1 comments

Hello Developer ,

Will support for the STM32G031G8 line of MCU's?

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

Regards

Lance0724 avatar Jul 11 '23 17:07 Lance0724

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.

gonzabrusco avatar Aug 17 '23 13:08 gonzabrusco