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
This commit is contained in:
patacongo
2012-03-26 22:10:21 +00:00
parent 1fbe5f3ecf
commit 5cdcf13351
13 changed files with 1215 additions and 36 deletions
+2 -2
View File
@@ -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).