From 9f6a04c416fc8dfdc5b531fab7f02028dfb0b54c Mon Sep 17 00:00:00 2001 From: Roger Clark Date: Tue, 21 Jun 2016 19:39:20 +1000 Subject: [PATCH] Add Export Compiled Binary code to F4 platform.txt --- STM32F4/platform.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/STM32F4/platform.txt b/STM32F4/platform.txt index 17c47ab..27b9bff 100644 --- a/STM32F4/platform.txt +++ b/STM32F4/platform.txt @@ -89,6 +89,10 @@ recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build recipe.size.regex=^(?:\.text|\.rodata|\.ARM.exidx)\s+([0-9]+).* recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).* +## Save Compiled Binary +recipe.output.tmp_file={build.project_name}.bin +recipe.output.save_file={build.project_name}.{build.variant}.bin + # Uploader tools # -------------------