Skip to content

Commit 98ec98d

Browse files
committed
extra: rename post_build_tool to zephyr-sketch-tool
1 parent a2a1c85 commit 98ec98d

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

extra/post_build_tool/go.mod

-3
This file was deleted.
-2.41 MB
Binary file not shown.

extra/zephyr-core-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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.

extra/zephyr-sketch-tool/go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/arduino/zephyr-sketch-tool
2+
3+
go 1.22.5
File renamed without changes.

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
112112
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"
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
119119
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"

0 commit comments

Comments
 (0)