From 977c334e2ec15647dda128516f286cdcfeab2964 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 28 May 2021 20:58:32 -0400 Subject: docs: Avoid link descriptions that span multiple lines The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor --- docs/Bootloaders.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/Bootloaders.md') diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md index 20b5e734..bf52794b 100644 --- a/docs/Bootloaders.md +++ b/docs/Bootloaders.md @@ -313,8 +313,10 @@ section above, substituting the file name for the desired hid bootloader binary It is not possible to use stm32flash for the SKR Mini E3 as the boot0 pin is tied directly to ground and not broken out via header pins. It is recommended to use a STLink V2 with STM32Cubeprogrammer to flash the bootloader. If you -don't have access to a STLink it is also possible to use a [Raspberry Pi and -OpenOCD](#running-openocd-on-the-raspberry-pi) with the following chip config: +don't have access to a STLink it is also possible to use a +[Raspberry Pi and OpenOCD](#running-openocd-on-the-raspberry-pi) with +the following chip config: + ``` source [find target/stm32f1x.cfg] ``` @@ -398,8 +400,8 @@ board, a [build for the SKR Pro 1.1 is available here]( https://github.com/Arksine/STM32_HID_Bootloader/releases/tag/v0.5-beta). Unless your board is DFU capable the most accessable flashing method -is likely via 3.3v serial, which follows the same procedure as [flashing the -STM32F103 using stm32flash](#stm32f103-micro-controllers-blue-pill-devices). +is likely via 3.3v serial, which follows the same procedure as +[flashing the STM32F103 using stm32flash](#stm32f103-micro-controllers-blue-pill-devices). For example: ``` wget https://github.com/Arksine/STM32_HID_Bootloader/releases/download/v0.5-beta/hid_bootloader_SKR_PRO.bin -- cgit v1.2.3-70-g09d2