summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-26 22:10:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-26 22:10:21 +0000
commitd7eb0482722b4e001035feaef84327cc1ca822ad (patch)
tree944155d15d445099ed9a21737b66dbd8b747eed8 /nuttx/ChangeLog
parent3de35ff4355bf77388437f1b1bf03985740df722 (diff)
downloadpx4-nuttx-d7eb0482722b4e001035feaef84327cc1ca822ad.tar.gz
px4-nuttx-d7eb0482722b4e001035feaef84327cc1ca822ad.tar.bz2
px4-nuttx-d7eb0482722b4e001035feaef84327cc1ca822ad.zip
Add beginnings of an NX console driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4524 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 84828503b..0e53645e7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2596,5 +2596,5 @@
Assis, and Stefan Richter.
* arch/arm/src/lpc17xx: Several fixes for error that have crept in for the LPC17xx
DAC. Contriburted by by Lzzy.
-
-
+ * graphics/nxconsole: Add a character driver that can be used as a console output
+ device for text output (still under development on initial check-in).