Description
Hey there! I want to use Mbed OS 6.0 with the STM32F3DISCOVERY board and I want to use the newly released Mbed Studio 1.0.0. This board isn't officially supported, but in https://os.mbed.com/platforms/ST-Discovery-F303C/, I found this:
This board is not available yet in the MBED online compiler but it is available in MBED github.
You have to use MBED CLI commands in order to use this board.
But I didn't find any useful documents on how to do this and I don't know where to get started, and the documentation for mbed-cli is literally empty: https://github.com/ARMmbed/mbed-cli/blob/master/README.rst
I don't know what to do and I don't have any clue. I don't want to use special features of this development board, I just want to use it as an MCU with an easy way of programming it and some extended pins. What can I do? Thanks in advance!