Skip to content

Commit

Permalink
add bin export
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Apr 4, 2019
1 parent a9749d2 commit 57abaf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -B "{build.path}/{build.project_name}.elf"
recipe.size.regex=\s*[0-9]+\s+[0-9]+\s+[0-9]+\s+([0-9]+).*

## Save hex
recipe.output.tmp_file={build.project_name}.bin
recipe.output.save_file={build.project_name}.{build.variant}.bin

# Uploader tools
# -------------------
Expand Down

0 comments on commit 57abaf8

Please sign in to comment.