diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-28 09:01:23 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-28 09:01:23 +0000 |
commit | c69becde258190af606fd88e3e02831d53bccd9b (patch) | |
tree | b527174906411e248fb64493344c666072fd4391 /readme.txt | |
parent | e606d7a1ce71f47e54e4294f28f1f7cd5561afe1 (diff) | |
download | ChibiOS-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.txt | 6 |
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.
|