modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
748 stars 132 forks source link

Add STM32G0B/C support #1036

Closed chris-durand closed 1 year ago

chris-durand commented 1 year ago

Not tested yet.

chris-durand commented 1 year ago

@klsc-zeat Do you require FDCAN support on STM32G0B/C? I have disabled the driver on those devices for now.

klsc-zeat commented 1 year ago

@klsc-zeat Do you require FDCAN support on STM32G0B/C? I have disabled the driver on those devices for now.

Unfortunately yes but only FDCAN1. But i think i will manage that with the examples from the branch. I will post a PR but it will probably take me some time.