Add justflash target

This commit is contained in:
Raphael Assenat 2015-10-27 22:10:18 -04:00
parent 501a4a619c
commit 8bd2eb1710
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ flash: $(HEXFILE)
./enter_bootloader.sh
./wait_then_flash.sh $(CPU) $(HEXFILE)
justflash: $(HEXFILE)
./wait_then_flash.sh $(CPU) $(HEXFILE)
chip_erase:
dfu-programmer atmega32u2 erase