Skip to content

Commit 78b9557

Browse files
committed
Adding build.mcu to save name killed export. reverting. fixes espressif#5174
1 parent 7856de7 commit 78b9557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ recipe.objcopy.bin.pattern="{tools.esptool_py.path}/{tools.esptool_py.cmd}" {rec
148148
recipe.objcopy.bin.pattern.linux=python "{tools.esptool_py.path}/{tools.esptool_py.cmd}" {recipe.objcopy.bin.pattern_args}
149149

150150
## Save bin
151-
recipe.output.tmp_file={build.project_name}.{build.mcu}.bin
152-
recipe.output.save_file={build.project_name}.{build.mcu}.{build.variant}.bin
151+
recipe.output.tmp_file={build.project_name}.bin
152+
recipe.output.save_file={build.project_name}.{build.variant}.bin
153153

154154
## Compute size
155155
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"

0 commit comments

Comments
 (0)