4 years, 7 months ago.

Nucleo-g0 mbed suppot

I'm going to use G0 series of MCU in my projects. But I can't find any information about possibility of MBED OS usage. Why I can't add one of g0 board to MBED os compiler? Does MBED team plan to support these boards in future?

1 Answer

4 years, 7 months ago.

We had used the NUCLEO_G071RB with mbed-os, but only with mbed-cli. We had forked mbed-os to add this target https://github.com/dudmuck/mbed-os

with mbed-cli, use -m NUCLEO_G071RB for mbed compile. Use the master branch of this fork.

Accepted Answer