1
0
mirror of https://github.com/arduino/arduino-ide.git synced 2025-06-24 13:06:33 +00:00
This commit is contained in:
Christian Weichel 2019-11-19 18:59:02 +01:00 committed by Miro Spönemann
parent 8aa356bd6e
commit ec18cf0dc1
3 changed files with 0 additions and 14 deletions
arduino-debugger-extension/src/common

@ -1,2 +0,0 @@
gdb_port 50000
telnet_port 44444

@ -1,12 +0,0 @@
source [find interface/cmsis-dap.cfg]
# chip name
set CHIPNAME at91samd21g18
set ENDIAN little
# choose a port here
set telnet_port 0
source [find target/at91samdXX.cfg]
echo "GDB server started"