You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
418 B
7 lines
418 B
4 years ago
|
|
||
|
## Debugger
|
||
|
tools.gdbtool.cmd.path={runtime.hardware.path}/../tools
|
||
|
tools.gdbtool.upload.params.quiet=
|
||
|
tools.gdbtool.upload.params.verbose=-verbose
|
||
4 years ago
|
tools.gdbtool.upload.pattern="{cmd.path}/teensy_debug" "-gdb={build.gdb}" "-file={build.project_name}" "-path={build.path}" "-tools={cmd.path}" "-board={build.board}" -reboot "-port={serial.port}" "-portlabel={serial.port.label}" "-portprotocol={serial.port.protocol}"
|