summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-15 00:18:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-15 00:18:23 +0000
commit6df7222ff007f654e71a4e9e26ba71362e55ce07 (patch)
tree443991d099cb8aa7009c363b8e91d196f403a99b /nuttx/ChangeLog
parentb7ef3ca8e3f70e65c915092343c9aa4e2ccedc5d (diff)
downloadpx4-nuttx-6df7222ff007f654e71a4e9e26ba71362e55ce07.tar.gz
px4-nuttx-6df7222ff007f654e71a4e9e26ba71362e55ce07.tar.bz2
px4-nuttx-6df7222ff007f654e71a4e9e26ba71362e55ce07.zip
Add Block-to-character device driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1237 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 56647921f..29405d9f6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -550,4 +550,6 @@
* 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.
+ * Added a block to character (BCH) driver. This is kind of the reverse of the loop
+ device; it allows you access a block device like a character device.