From aa8758c8dcdeb7a05a47d732c591318911423d1c Mon Sep 17 00:00:00 2001 From: Anand Biehl <36610944+biehla@users.noreply.github.com> Date: Tue, 19 May 2020 03:28:11 -0400 Subject: [PATCH] Added hid as upload protocol Figured out pio supports the [HID bootloader](https://github.com/Serasidis/STM32_HID_Bootloader) on this board --- boards/ststm32/blackpill_f103c8.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/ststm32/blackpill_f103c8.rst b/boards/ststm32/blackpill_f103c8.rst index 86fa0dc559..0f48d7370d 100644 --- a/boards/ststm32/blackpill_f103c8.rst +++ b/boards/ststm32/blackpill_f103c8.rst @@ -69,6 +69,7 @@ Uploading BlackPill F103C8 supports the next uploading protocols: * ``blackmagic`` +* ``hid`` * ``jlink`` * ``serial`` * ``stlink`` @@ -137,4 +138,4 @@ Frameworks - STM32Cube embedded software libraries, including: The HAL hardware abstraction layer, enabling portability between different STM32 devices via standardized API calls; The Low-Layer (LL) APIs, a light-weight, optimized, expert oriented set of APIs designed for both performance and runtime efficiency. * - :ref:`framework_zephyr` - - The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with safety and security in mind. \ No newline at end of file + - The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with safety and security in mind.