Skip to content

Update platform.txt to 1.5.0 #301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions platform.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name=CubeCell
version=1.0.0
version=1.5.0

tools.CubeCellflash.cmd.windows={runtime.platform.path}/tools/CubeCellflash/CubeCellflash.exe
tools.CubeCellflash.cmd.linux={runtime.platform.path}/tools/CubeCellflash/CubeCellflash
tools.CubeCellflash.cmd.macosx={runtime.platform.path}/tools/CubeCellflash/CubeCellflash
tools.CubeCellflash.cmd.windows={runtime.tools.CubeCellflash.path}/CubeCellflash.exe
tools.CubeCellflash.cmd.linux={runtime.tools.CubeCellflash.path}/CubeCellflash
tools.CubeCellflash.cmd.macosx={runtime.tools.CubeCellflash.path}/CubeCellflash

tools.CubeCellelftool.cmd.windows={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool.exe
tools.CubeCellelftool.cmd.linux={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool
tools.CubeCellelftool.cmd.macosx={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool
tools.CubeCellelftool.cmd.windows={runtime.tools.CubeCellelftool.path}/CubeCellelftool.exe
tools.CubeCellelftool.cmd.linux={runtime.tools.CubeCellelftool.path}/CubeCellelftool
tools.CubeCellelftool.cmd.macosx={runtime.tools.CubeCellelftool.path}/CubeCellelftool

tools.flash6601.cmd.windows={runtime.platform.path}/tools/flash6601/flash6601.exe
tools.flash6601.cmd.linux={runtime.platform.path}/tools/flash6601/flash6601
tools.flash6601.cmd.macosx={runtime.platform.path}/tools/flash6601/flash6601
tools.flash6601.cmd.windows={runtime.tools.CubeCellelftool.path}/flash6601.exe
tools.flash6601.cmd.linux={runtime.tools.CubeCellelftool.path}/flash6601
tools.flash6601.cmd.macosx={runtime.tools.CubeCellelftool.path}/flash6601

compiler.warning_flags=-w
compiler.warning_flags.none=-w
compiler.warning_flags.default=
compiler.warning_flags.more=-Wall
compiler.warning_flags.all=-Wall -Wextra

compiler.path={runtime.platform.path}/tools/gcc-arm-none-eabi/bin/

compiler.path={runtime.tools.gcc-arm-none-eabi.path}/bin/
compiler.include.path={runtime.platform.path}/tools/gcc-arm-none-eabi/arm-none-eabi

compiler.sdk.path={runtime.platform.path}/cores/{build.core}
Expand Down Expand Up @@ -131,4 +132,4 @@ tools.CubeCellflash.upload.pattern="{cmd}" -serial "{serial.port}" "{build.path}
tools.flash6601.upload.protocol=
tools.flash6601.upload.params.verbose=
tools.flash6601.upload.params.quiet=
tools.flash6601.upload.pattern="{cmd}" -p "{serial.port}" flash "{build.path}/{build.board}_{build.band}_RGB_{build.RGB}.bin"
tools.flash6601.upload.pattern="{cmd}" -p "{serial.port}" flash "{build.path}/{build.board}_{build.band}_RGB_{build.RGB}.bin"