From ca2074de3674b34e3f79d45174f12bb546195d6d Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sat, 2 Feb 2019 00:25:01 -0500 Subject: [PATCH] Update Makefile --- targets/stm32l432/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index 9df352c..aeae209 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -56,8 +56,7 @@ flash_dfu: solo.hex bootloader.hex # STM32_Programmer_CLI -c port=usb1 -halt -e all --readunprotect STM32_Programmer_CLI -c port=usb1 -halt -rdu -d all.hex -flashboot: solo.hex bootloader.hex - $(merge_hex) solo.hex bootloader.hex all.hex +flashboot: STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect STM32_Programmer_CLI -c port=SWD -halt -d bootloader.hex -rst