File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,20 @@ recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build
120
120
recipe.size.regex=^(?:\.text|\.data|)\s+([0-9]+).*
121
121
recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
122
122
123
+
124
+ # Debugger configuration (general options)
125
+ # ----------------------------------------
126
+ # EXPERIMENTAL feature:
127
+ # - this is alpha and may be subject to change without notice
128
+ debug.executable={build.path}/{build.project_name}.elf
129
+ debug.toolchain=gcc
130
+ debug.toolchain.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
131
+ debug.toolchain.prefix=arm-none-eabi-
132
+ debug.server=openocd
133
+ debug.server.openocd.path={runtime.tools.openocd-0.10.0-arduino7.path}/bin/openocd
134
+ debug.server.openocd.scripts_dir={runtime.tools.openocd-0.10.0-arduino7.path}/share/openocd/scripts/
135
+ debug.server.openocd.script={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
136
+
123
137
# Upload/Debug tools
124
138
# ------------------
125
139
You can’t perform that action at this time.
0 commit comments