stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
74 stars 51 forks source link

New chip variants have been added to the stm32g0 PAC #78

Open dimpolo opened 3 years ago

dimpolo commented 3 years ago

https://github.com/stm32-rs/stm32-rs/pull/514 added the 50, 51, 61, B0, B1 and C1 variants. These are now available in stm32g0 0.14.0

Could we have these added? Should I try to do so?

andresv commented 3 years ago

Yeah sure, PR would be perfect.

EllaFoxo commented 6 months ago

Any movement on this at all? It's been quite a few years, and G0B1 still hasn't been added. From what I can see, the hangup might be in the two DMAs for this chip and others like it (G0C1 I think also).

andresv commented 6 months ago

All the interesting things are happening in https://embassy.dev/. Take a look at https://github.com/embassy-rs/embassy/tree/main/embassy-stm32/src. G0C1 family is supported by embassy: https://docs.embassy.dev/embassy-stm32/git/stm32g0c1cc/index.html.