From 28beea15efceb8be1b69470a60709eeb17d801ff Mon Sep 17 00:00:00 2001 From: Pasindu Akalpa Date: Wed, 26 Oct 2022 23:29:12 +0530 Subject: [PATCH 1/2] Add Serial Upload Protocol for BluePill F103C8 --- boards/ststm32/bluepill_f103c8.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/ststm32/bluepill_f103c8.rst b/boards/ststm32/bluepill_f103c8.rst index 9d356775a7..3fe6f547ef 100644 --- a/boards/ststm32/bluepill_f103c8.rst +++ b/boards/ststm32/bluepill_f103c8.rst @@ -74,6 +74,7 @@ BluePill F103C8 supports the following uploading protocols: * ``jlink`` * ``mbed`` * ``stlink`` +* ``serial`` Default protocol is ``stlink`` From c3a72e7a7f738ad6f915ea52fc96473d68f6c5f2 Mon Sep 17 00:00:00 2001 From: Pasindu Akalpa Date: Wed, 26 Oct 2022 23:31:43 +0530 Subject: [PATCH 2/2] Fix Order --- boards/ststm32/bluepill_f103c8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/ststm32/bluepill_f103c8.rst b/boards/ststm32/bluepill_f103c8.rst index 3fe6f547ef..4e54df829e 100644 --- a/boards/ststm32/bluepill_f103c8.rst +++ b/boards/ststm32/bluepill_f103c8.rst @@ -73,8 +73,8 @@ BluePill F103C8 supports the following uploading protocols: * ``dfu`` * ``jlink`` * ``mbed`` -* ``stlink`` * ``serial`` +* ``stlink`` Default protocol is ``stlink``