platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 325 forks source link

bluepill boards - upload_protocol = serial is supported but not documented #193

Open lnlp opened 3 years ago

lnlp commented 3 years ago

See: https://docs.platformio.org/en/latest/boards/ststm32/bluepill_f103c8_128k.html#uploading https://docs.platformio.org/en/latest/boards/ststm32/bluepill_f103c8.html#uploading

Uploading

BluePill F103C8 (128k) supports the next uploading protocols:

blackmagic cmsis-dap dfu jlink stlink Default protocol is stlink

You can change upload protocol using upload_protocol option:

Upload protocol serial is supported but not documented. The documentation should be updated.