From 9dae7b2e7c570342f2e96bc62957a8a8b819ed94 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 24 Aug 2019 08:51:47 +0200 Subject: [PATCH] Makefile: fix flashboot recipe --- targets/stm32l432/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index e7db178..8473b7d 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -90,8 +90,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 - $(VENV) $(merge_hex) solo.hex bootloader.hex all.hex +flashboot: bootloader.hex STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect STM32_Programmer_CLI -c port=SWD -halt -d bootloader.hex -rst