Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 1f8e719

Browse files
committed
config: remove redundant tools/ directory in STM8Tools
Before path was: STM8/tools/STM8Tools/<version>/tools/ now: STM8/tools/STM8Tools/<version>/ Signed-off-by: Frederic Pillon <[email protected]>
1 parent 9703756 commit 1f8e719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: platform.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ recipe.c.combine.pattern="{compiler.path}{compiler.c.sm8.cmd}" {compiler.c.sm8.f
101101
recipe.objcopy.1hex.pattern="{compiler.path}{compiler.sm82hex.cmd}" {compiler.sm82hex.flags} {compiler.sm82hex.extra_flags} -o "{build.path}/{build.project_name}.hex" "{build.path}/{build.project_name}.sm8"
102102

103103
## Create output (.bin file)
104-
recipe.objcopy.2bin.pattern="{runtime.tools.STM8Tools.path}/tools/win/{compiler.hex2bin.cmd}" {compiler.hex2bin.flags} "{build.path}/{build.project_name}.hex"
104+
recipe.objcopy.2bin.pattern="{runtime.tools.STM8Tools.path}/win/{compiler.hex2bin.cmd}" {compiler.hex2bin.flags} "{build.path}/{build.project_name}.hex"
105105

106106
## Compute size
107107
recipe.size.pattern="{system.path}{compiler.size.cmd}" /C type "{build.path}\\{build.project_name}.map"
@@ -112,14 +112,14 @@ recipe.size.regex.data=data:\s+([0-9]+)
112112
# -------------------
113113

114114
#Upload via MassStorage
115-
tools.massStorageCopy.path={runtime.tools.STM8Tools.path}/tools/win
115+
tools.massStorageCopy.path={runtime.tools.STM8Tools.path}/win
116116
tools.massStorageCopy.cmd.windows=massStorageCopy.bat
117117
tools.massStorageCopy.upload.params.verbose=
118118
tools.massStorageCopy.upload.params.quiet=
119119
tools.massStorageCopy.upload.pattern="{path}/{cmd}" {upload.verbose} -I "{build.path}/{build.project_name}.bin" -O "{node}"
120120

121121
#Upload via stm8Tools
122-
tools.stm8Flasher.path={runtime.tools.STM8Tools.path}/tools/win
122+
tools.stm8Flasher.path={runtime.tools.STM8Tools.path}/win
123123
tools.stm8Flasher.cmd.windows=stm8Flasher.bat
124124
tools.stm8Flasher.upload.params.verbose=
125125
tools.stm8Flasher.upload.params.quiet=

0 commit comments

Comments
 (0)