aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-28 09:52:28 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-28 09:52:28 +0000
commitf68f47f3ed164b1d9ad5fbe5a1bb3d985e2413ed (patch)
tree06232228fc804aa3033be18a1a195f0f49986160 /readme.txt
parentc69becde258190af606fd88e3e02831d53bccd9b (diff)
downloadChibiOS-f68f47f3ed164b1d9ad5fbe5a1bb3d985e2413ed.tar.gz
ChibiOS-f68f47f3ed164b1d9ad5fbe5a1bb3d985e2413ed.tar.bz2
ChibiOS-f68f47f3ed164b1d9ad5fbe5a1bb3d985e2413ed.zip
Added Eclipse launch configurations for OpenOCD.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10496 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
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.