File tree 1 file changed +4
-0
lines changed
hardware/esp8266com/esp8266
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ recipe.objcopy.eep.pattern=
77
77
78
78
recipe.objcopy.hex.pattern="{runtime.tools.esptool.path}/{compiler.esptool.cmd}" -eo "{runtime.platform.path}/bootloaders/eboot/eboot.elf" -bo "{build.path}/{build.project_name}.bin" -bm {build.flash_mode} -bf {build.flash_freq} -bz {build.flash_size} -bs .text -bp 4096 -ec -eo "{build.path}/{build.project_name}.elf" -bs .irom0.text -bs .text -bs .data -bs .rodata -bc -ec
79
79
80
+ ## Save hex
81
+ recipe.output.tmp_file={build.project_name}.bin
82
+ recipe.output.save_file={build.project_name}.{build.variant}.bin
83
+
80
84
## Compute size
81
85
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
82
86
recipe.size.regex=^(?:\.irom0\.text|\.text|\.data|\.rodata|)\s+([0-9]+).*
You can’t perform that action at this time.
0 commit comments