-
-
Notifications
You must be signed in to change notification settings - Fork 339
Description
I'd like to be able to program the Nucleo C071RB in PlatformIO.
The Nucleo C071RB is similar to the Nucleo G071RB, and it's already supported by the STM32Duino Arduino core, and it's even listed on your site here:
https://registry.platformio.org/tools/platformio/framework-arduinoststm32
However, I noticed that it's not in the big list of boards in PlatformIO's documentation, and the UI in the VSCode extension doesn't find it.
Having support for generic STM32C071 boards would also be nice.
It would also be helpful if someone could tell me how I go about compiling for this board before you add support for it. If I write "board = nucleo_c071rb" in my platformio.ini, it doesn't work, but maybe there's a way to grab some sort of board definition from ~/.platformio/packages/framework-arduinoststm32
instead?