Support for STM32C011

Unfortunately I appear to have created a PCB and just assumed the MCU would be supported by PIO. What’s my best path to getting a project working with the above MCU?

I found this previous thread: Howto select STM32C011 MCU?

There doesn’t appear to be a lot that has happened since last year regarding support for the C0 series. A shame as it seems like a great budget option.

Please open an issue in https://github.com/platformio/platform-ststm32/issues/

What doesn’t work for you?
If you follow the mentioned topic and the instructions from @maxgerhardt it should work.
I was able to build (start) my firmware for my custom PCB with that MCU, but while adding and adding stuff, I decided to switched over to to modm (but only due to Arduino’s (STM32duinos) footprint).

I haven’t tried to use the project yet because I’m using the C011F4 while the project is aimed toward the F6. I’m not sure exactly what I would have to change.

But as it doesn’t seem I have much of an option I’ll look at adapting it.