summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 03:07:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-14 03:07:54 +0000
commitf80559d5d2f7ddd8da451ade9729214e8a0cb699 (patch)
treeebfb7919e9920dad82182ccfe2097c5574a05914 /nuttx/ChangeLog
parentfb1527fc147f7db3601c3cb873719cfbd143f1ca (diff)
downloadnuttx-f80559d5d2f7ddd8da451ade9729214e8a0cb699.tar.gz
nuttx-f80559d5d2f7ddd8da451ade9729214e8a0cb699.tar.bz2
nuttx-f80559d5d2f7ddd8da451ade9729214e8a0cb699.zip
Add loop device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1231 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 225347254..110119ca0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -546,4 +546,4 @@
only controls the size of the stack for the IDLE thread. Added CONFIG_USERMAIN_STACKSIZE:
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.