summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in some documentsGregory Nutt2014-02-081-4/+4
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-1/+2
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-302/+302
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-051-7/+19
* Documentation now expects autogenerated configuration variable documenation a...Gregory Nutt2013-04-221-2/+2
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-63/+125
* Changed needed to fix issues with task_restart()patacongo2013-02-061-1/+1
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-061-12/+47
* Rename _TCB to struct tcb_spatacongo2013-02-041-4/+4
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-9/+219
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-15/+113
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-12/+169
* Documentation updatepatacongo2013-01-111-54/+694
* Documentation updatepatacongo2013-01-081-1/+128
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-1/+14
* Documentation updatepatacongo2013-01-081-1/+38
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-1/+1
* Implement pause()patacongo2012-11-211-2/+38
* Documentation updatepatacongo2012-10-301-698/+719
* Add documentation for the binary loaderpatacongo2012-10-301-2/+4
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-7/+264
* Fix atexit() function being called twicepatacongo2012-04-231-0/+6
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-4/+4
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-1/+1
* Fix banding on the R61580 LCDpatacongo2011-12-051-42/+67
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-4/+7
* Add sem_timedwait()patacongo2011-07-191-281/+351
* Complets ram mapping logicpatacongo2011-05-081-46/+152
* Add strnlen()patacongo2010-10-271-0/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-23/+23
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-17/+16
* Document string operationspatacongo2009-07-181-58/+126
* Add gmtime and localtimepatacongo2009-07-121-19/+67
* Add gettimeofday()patacongo2009-07-111-0/+28
* Add reference to NXFLAT interfacepatacongo2009-07-111-1/+6
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-3/+3
* updatepatacongo2009-05-221-3/+6
* fix typospatacongo2009-05-091-56/+56
* Finishes initial verification of priority inheritance logicpatacongo2009-03-141-3/+75
* Add support for priority inheritancepatacongo2009-03-081-4/+6
* Add support for TCP/IP connection backlogpatacongo2008-11-201-0/+8
* Add entries to indexpatacongo2008-11-191-2/+5
* Add configuration settings necessary to use poll()patacongo2008-11-191-0/+19
* Add poll() and select()patacongo2008-11-181-10/+115
* Poll API may be disabledpatacongo2008-11-161-1/+1
* Added mmap()/XIP test to ROMFS testpatacongo2008-09-121-88/+380