summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+4
* Update comments in file headersGregory Nutt2014-02-101-2/+3
* Support for the MIO283QT9A LCD from Toby DuckworthGregory Nutt2014-02-101-0/+150
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-102-2/+8
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-103-1/+104
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-091-0/+19
* Remove EXTERN from prototypeGregory Nutt2014-02-091-3/+3
* Fix bugs in EMACS command line editor, primarily errors in the VT100 commandsGregory Nutt2014-02-021-5/+5
* Improve documentation of naming conventionsGregory Nutt2014-01-251-1/+56
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-3/+3
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-13/+13
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-212-12/+24
* VI: Turn off cursor when updating screen; eliminate some warningsGregory Nutt2014-01-211-1/+10
* Fix formatting of the VT100 escapte sequenceGregory Nutt2014-01-201-1/+11
* ctypes.h: Fix typo in macro name iscontrol->iscntrlGregory Nutt2014-01-181-2/+2
* Some fixes for typos in recent changes to Kconfig filesGregory Nutt2014-01-161-0/+6
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-142-2/+2
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-4/+5
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-142-7/+12
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-133-27/+69
* Add configuration support for TCP Write BufferingGregory Nutt2014-01-131-1/+19
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-132-15/+17
* Add support for the SO_LINGER socket option. Based on logic from Jason Jiang...Gregory Nutt2014-01-132-19/+31
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-131-4/+5
* Forgot to add stpcpy.c in last commitGregory Nutt2014-01-102-5/+17
* Flesh out stddefs.hGregory Nutt2014-01-091-0/+49
* Add stpcpy()Gregory Nutt2014-01-091-30/+32
* Fix some of the SIZE_MAX definitions updated in a recent commitGregory Nutt2014-01-083-18/+24
* Add a quick'n'dirty implementation of C11 threads.hGregory Nutt2014-01-071-0/+316
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-072-4/+23
* Add Z16F NSH configurationGregory Nutt2014-01-011-6/+4
* Make sure that the Z16F build still builds and runsGregory Nutt2014-01-012-2/+2
* The user-mode work queue was not being startedGregory Nutt2013-12-311-12/+10
* NX server needs to be on a kernel thread for the kernel buildGregory Nutt2013-12-301-0/+108
* Fix some minor kernel mose NxWM build issuesGregory Nutt2013-12-301-1/+1
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-291-1/+5
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-291-0/+29
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-291-12/+12
* Minor clean-up of typing from last commitGregory Nutt2013-12-291-3/+2
* Add sem_timedwait to syscallsGregory Nutt2013-12-281-9/+10
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-282-59/+125
* Decoupling NX user interfaces to support NX kernel build (phase 2)Gregory Nutt2013-12-271-0/+4
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-272-0/+693
* Support for Sharp Memory LCD. From LibraeGregory Nutt2013-12-231-0/+130
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-191-1/+1
* /proc task directories can now have sub-directoriesGregory Nutt2013-12-151-3/+3
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-141-1/+44
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-4/+3
* Add nanosleep()Gregory Nutt2013-12-121-20/+25