Commit 54028f79 authored by Roger Clark's avatar Roger Clark

Add platform.txt recipe for 'Export compiled binary' as a hex file

parent 7b897310
......@@ -101,6 +101,10 @@ recipe.output.save_file_hex={build.project_name}.save.hex
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
recipe.size.regex=\.text\s+([0-9]+).*
## Export Compiled Binary
recipe.output.tmp_file={build.project_name}.hex
recipe.output.save_file={build.project_name}.{build.variant}.hex
#
# OpenOCD sketch upload
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment