stm32l432: clean .map files

This commit is contained in:
yparitcher 2019-01-07 16:40:11 -05:00
parent ee817ea8bb
commit be212fd8b1
No known key found for this signature in database
GPG Key ID: FC78BE8055D48472

View File

@ -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