aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-20 14:32:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-20 14:32:35 +0000
commit22a386b4540b2e5fd4249887e26fdd78a73b692c (patch)
tree23f2d67abd32f3a9fb2e7be05d66e1e88cc809c8 /readme.txt
parent27e1398be3821f814aee4eaf7627b2d8fb5c4934 (diff)
downloadChibiOS-22a386b4540b2e5fd4249887e26fdd78a73b692c.tar.gz
ChibiOS-22a386b4540b2e5fd4249887e26fdd78a73b692c.tar.bz2
ChibiOS-22a386b4540b2e5fd4249887e26fdd78a73b692c.zip
Shell enhancements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8914 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 8de727a7a..230488a8a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,8 @@
*****************************************************************************
*** Next ***
+- VAR: Centralized all usual shell commands into a single shell_cmd.c file.
+- VAR: The shell now accepts quoted arguments.
- ALL: Reorganized source tree, now ports are shared between RT and NIL.
- RT: Merged RT4.
- NIL: Merged NIL2.