summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-11 00:32:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-11 00:32:53 +0000
commit24af177eb1a3e7036f8a3ee5342970ddeb151124 (patch)
treecb21dffb332218477b6ad468053c61df6b9d8830 /nuttx/ChangeLog
parentd52c77f6349fdb61f27818e2f85a217509f949ce (diff)
downloadnuttx-24af177eb1a3e7036f8a3ee5342970ddeb151124.tar.gz
nuttx-24af177eb1a3e7036f8a3ee5342970ddeb151124.tar.bz2
nuttx-24af177eb1a3e7036f8a3ee5342970ddeb151124.zip
Add a RAM-based logging device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4379 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a5856e50f..1de3de5f0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2450,4 +2450,7 @@
* fs/fat/fs_fatfs.c: Fix and error in the FAT statfs() implementation that
was causing some block counts to be reported incorrectly (reported by
David Sidrane).
+ * drivers/ramlog.c: Add a character driver that can substitute
+ for /dev/console and or be used for logging debug output when there
+ is no serial port available (such as when a telnet console is used).