aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-20 14:39:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-20 14:39:27 +0000
commit54b63fd3bb931702581eca0ffb1d470923046c81 (patch)
tree3163dcb5ab4d62c488e317060a11ac789748f442
parent22a386b4540b2e5fd4249887e26fdd78a73b692c (diff)
downloadChibiOS-54b63fd3bb931702581eca0ffb1d470923046c81.tar.gz
ChibiOS-54b63fd3bb931702581eca0ffb1d470923046c81.tar.bz2
ChibiOS-54b63fd3bb931702581eca0ffb1d470923046c81.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8915 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 230488a8a..81b0f1ec4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,8 +76,12 @@
*****************************************************************************
*** Next ***
-- VAR: Centralized all usual shell commands into a single shell_cmd.c file.
- 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.
+ Each single command can be disabled using preprocessor switches.
+ Shell files are now located under ./os/various/shell and have a
+ dedicated shell.mk file.
- ALL: Reorganized source tree, now ports are shared between RT and NIL.
- RT: Merged RT4.
- NIL: Merged NIL2.