This repository was archived by the owner on Mar 31, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ recipe.c.combine.pattern="{compiler.path}{compiler.c.sm8.cmd}" {compiler.c.sm8.f
101
101
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"
102
102
103
103
## 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"
105
105
106
106
## Compute size
107
107
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]+)
112
112
# -------------------
113
113
114
114
#Upload via MassStorage
115
- tools.massStorageCopy.path={runtime.tools.STM8Tools.path}/tools/ win
115
+ tools.massStorageCopy.path={runtime.tools.STM8Tools.path}/win
116
116
tools.massStorageCopy.cmd.windows=massStorageCopy.bat
117
117
tools.massStorageCopy.upload.params.verbose=
118
118
tools.massStorageCopy.upload.params.quiet=
119
119
tools.massStorageCopy.upload.pattern="{path}/{cmd}" {upload.verbose} -I "{build.path}/{build.project_name}.bin" -O "{node}"
120
120
121
121
#Upload via stm8Tools
122
- tools.stm8Flasher.path={runtime.tools.STM8Tools.path}/tools/ win
122
+ tools.stm8Flasher.path={runtime.tools.STM8Tools.path}/win
123
123
tools.stm8Flasher.cmd.windows=stm8Flasher.bat
124
124
tools.stm8Flasher.upload.params.verbose=
125
125
tools.stm8Flasher.upload.params.quiet=
You can’t perform that action at this time.
0 commit comments