summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxconsole
Commit message (Expand)AuthorAgeFilesLines
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-2015-3589/+0
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-209-53/+53
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-313-4/+4
* Costmetic: Update TODO list, README files, refreshed configuration, updated c...Gregory Nutt2014-07-301-1/+1
* graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole for the ca...Gregory Nutt2014-07-171-7/+21
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-1/+1
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-101-0/+1
* More trailing whilespace removalGregory Nutt2014-04-139-12/+12
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-2/+2
* NxConsole: Fix typo that caused compile error when CONFIG_NXCONSOLE_BPP is le...Gregory Nutt2013-12-151-1/+1
* Remove executable property from source and make filespatacongo2012-09-133-0/+0
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-201-3/+13
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-205-12/+25
* Add NX kbd input support to NxConsolepatacongo2012-05-206-1/+534
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-075-11/+11
* Add support for backspace and a cursor to NxConsolepatacongo2012-03-315-1/+166
* More fixes for NxConsole driverpatacongo2012-03-305-58/+19
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-307-98/+528
* Can now run an NSH session within an NX windowpatacongo2012-03-297-13/+156
* The NX console appears to be fully functionalpatacongo2012-03-285-59/+81
* NX console updatespatacongo2012-03-281-2/+3
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-281-0/+2
* NFS updatepatacongo2012-03-281-0/+3
* Updaes for NX Consolepatacongo2012-03-271-2/+2
* NX console driver is code complete but untestedpatacongo2012-03-276-11/+414
* Add a test for the NX console devicepatacongo2012-03-272-32/+42
* Add more NX console logicpatacongo2012-03-274-10/+636
* NFS update + another NX console driver filepatacongo2012-03-275-18/+258
* Add beginnings of an NX console driverpatacongo2012-03-267-0/+1012