mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-11-29 10:56:37 -05:00
Implemented EEPROM settings
This commit is contained in:
parent
7484883c1b
commit
e6def21716
10 changed files with 3480 additions and 2924 deletions
|
|
@ -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 $$< $$@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue