Implemented EEPROM settings

This commit is contained in:
Mark Qvist 2014-06-19 10:36:16 +02:00
parent 7484883c1b
commit e6def21716
10 changed files with 3480 additions and 2924 deletions

View file

@ -316,7 +316,7 @@ fuses_$(1):
fi
$$(OUTDIR)/$(1).hex: $$(OUTDIR)/$(1).elf
$$($(1)_OBJCOPY) -O ihex $$< $$@
$$($(1)_OBJCOPY) -R .eeprom -O ihex $$< $$@
$$(OUTDIR)/$(1).s19: $$(OUTDIR)/$(1).elf
$$($(1)_OBJCOPY) -O srec $$< $$@