summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.