Adding build.mcu to save name killed export. reverting. fixes #5174 (#5177)

This commit is contained in:
lbernstone 2021-05-18 04:59:36 -06:00 committed by GitHub
parent 2082945d36
commit 955675e712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,8 +148,8 @@ recipe.objcopy.bin.pattern="{tools.esptool_py.path}/{tools.esptool_py.cmd}" {rec
recipe.objcopy.bin.pattern.linux=python "{tools.esptool_py.path}/{tools.esptool_py.cmd}" {recipe.objcopy.bin.pattern_args} recipe.objcopy.bin.pattern.linux=python "{tools.esptool_py.path}/{tools.esptool_py.cmd}" {recipe.objcopy.bin.pattern_args}
## Save bin ## Save bin
recipe.output.tmp_file={build.project_name}.{build.mcu}.bin recipe.output.tmp_file={build.project_name}.bin
recipe.output.save_file={build.project_name}.{build.mcu}.{build.variant}.bin recipe.output.save_file={build.project_name}.{build.variant}.bin
## Compute size ## Compute size
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf" recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"