Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f74d6cc

Browse files
committed
v0.9.5
1 parent 93ab7ae commit f74d6cc

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

platform.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://arduino.github.io/arduino-cli/latest/platform-specification/
66

77
name=Atmel AVR Xplained-minis (Debug enabled)
8-
version=0.9.3
8+
version=0.9.5
99

1010
# AVR compile variables
1111
# ---------------------
@@ -168,18 +168,20 @@ debug.toolchain.path={runtime.tools.avrocd-tools.path}
168168
debug.server=openocd
169169
debug.server.openocd.path={debug.toolchain.path}/pyavrocd
170170
#next doesn't matter, but should be specified so that cortex-debug is happy
171-
debug.server.openocd.script=doesnotmatter
171+
debug.server.openocd.script=nix
172172
debug.cortex-debug.custom.gdbPath={debug.toolchain.path}/avr-gdb
173173
debug.cortex-debug.custom.overrideGDBServerStartedRegex=Listening on port \d+ for gdb connection
174174
debug.cortex-debug.custom.objdumpPath={runtime.tools.avr-gcc.path}/bin/avr-objdump
175-
debug.cortex-debug.custom.serverArgs.0=-s
176-
debug.cortex-debug.custom.serverArgs.1=noop
175+
debug.cortex-debug.custom.serverArgs.0=-F
176+
debug.cortex-debug.custom.serverArgs.1={build.f_cpu}
177177
debug.cortex-debug.custom.serverArgs.2=-d
178178
debug.cortex-debug.custom.serverArgs.3={build.mcu}
179-
debug.cortex-debug.custom.serverArgs.4=--atexit
180-
debug.cortex-debug.custom.serverArgs.5=leavedebugwire
181-
debug.cortex-debug.custom.serverArgs.6=--manage
179+
debug.cortex-debug.custom.serverArgs.4=-s
180+
debug.cortex-debug.custom.serverArgs.5=nop
181+
debug.cortex-debug.custom.serverArgs.6=-m
182182
debug.cortex-debug.custom.serverArgs.7=all
183+
debug.cortex-debug.custom.serverArgs.8=--atexit
184+
debug.cortex-debug.custom.serverArgs.9=leavedebugwire
183185
debug.cortex-debug.custom.preLaunchCommands.0=monitor debugwire enable
184186
debug.cortex-debug.custom.runToEntryPoint=main
185187
debug.svd_file={debug.toolchain.path}/pyavrocd-util/svd/{build.mcu}.svd

0 commit comments

Comments
 (0)