We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b3bb8 commit 65d9e56Copy full SHA for 65d9e56
1 file changed
platform.txt
@@ -114,6 +114,10 @@ recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compil
114
## Create output (bin file)
115
recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags}"{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex"
116
117
+## User poll hook
118
+## This is temporary. This should be removed when the msg is no longer required.
119
+recipe.hooks.objcopy.postobjcopy.1.pattern=python {runtime.platform.path}/tools/brd_msg.py {build.board_variant}
120
+
121
## Save hex
122
recipe.output.tmp_file={build.project_name}.bin
123
recipe.output.save_file={build.project_name}.{build.variant}.bin
0 commit comments