aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-28 09:01:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-28 09:01:23 +0000
commitc69becde258190af606fd88e3e02831d53bccd9b (patch)
treeb527174906411e248fb64493344c666072fd4391 /readme.txt
parente606d7a1ce71f47e54e4294f28f1f7cd5561afe1 (diff)
downloadChibiOS-c69becde258190af606fd88e3e02831d53bccd9b.tar.gz
ChibiOS-c69becde258190af606fd88e3e02831d53bccd9b.tar.bz2
ChibiOS-c69becde258190af606fd88e3e02831d53bccd9b.zip
Improved common makefile rules.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10495 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index e11192d5c..28a9997f6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,12 @@
*****************************************************************************
*** Next ***
+- NEW: Added an USB_CDC multi-target demo application showcasing how to
+ manage a project with multiple target boards/devices and handle
+ portability issues.
+- NEW: Improved the various rules.mk to handle "touching" of all
+ included makefiles, now the makefile is no more assumed to
+ be called "Makefile".
- NEW: Added to the Makefiles the ability to change the default build,
dependencies and configuration directories. This makes possible
to have multiple non-conflicting makefiles in the same project.