Commit fbd841586e44d7735a855b4f0ba4e39b7aa6e008
1 parent
7b3420c1
ajout du televersement dans Makefile : make televerse
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/lufa-LUFA-170418/PolytechLille/Manette/Makefile
@@ -42,3 +42,9 @@ include $(DMBS_PATH)/gcc.mk | @@ -42,3 +42,9 @@ include $(DMBS_PATH)/gcc.mk | ||
42 | include $(DMBS_PATH)/hid.mk | 42 | include $(DMBS_PATH)/hid.mk |
43 | include $(DMBS_PATH)/avrdude.mk | 43 | include $(DMBS_PATH)/avrdude.mk |
44 | include $(DMBS_PATH)/atprogram.mk | 44 | include $(DMBS_PATH)/atprogram.mk |
45 | + | ||
46 | +televerse: | ||
47 | + dfu-programmer atmega32u4 erase | ||
48 | + dfu-programmer atmega32u4 flash Manette.hex | ||
49 | + dfu-programmer atmega32u4 reset | ||
50 | + |