File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5555 },
5656 {
5757 "packager" : " arduino" ,
58- "name" : " zephyr-post-build -tool" ,
58+ "name" : " zephyr-sketch -tool" ,
5959 "version" : " 0.1.0"
6060 }
6161 ]
File renamed without changes.
Original file line number Diff line number Diff line change 1+ module github.com/arduino/zephyr-sketch-tool
2+
3+ go 1.22.5
File renamed without changes.
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
112112recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex"
113113
114114## Mangle the file
115- recipe.hooks.objcopy.postobjcopy.1.pattern="{runtime.tools.zephyr-post-build- tool.path}/post_build " {postbuild_debug} {postbuild_mode} "{build.path}/{build.project_name}.elf"
116- recipe.hooks.objcopy.postobjcopy.2.pattern="{runtime.tools.zephyr-post-build- tool.path}/post_build " {postbuild_debug} {postbuild_mode} "{build.path}/{build.project_name}.bin"
115+ recipe.hooks.objcopy.postobjcopy.1.pattern="{runtime.tools.zephyr-sketch- tool.path}/zephyr-sketch-tool " {postbuild_debug} {postbuild_mode} "{build.path}/{build.project_name}.elf"
116+ recipe.hooks.objcopy.postobjcopy.2.pattern="{runtime.tools.zephyr-sketch- tool.path}/zephyr-sketch-tool " {postbuild_debug} {postbuild_mode} "{build.path}/{build.project_name}.bin"
117117
118118## Compute size
119119recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
You can’t perform that action at this time.
0 commit comments