Add stm32 serial upload method which includes bootloader (#180)

This commit is contained in:
Ben Lye
2018-08-10 20:11:32 +01:00
committed by GitHub
parent 2f5252ab88
commit 1647d3d841
14 changed files with 158 additions and 25 deletions

View File

@@ -18,6 +18,9 @@ case "$MULTI_BOARD" in
MULTI_STM32_NO_BOOT)
MULTI_TYPE=stm
;;
MULTI_STM32_WITH_BOOT)
MULTI_TYPE=stm
;;
MULTI_STM32_FLASH_FROM_TX)
MULTI_TYPE=stm
;;