@@ -26,9 +26,6 @@ compiler.ar.extra_flags=
26
26
# Makefile generate patterns
27
27
# --------------------
28
28
29
- build.unix.cmds.path={runtime.tools.msys2-contiki-build.path}
30
- build.usr.bin.path={build.unix.cmds.path}/usr/binx
31
- build.usr.bin.path.macosx=/usr/local/bin
32
29
build.make.command=cmake
33
30
build.make.command.windows={runtime.platform.path}/system/support/wsl_wrap.bat
34
31
build.intiki.verbose=-1
@@ -38,7 +35,7 @@ intiki.cmd={runtime.tools.intiki.path}/intiki
38
35
intiki.cmd-v={intiki.cmd} {compiler.warning_flags} -verbose {build.intiki.verbose}
39
36
intiki.opts=
40
37
intiki.opts.windows=-path.format msys -path.prefix /mnt
41
- make.paths=-build.usr.bin.path "{build.usr.bin.path}" -build. compiler.path "{build.compiler.path}" -build.system.path "{build.system.path}" -build.variant.path "{build.variant.path}" -build.core.path "{build.core.path}" -build.path "{build.path}" -build.variant {build.variant} -runtime.platform.path {runtime.platform.path} -platform.version {version} {intiki.opts}
38
+ make.paths=-build.compiler.path "{build.compiler.path}" -build.system.path "{build.system.path}" -build.variant.path "{build.variant.path}" -build.core.path "{build.core.path}" -build.path "{build.path}" -build.variant {build.variant} -runtime.platform.path {runtime.platform.path} -platform.version {version} {intiki.opts}
42
39
make.args=-E env {build.zephyr.env} cmake -DARDUINO_BUILD_PATH={build.path} -DARDUINO_VARIANT_PATH={build.variant.path} -DARDUINO_PREPROC_SOURCE={source_file} -DARDUINO_PREPROC_TARGET={preprocessed_file_path} -DBOARD={build.variant}
43
40
44
41
arduino.defines=-DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch}
@@ -80,17 +77,8 @@ recipe.hooks.objcopy.preobjcopy.1.pattern={intiki.cmd-v} -recipe makefile {make.
80
77
recipe.hooks.objcopy.preobjcopy.2.pattern={intiki.cmd-v} -recipe make {make.paths} -make.command {build.make.command} -- {make.args} -P {build.system.path}/support/build.cmake
81
78
82
79
83
- tools.intiki.path={runtime.tools.intiki.path}
84
- tools.intiki.cmd.path={path}/intiki
85
- tools.intiki.cmd.path.windows={path}\intiki.exe
86
- tools.intiki.upload.pattern="{cmd.path}" -recipe make -make.command {build.make.command} -- -E chdir {build.path} {build.make.command} -E env ZEPHYR_BASE={build.system.path}/zephyr {build.make.command} --build . -- flash
87
- tools.intiki.build.unix.cmds.path={runtime.tools.msys2-contiki-build.path}
88
- tools.intiki.build.usr.bin.path={build.unix.cmds.path}/usr/binx
89
- tools.intiki.build.usr.bin.path.macosx=/usr/local/bin
90
- tools.intiki.build.intiki.verbose=-1
91
- tools.intiki.build.make.command=cmake
92
- tools.intiki.build.zephyr.env=ZEPHYR_BASE={build.system.path}/zephyr ZEPHYR_TOOLCHAIN_VARIANT=cross-compile CROSS_COMPILE={build.compiler.path}/{build.compiler.triplet}-
93
-
94
-
95
- tools.intiki.upload.params.verbose=
96
- tools.intiki.upload.params.quiet=
80
+ tools.west.upload.cmd.windows={runtime.platform.path}/system/support/west_wrap.bat
81
+ tools.west.upload.cmd={runtime.platform.path}/system/support/west_wrap.sh
82
+ tools.west.upload.pattern={upload.cmd} -z {runtime.platform.path}/system/zephyr flash --skip-rebuild --build-dir {build.path} --hex-file {build.path}/zephyr/zephyr.hex
83
+ tools.west.upload.params.verbose=
84
+ tools.west.upload.params.quiet=
0 commit comments