Skip to content

Commit f852a08

Browse files
committed
Added notice for 'alpha' features
1 parent cf72acf commit f852a08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

platform.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ compiler.warning_flags.default=
3131
compiler.warning_flags.more=-Wall -Wno-expansion-to-defined
3232
compiler.warning_flags.all=-Wall -Wextra -Wno-expansion-to-defined
3333

34-
# maintain retrocompatibility
34+
# EXPERIMENTAL feature: optimization flags
35+
# - this is alpha and may be subject to change without notice
3536
compiler.optimization_flags=-Os
3637
compiler.optimization_flags.release=-Os
3738
compiler.optimization_flags.debug=-Og -g3
@@ -228,8 +229,10 @@ tools.openocd-withbootsize.bootloader.pattern="{path}/{cmd}" {bootloader.verbose
228229
#
229230
# GDB (Debugger)
230231
#
232+
# EXPERIMENTAL feature: debug.pattern
233+
# - this is alpha and may be subject to change without notice
231234

232235
tools.gdb.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
233236
tools.gdb.cmd=arm-none-eabi-gdb
234237
tools.gdb.cmd.windows=arm-none-eabi-gdb.exe
235-
tools.gdb.debug.pattern="{path}/{cmd}" --interpreter=mi2 -ex "set pagination off" -ex 'target extended-remote | {tools.openocd.path}/{tools.openocd.cmd} -s "{tools.openocd.path}/share/openocd/scripts/" --file "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "gdb_port pipe" -c "telnet_port 0"' {build.path}/{build.project_name}.elf
238+
tools.gdb.debug.pattern="{path}/{cmd}" --interpreter=mi2 -ex "set pagination off" -ex 'target extended-remote | {tools.openocd.path}/{tools.openocd.cmd} -s "{tools.openocd.path}/share/openocd/scripts/" --file "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "gdb_port pipe" -c "telnet_port 0"' {build.path}/{build.project_name}.elf

0 commit comments

Comments
 (0)