summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=yGregory Nutt2014-02-281-0/+2
* cosmetic changes to README files and commentsGregory Nutt2014-02-271-0/+1
* Fixing bad idempotence definition in C++ header filesGregory Nutt2014-02-272-8/+8
* prtdiff_t: Defined in both stddef and sys/typesGregory Nutt2014-02-251-6/+1
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-231-14/+31
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-221-4/+24
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-2/+2
* Numerous updates to the CC3000 driver from David SidraneGregory Nutt2014-02-185-12/+45
* Use uint16_t vs uint8_t in the message queue structure if the max message siz...Gregory Nutt2014-02-181-0/+4
* 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