File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ compiler.ar.flags=rcs
31
31
compiler.objcopy.cmd=avr-objcopy
32
32
compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
33
33
compiler.elf2hex.flags=-O ihex -R .eeprom
34
+ compiler.elf2hex.bin.flags=-O binary -R .eeprom
34
35
compiler.elf2hex.cmd=avr-objcopy
35
36
compiler.ldflags=
36
37
compiler.size.cmd=avr-size
@@ -70,6 +71,7 @@ recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.f
70
71
## Create output files (.eep and .hex)
71
72
recipe.objcopy.eep.pattern="{compiler.path}{compiler.objcopy.cmd}" {compiler.objcopy.eep.flags} {compiler.objcopy.eep.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.eep"
72
73
recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex"
74
+ recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.bin.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.bin"
73
75
74
76
## Save hex
75
77
recipe.output.tmp_file={build.project_name}.hex
You can’t perform that action at this time.
0 commit comments