summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
Commit message (Expand)AuthorAgeFilesLines
* Update some Documentation and comments associated with the last ioctl changeGregory Nutt2014-11-291-2/+6
* Binfmt no longer depends on a fixed sized argv[] listGregory Nutt2014-11-121-2/+1
* Add tmpnam() and tempnam()Gregory Nutt2014-11-051-15/+30
* Update user guide to include asynchronous I/OGregory Nutt2014-10-041-16/+42
* Update user guideGregory Nutt2014-10-041-5/+14
* Add platform-specific interfaces needed to support the shared memory featureGregory Nutt2014-09-231-3/+0
* Flesh out shmctl() logicGregory Nutt2014-09-231-10/+19
* Add shared memory initializatin logicGregory Nutt2014-09-231-5/+11
* Add the build framework and skeleton files for the shared memory feature (no ...Gregory Nutt2014-09-221-21/+323
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-476/+247
* 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