wip mod04 ex01
This commit is contained in:
3
Makefile
3
Makefile
@@ -74,6 +74,9 @@ flash:
|
||||
restore:
|
||||
avrdude -p $(AVRDUDE_MCU_TYPE) -c $(PROGRAMMER_ID) -b $(BAUD_RATE) -P $(SERIAL_PORT) -U flash:w:$(DUMP_ORI)
|
||||
|
||||
dump:
|
||||
avrdude -p $(AVRDUDE_MCU_TYPE) -c $(PROGRAMMER_ID) -b $(BAUD_RATE) -P $(SERIAL_PORT) -U flash:r:dump.hex
|
||||
|
||||
clean:
|
||||
rm -f main.hex main.bin *.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user