summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
Commit message (Collapse)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
| | | | logic yet provided)
* wdog.h does not contain any application interface, only internal OS ↵Gregory Nutt2014-08-211-476/+247
| | | | interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
* Fix some typos in some documentsGregory Nutt2014-02-081-4/+4
|
* Change how TCP read-ahead is selected to better integrate with TCP write ↵Gregory Nutt2014-01-131-1/+2
| | | | buffering
* LM: Don't initialize .data if running in SRAM. Global missing intialize ↵Gregory Nutt2013-12-051-1/+1
| | | | type. SAMA5 NAND: Fix for read nand in smaller chunks
* 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 ↵Gregory Nutt2013-06-051-7/+19
| | | | documentation updates
* Documentation now expects autogenerated configuration variable documenation ↵Gregory Nutt2013-04-221-2/+2
| | | | at Documentation/NuttXConfigVariables.html
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-63/+125
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5652 42af7a65-404d-4744-a932-0658087f49c3
* Changed needed to fix issues with task_restart()patacongo2013-02-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5615 42af7a65-404d-4744-a932-0658087f49c3
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-061-12/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5614 42af7a65-404d-4744-a932-0658087f49c3
* Rename _TCB to struct tcb_spatacongo2013-02-041-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ↵patacongo2013-02-021-9/+219
| | | | | | types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-15/+113
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-12/+169
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2013-01-111-54/+694
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5512 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2013-01-081-1/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5493 42af7a65-404d-4744-a932-0658087f49c3
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-1/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2013-01-081-1/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5491 42af7a65-404d-4744-a932-0658087f49c3
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
* Implement pause()patacongo2012-11-211-2/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5376 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2012-10-301-698/+719
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5279 42af7a65-404d-4744-a932-0658087f49c3
* Add documentation for the binary loaderpatacongo2012-10-301-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5278 42af7a65-404d-4744-a932-0658087f49c3
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-7/+264
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4995 42af7a65-404d-4744-a932-0658087f49c3
* Fix atexit() function being called twicepatacongo2012-04-231-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3
* Updated comments; starting to implement priority protection but backed ↵patacongo2012-03-231-2/+2
| | | | | | everything out but some changes to comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4510 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ↵patacongo2012-01-311-1/+1
| | | | | | some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
* Fix banding on the R61580 LCDpatacongo2011-12-051-42/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4136 42af7a65-404d-4744-a932-0658087f49c3
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3
* Add sem_timedwait()patacongo2011-07-191-281/+351
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3
* Complets ram mapping logicpatacongo2011-05-081-46/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3578 42af7a65-404d-4744-a932-0658087f49c3
* Add strnlen()patacongo2010-10-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-161-23/+23
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2360 42af7a65-404d-4744-a932-0658087f49c3
* types blkcnt_t and off_t should not depend on memory model; Remove ↵patacongo2009-12-131-17/+16
| | | | | | non-standard type STATUS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2330 42af7a65-404d-4744-a932-0658087f49c3
* Document string operationspatacongo2009-07-181-58/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1992 42af7a65-404d-4744-a932-0658087f49c3
* Add gmtime and localtimepatacongo2009-07-121-19/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1976 42af7a65-404d-4744-a932-0658087f49c3
* Add gettimeofday()patacongo2009-07-111-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1974 42af7a65-404d-4744-a932-0658087f49c3
* Add reference to NXFLAT interfacepatacongo2009-07-111-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1971 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3