|
1 | 1 | name=CubeCell
|
2 |
| -version=1.0.0 |
| 2 | +version=1.5.0 |
3 | 3 |
|
4 |
| -tools.CubeCellflash.cmd.windows={runtime.platform.path}/tools/CubeCellflash/CubeCellflash.exe |
5 |
| -tools.CubeCellflash.cmd.linux={runtime.platform.path}/tools/CubeCellflash/CubeCellflash |
6 |
| -tools.CubeCellflash.cmd.macosx={runtime.platform.path}/tools/CubeCellflash/CubeCellflash |
| 4 | +tools.CubeCellflash.cmd.windows={runtime.tools.CubeCellflash.path}/CubeCellflash.exe |
| 5 | +tools.CubeCellflash.cmd.linux={runtime.tools.CubeCellflash.path}/CubeCellflash |
| 6 | +tools.CubeCellflash.cmd.macosx={runtime.tools.CubeCellflash.path}/CubeCellflash |
7 | 7 |
|
8 |
| -tools.CubeCellelftool.cmd.windows={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool.exe |
9 |
| -tools.CubeCellelftool.cmd.linux={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool |
10 |
| -tools.CubeCellelftool.cmd.macosx={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool |
| 8 | +tools.CubeCellelftool.cmd.windows={runtime.tools.CubeCellelftool.path}/CubeCellelftool.exe |
| 9 | +tools.CubeCellelftool.cmd.linux={runtime.tools.CubeCellelftool.path}/CubeCellelftool |
| 10 | +tools.CubeCellelftool.cmd.macosx={runtime.tools.CubeCellelftool.path}/CubeCellelftool |
11 | 11 |
|
12 |
| -tools.flash6601.cmd.windows={runtime.platform.path}/tools/flash6601/flash6601.exe |
13 |
| -tools.flash6601.cmd.linux={runtime.platform.path}/tools/flash6601/flash6601 |
14 |
| -tools.flash6601.cmd.macosx={runtime.platform.path}/tools/flash6601/flash6601 |
| 12 | +tools.flash6601.cmd.windows={runtime.tools.CubeCellelftool.path}/flash6601.exe |
| 13 | +tools.flash6601.cmd.linux={runtime.tools.CubeCellelftool.path}/flash6601 |
| 14 | +tools.flash6601.cmd.macosx={runtime.tools.CubeCellelftool.path}/flash6601 |
15 | 15 |
|
16 | 16 | compiler.warning_flags=-w
|
17 | 17 | compiler.warning_flags.none=-w
|
18 | 18 | compiler.warning_flags.default=
|
19 | 19 | compiler.warning_flags.more=-Wall
|
20 | 20 | compiler.warning_flags.all=-Wall -Wextra
|
21 | 21 |
|
22 |
| -compiler.path={runtime.platform.path}/tools/gcc-arm-none-eabi/bin/ |
| 22 | + |
| 23 | +compiler.path={runtime.tools.gcc-arm-none-eabi.path}/bin/ |
23 | 24 | compiler.include.path={runtime.platform.path}/tools/gcc-arm-none-eabi/arm-none-eabi
|
24 | 25 |
|
25 | 26 | compiler.sdk.path={runtime.platform.path}/cores/{build.core}
|
@@ -131,4 +132,4 @@ tools.CubeCellflash.upload.pattern="{cmd}" -serial "{serial.port}" "{build.path}
|
131 | 132 | tools.flash6601.upload.protocol=
|
132 | 133 | tools.flash6601.upload.params.verbose=
|
133 | 134 | tools.flash6601.upload.params.quiet=
|
134 |
| -tools.flash6601.upload.pattern="{cmd}" -p "{serial.port}" flash "{build.path}/{build.board}_{build.band}_RGB_{build.RGB}.bin" |
| 135 | +tools.flash6601.upload.pattern="{cmd}" -p "{serial.port}" flash "{build.path}/{build.board}_{build.band}_RGB_{build.RGB}.bin" |
0 commit comments