File tree 7 files changed +6
-6
lines changed
7 files changed +6
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
55
},
56
56
{
57
57
"packager" : " arduino" ,
58
- "name" : " zephyr-post-build -tool" ,
58
+ "name" : " zephyr-sketch -tool" ,
59
59
"version" : " 0.1.0"
60
60
}
61
61
]
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
112
112
recipe.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"
113
113
114
114
## 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"
117
117
118
118
## Compute size
119
119
recipe.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