Update Compiling_STM32.md

This commit is contained in:
pascallanger 2019-09-12 15:54:18 +02:00 committed by GitHub
parent 32ea07bf5a
commit 95eb4e1a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ Multiprotocol modules can be flashed with a precompiled firmware file (Option 1
## Index ## Index
1. [Tools Required](#tools-required) 1. [Tools Required](#tools-required)
1. [Option 1 - Update firmware using precompiled binaries](#option-1-update-firmware-using-precompiled-binaries) 1. [Option 1 - Update firmware using precompiled binaries](#option-1---update-firmware-using-precompiled-binaries)
1. [Option 2 - Compiling and updating firmware](#option-2-compiling-and-updating-firmware) 1. [Option 2 - Compiling and updating firmware](#option-2---compiling-and-updating-firmware)
1. [Preparation](#preparation) 1. [Preparation](#preparation)
1. [Install the Arduino IDE](#install-the-arduino-ide) 1. [Install the Arduino IDE](#install-the-arduino-ide)
1. [Download the Multiprotocol source and open the project](#download-the-multiprotocol-source-and-open-the-project) 1. [Download the Multiprotocol source and open the project](#download-the-multiprotocol-source-and-open-the-project)
@ -19,7 +19,7 @@ Multiprotocol modules can be flashed with a precompiled firmware file (Option 1
1. [USB Port](#usb-port) 1. [USB Port](#usb-port)
1. [USB-to-Serial adapter](#usb-to-serial-adapter) 1. [USB-to-Serial adapter](#usb-to-serial-adapter)
1. [Upload the firmware](#upload-the-firmware) 1. [Upload the firmware](#upload-the-firmware)
1. [Option 3 - Flash from TX](#option-3-flash-from-tx) 1. [Option 3 - Flash from TX](#option-3---flash-from-tx)
1. [Troubleshooting](#troubleshooting) 1. [Troubleshooting](#troubleshooting)
## Tools required ## Tools required