summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 15:11:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 15:11:26 +0000
commit33750aac935ce4f0f9c2e44ab1e43cd196c95ce9 (patch)
treea1ae161c2388d2d02a0ff95f1ec26a92082cbcd7 /nuttx/ChangeLog
parenteb82956af4b42337b8b2baced2d3931769771ebd (diff)
downloadnuttx-33750aac935ce4f0f9c2e44ab1e43cd196c95ce9.tar.gz
nuttx-33750aac935ce4f0f9c2e44ab1e43cd196c95ce9.tar.bz2
nuttx-33750aac935ce4f0f9c2e44ab1e43cd196c95ce9.zip
Allow each NSH command to be disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1234 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 110119ca0..56647921f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -547,3 +547,7 @@
This is the size of stack used with the user_start() thread is created. The two stacks
no longer have to be the same.
* Add a loop device that converts a file into a block device.
+ * Each NSH command can not be disabled through a configuration setting. All of these
+ settings make the configuration of NSH potentially complex but also allow it to squeeze
+ into very small memory footprints.
+