aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-27 16:28:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-27 16:28:46 +0000
commitad24da68724fb0958f9773c8e7f9586e06194d46 (patch)
tree0f9b9fb022325f8ea405c2a395a5d5fb7b98c5e0
parentd9d4938e7bed2b7a9d87ce08269df1f8cd97c23a (diff)
downloadChibiOS-ad24da68724fb0958f9773c8e7f9586e06194d46.tar.gz
ChibiOS-ad24da68724fb0958f9773c8e7f9586e06194d46.tar.bz2
ChibiOS-ad24da68724fb0958f9773c8e7f9586e06194d46.zip
Updated with more info.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8965 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 53632cbcd..03ca4c3e8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -80,6 +80,8 @@
*** Next ***
- ALL: Startup files relicensed under Apache 2.0.
+- ALL: Enhanced GCC .ld files with multiple flash regions and capability to
+ insert additional sections within the standard loading rules.
- VAR: The shell now accepts quoted arguments.
- VAR: Centralized all usual shell commands into a single shell_cmd.c
file. This will allow to update all demos with a single change.