stm32-rs / stm32g0xx-hal

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

Add G0B1 Variant #138

Open kiranshila opened 1 year ago

kiranshila commented 1 year ago

Lots to do still:

liamkinne commented 6 days ago

@kiranshila do you have an idea of when this will be done? I would like to start on G0C1 support once this is merged. Thanks.

andresv commented 6 days ago

Have you looked into https://github.com/embassy-rs/embassy/tree/main/embassy-stm32/src they support all STM32 families. They mostly have both sync and async APIs for all the devices.

kiranshila commented 6 days ago

@kiranshila do you have an idea of when this will be done? I would like to start on G0C1 support once this is merged. Thanks.

Probably never? I don't have access to the hardware anymore. I think I really needed some mentorship on this, but that didn't happen. Also, I was just told to use embassy, as happened again here. You are welcome to pick up where I left off.

liamkinne commented 5 days ago

@kiranshila all good. Thank you for the work so far.