stm32g0xx-hal
stm32g0xx-hal copied to clipboard
Add G0B1 Variant
Lots to do still:
- Need to think about how to handle different names for the same registers across variants (is this an SVD patch)
- Add USB
@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.
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 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.
@kiranshila all good. Thank you for the work so far.