From f68f47f3ed164b1d9ad5fbe5a1bb3d985e2413ed Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 28 Aug 2017 09:52:28 +0000 Subject: Added Eclipse launch configurations for OpenOCD. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10496 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 5 +++++ ... ARM-USB-OCD (prompts for .cfg target configuration).launch | 10 ++++++++++ ...n ST-Link V1 (prompts for .cfg target configuration).launch | 10 ++++++++++ ...n ST-Link V2 (prompts for .cfg target configuration).launch | 10 ++++++++++ ...ST-Link V2-1 (prompts for .cfg target configuration).launch | 10 ++++++++++ 5 files changed, 45 insertions(+) create mode 100644 tools/eclipse/debug/OpenOCD on Olimex ARM-USB-OCD (prompts for .cfg target configuration).launch create mode 100644 tools/eclipse/debug/OpenOCD on ST-Link V1 (prompts for .cfg target configuration).launch create mode 100644 tools/eclipse/debug/OpenOCD on ST-Link V2 (prompts for .cfg target configuration).launch create mode 100644 tools/eclipse/debug/OpenOCD on ST-Link V2-1 (prompts for .cfg target configuration).launch diff --git a/readme.txt b/readme.txt index 28a9997f6..fa87282d2 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,11 @@ ***************************************************************************** *** Next *** +- NEW: Added shared Eclipse debug configurations for OpenOCD under + ./tools/eclipse/debug. Now it is no more required to re-create + those each time a new workspace is created, just import the global + ChibiOS project in it. The configurations will appear under the + Eclipse Tools menu. - NEW: Added an USB_CDC multi-target demo application showcasing how to manage a project with multiple target boards/devices and handle portability issues. diff --git a/tools/eclipse/debug/OpenOCD on Olimex ARM-USB-OCD (prompts for .cfg target configuration).launch b/tools/eclipse/debug/OpenOCD on Olimex ARM-USB-OCD (prompts for .cfg target configuration).launch new file mode 100644 index 000000000..1f94272fa --- /dev/null +++ b/tools/eclipse/debug/OpenOCD on Olimex ARM-USB-OCD (prompts for .cfg target configuration).launch @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/tools/eclipse/debug/OpenOCD on ST-Link V1 (prompts for .cfg target configuration).launch b/tools/eclipse/debug/OpenOCD on ST-Link V1 (prompts for .cfg target configuration).launch new file mode 100644 index 000000000..c3778ea7b --- /dev/null +++ b/tools/eclipse/debug/OpenOCD on ST-Link V1 (prompts for .cfg target configuration).launch @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/tools/eclipse/debug/OpenOCD on ST-Link V2 (prompts for .cfg target configuration).launch b/tools/eclipse/debug/OpenOCD on ST-Link V2 (prompts for .cfg target configuration).launch new file mode 100644 index 000000000..01728ced6 --- /dev/null +++ b/tools/eclipse/debug/OpenOCD on ST-Link V2 (prompts for .cfg target configuration).launch @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/tools/eclipse/debug/OpenOCD on ST-Link V2-1 (prompts for .cfg target configuration).launch b/tools/eclipse/debug/OpenOCD on ST-Link V2-1 (prompts for .cfg target configuration).launch new file mode 100644 index 000000000..18cf5f345 --- /dev/null +++ b/tools/eclipse/debug/OpenOCD on ST-Link V2-1 (prompts for .cfg target configuration).launch @@ -0,0 +1,10 @@ + + + + + + + + + + -- cgit v1.2.3