Using USBSerial on BLACKPILL board.

For more details click on the link below:

Import programBlackpill_Hello

Using low cost Blackpill (STM32F411CEU6) boards with mbed.

mbed_app.json

Committer:
hudakz
Date:
2021-01-30
Revision:
0:2912fe6f7530

File content as of revision 0:2912fe6f7530:

{
    "target_overrides":{
        "*": {
            "target.clock_source": "USE_PLL_HSE_XTAL",
            "target.clock_source_usb": "1"
        }
    }
}