Remove files for possible license problems.
[bertos.git] / bertos / cpu / arm / scripts / openocd / debug.cfg
diff --git a/bertos/cpu/arm/scripts/openocd/debug.cfg b/bertos/cpu/arm/scripts/openocd/debug.cfg
deleted file mode 100644 (file)
index 70e33c0..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Change the default telnet port...
-telnet_port 4444
-
-# Port for TCL connection.
-tcl_port 6666
-
-# GDB connects here
-gdb_port 3333
-
-source [find PROGRAMMER_TYPE]
-
-source [find PROGRAMMER_CPU]
-
-$_TARGETNAME configure -event reset-start {
-       cpu_setup
-}
-
-$_TARGETNAME configure -event gdb-detach {
-       shutdown
-}
-
-init
-reset run