diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index 7de8c2d..793fc63 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -47,11 +47,10 @@ clean: $(MAKE) -f $(APPMAKE) clean $(MAKE) -f $(BOOTMAKE) clean clean2: - rm -f solo.hex bootloader.hex all.hex + rm -f solo.hex solo.map bootloader.hex bootloader.map all.hex $(MAKE) -f $(APPMAKE) clean $(MAKE) -f $(BOOTMAKE) clean - flash: solo.hex bootloader.hex $(merge_hex) solo.hex bootloader.hex all.hex STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect