File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compil
114
114
## Create output (bin file)
115
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
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
+
117
121
## Save hex
118
122
recipe.output.tmp_file={build.project_name}.bin
119
123
recipe.output.save_file={build.project_name}.{build.variant}.bin
You can’t perform that action at this time.
0 commit comments