Add a justflash target to bypass jump to bootloader

This commit is contained in:
Raphael Assenat 2015-10-17 18:34:23 -04:00
parent 6fafb86d46
commit 5c9fefd9f7
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,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