mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-21 23:08:53 -05:00
Add a justflash target to bypass jump to bootloader
This commit is contained in:
parent
6fafb86d46
commit
5c9fefd9f7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user