Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 3 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
5 years, 3 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.