mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2025-06-15 02:44:09 +00:00
added make flash
This commit is contained in:
@ -89,4 +89,8 @@ clean:
|
||||
rm -f $(BUILD_DIR)/*.o
|
||||
rm -f $(BUILD_DIR)/Laplace/*.o
|
||||
rm -f $(BUILD_DIR)/$(TARGET).elf
|
||||
rm -f $(BUILD_DIR)/$(TARGET).bin
|
||||
rm -f $(BUILD_DIR)/$(TARGET).bin
|
||||
|
||||
.PHONY: flash
|
||||
flash:
|
||||
dfu-util -a 0 -i 0 -s 0x90400000 -D build/main.bin
|
Reference in New Issue
Block a user