Skip to content

Commit 0549352

Browse files
committed
add: 添加Debug相关选项(暂未启用
1 parent 8e21d91 commit 0549352

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

platform.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,18 @@ tools.AirISP.bootloader.protocol=serial
200200
tools.AirISP.bootloader.params.verbose=
201201
tools.AirISP.bootloader.params.quiet=
202202
tools.AirISP.bootloader.pattern=
203+
204+
# Debugger configuration (general options)
205+
# ----------------------------------------
206+
# EXPERIMENTAL feature:
207+
# - this is alpha and may be subject to change without notice
208+
# debug.executable={build.path}/{build.project_name}.elf
209+
# debug.toolchain=gcc
210+
# debug.toolchain.path={compiler.path}
211+
# debug.toolchain.prefix=arm-none-eabi-
212+
# debug.server=pyocd
213+
# debug.server.pyocd.path=
214+
# debug.server.pyocd.scripts_dir=
215+
# debug.server.pyocd.script=
216+
# debug.server.pyocd.cmsisPack="D:\\GitHub\\luatos-soc-air001\\PACK\\Keil.AIR001_DFP.1.1.0.pack"
217+
# debug.server.pyocd.targetId="Air001Dev"

0 commit comments

Comments
 (0)