Skip to content

Commit 703865b

Browse files
Merge pull request #301 from Mr-HaleYa/master
Update platform.txt to 1.5.0
2 parents c107c7e + 60cbcf0 commit 703865b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

platform.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
name=CubeCell
2-
version=1.0.0
2+
version=1.5.0
33

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
77

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
1111

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
1515

1616
compiler.warning_flags=-w
1717
compiler.warning_flags.none=-w
1818
compiler.warning_flags.default=
1919
compiler.warning_flags.more=-Wall
2020
compiler.warning_flags.all=-Wall -Wextra
2121

22-
compiler.path={runtime.platform.path}/tools/gcc-arm-none-eabi/bin/
22+
23+
compiler.path={runtime.tools.gcc-arm-none-eabi.path}/bin/
2324
compiler.include.path={runtime.platform.path}/tools/gcc-arm-none-eabi/arm-none-eabi
2425

2526
compiler.sdk.path={runtime.platform.path}/cores/{build.core}
@@ -131,4 +132,4 @@ tools.CubeCellflash.upload.pattern="{cmd}" -serial "{serial.port}" "{build.path}
131132
tools.flash6601.upload.protocol=
132133
tools.flash6601.upload.params.verbose=
133134
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

Comments
 (0)