summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Collapse)AuthorAgeFilesLines
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-291-5/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@166 42af7a65-404d-4744-a932-0658087f49c3
* Add pthread_setschedprio() prototypepatacongo2007-03-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@139 42af7a65-404d-4744-a932-0658087f49c3
* Add SCHED_SPORADIC (even though we don't use it)patacongo2007-03-241-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@138 42af7a65-404d-4744-a932-0658087f49c3
* Add new pthread_* APIspatacongo2007-03-232-14/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
* argv parameter should be 'const'patacongo2007-03-231-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@130 42af7a65-404d-4744-a932-0658087f49c3
* ioctl should be prototyped in sys/ioctl.hpatacongo2007-03-212-1/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@114 42af7a65-404d-4744-a932-0658087f49c3
* Added support for POSIX timerspatacongo2007-03-213-25/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@111 42af7a65-404d-4744-a932-0658087f49c3
* Add the framework to support POSIX timerspatacongo2007-03-211-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@110 42af7a65-404d-4744-a932-0658087f49c3
* Add kill()patacongo2007-03-201-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@108 42af7a65-404d-4744-a932-0658087f49c3
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-2013-543/+942
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3
* Typopatacongo2007-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@102 42af7a65-404d-4744-a932-0658087f49c3
* Fix typospatacongo2007-03-191-9/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@101 42af7a65-404d-4744-a932-0658087f49c3
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@89 42af7a65-404d-4744-a932-0658087f49c3
* Fix botched conditional compilationpatacongo2007-03-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@83 42af7a65-404d-4744-a932-0658087f49c3
* Add strerror()patacongo2007-03-172-137/+260
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@80 42af7a65-404d-4744-a932-0658087f49c3
* Add pthread_equal()patacongo2007-03-161-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@78 42af7a65-404d-4744-a932-0658087f49c3
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-161-0/+241
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@75 42af7a65-404d-4744-a932-0658087f49c3
* Define 'inline' for SDCC so that code can use the inline storage class if ↵patacongo2007-03-161-0/+2
| | | | | | not supported git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@74 42af7a65-404d-4744-a932-0658087f49c3
* Remove some defines that belong in limits.hpatacongo2007-03-161-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@73 42af7a65-404d-4744-a932-0658087f49c3
* Add 'ls' command to nshpatacongo2007-03-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@63 42af7a65-404d-4744-a932-0658087f49c3
* Added opendir, readdir, closedir, etc.patacongo2007-03-143-46/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@62 42af7a65-404d-4744-a932-0658087f49c3
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-112-22/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-103-0/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@54 42af7a65-404d-4744-a932-0658087f49c3
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-102-16/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@51 42af7a65-404d-4744-a932-0658087f49c3
* Debug instrumentationpatacongo2007-03-092-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@47 42af7a65-404d-4744-a932-0658087f49c3
* Re-design vsprintf so that it does not use so much stack; handle 8051's ↵patacongo2007-03-051-0/+18
| | | | | | 2-byte generic pointers. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@38 42af7a65-404d-4744-a932-0658087f49c3
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@35 42af7a65-404d-4744-a932-0658087f49c3
* Code complete for 8051 (not tested)patacongo2007-03-024-9/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@29 42af7a65-404d-4744-a932-0658087f49c3
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-013-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@26 42af7a65-404d-4744-a932-0658087f49c3
* Still working toward clean 8051 linkpatacongo2007-02-282-4/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@25 42af7a65-404d-4744-a932-0658087f49c3
* Finally, a clean SDCC compilepatacongo2007-02-2720-190/+308
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward clean SDCC compilationpatacongo2007-02-219-43/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@18 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating SDCC compilation errorspatacongo2007-02-213-6/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@17 42af7a65-404d-4744-a932-0658087f49c3
* Working toward compiler independence: Removed inline funcspatacongo2007-02-203-34/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@15 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating GCC dependenciespatacongo2007-02-2011-83/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3
* Add support for non-GCC compilerpatacongo2007-02-201-4/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@12 42af7a65-404d-4744-a932-0658087f49c3
* SDCC detected bugspatacongo2007-02-201-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@11 42af7a65-404d-4744-a932-0658087f49c3
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@9 42af7a65-404d-4744-a932-0658087f49c3
* NuttX RTOSpatacongo2007-02-1725-0/+3813
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3 42af7a65-404d-4744-a932-0658087f49c3