Skip to content

Commit

Permalink
Add missing eeprom targets to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseLord committed Nov 20, 2017
1 parent 6ad2c69 commit 808a7e1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,21 @@ flash: $(ELF)
fuse:
$(AVRDUDE) $(AD_CMDLINE) -U lfuse:w:0x3F:m -U hfuse:w:0xC1:m

eeprom_by:
$(AVRDUDE) $(AD_CMDLINE) -U eeprom:w:eeprom/eeprom_by.bin:r

eeprom_bg:
$(AVRDUDE) $(AD_CMDLINE) -U eeprom:w:eeprom/eeprom_bg.bin:r

eeprom_en:
$(AVRDUDE) $(AD_CMDLINE) -U eeprom:w:eeprom/eeprom_en.bin:r

eeprom_fr:
$(AVRDUDE) $(AD_CMDLINE) -U eeprom:w:eeprom/eeprom_fr.bin:r

eeprom_ru:
$(AVRDUDE) $(AD_CMDLINE) -U eeprom:w:eeprom/eeprom_ru.bin:r

eeprom_by:
$(AVRDUDE) $(AD_CMDLINE) -U eeprom:w:eeprom/eeprom_by.bin:r

eeprom_ua:
$(AVRDUDE) $(AD_CMDLINE) -U eeprom:w:eeprom/eeprom_ua.bin:r

Expand Down

0 comments on commit 808a7e1

Please sign in to comment.