stm32l432: clean .map files
This commit is contained in:
parent
ee817ea8bb
commit
be212fd8b1
@ -47,11 +47,10 @@ clean:
|
|||||||
$(MAKE) -f $(APPMAKE) clean
|
$(MAKE) -f $(APPMAKE) clean
|
||||||
$(MAKE) -f $(BOOTMAKE) clean
|
$(MAKE) -f $(BOOTMAKE) clean
|
||||||
clean2:
|
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 $(APPMAKE) clean
|
||||||
$(MAKE) -f $(BOOTMAKE) clean
|
$(MAKE) -f $(BOOTMAKE) clean
|
||||||
|
|
||||||
|
|
||||||
flash: solo.hex bootloader.hex
|
flash: solo.hex bootloader.hex
|
||||||
$(merge_hex) solo.hex bootloader.hex all.hex
|
$(merge_hex) solo.hex bootloader.hex all.hex
|
||||||
STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect
|
STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user