summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Cosmeticpatacongo2007-03-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@140 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
* Don't all sched_setparam; call up_prrioritize_rtr directlypatacongo2007-03-241-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@137 42af7a65-404d-4744-a932-0658087f49c3
* Correct errno handlingpatacongo2007-03-243-57/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@136 42af7a65-404d-4744-a932-0658087f49c3
* Added pthread_setschedprio()patacongo2007-03-242-1/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@135 42af7a65-404d-4744-a932-0658087f49c3
* Add new pthread_* APIspatacongo2007-03-2323-92/+1806
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
* Fix memory leakspatacongo2007-03-236-5/+166
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@133 42af7a65-404d-4744-a932-0658087f49c3
* Needs prototype for timer_test()patacongo2007-03-231-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@132 42af7a65-404d-4744-a932-0658087f49c3
* should not include pthread.hpatacongo2007-03-232-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@131 42af7a65-404d-4744-a932-0658087f49c3
* argv parameter should be 'const'patacongo2007-03-233-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@130 42af7a65-404d-4744-a932-0658087f49c3
* limits.h is also a required filepatacongo2007-03-231-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@129 42af7a65-404d-4744-a932-0658087f49c3
* Initial Releasepatacongo2007-03-231-0/+355
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@128 42af7a65-404d-4744-a932-0658087f49c3
* Move to the configs subdirectorypatacongo2007-03-231-164/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@127 42af7a65-404d-4744-a932-0658087f49c3
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-2324-1934/+199
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@126 42af7a65-404d-4744-a932-0658087f49c3
* Initial Releasepatacongo2007-03-2323-0/+2600
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@125 42af7a65-404d-4744-a932-0658087f49c3
* Remove duplicated instructionpatacongo2007-03-231-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@124 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-222-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@123 42af7a65-404d-4744-a932-0658087f49c3
* This platform does not need rrload formatpatacongo2007-03-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@122 42af7a65-404d-4744-a932-0658087f49c3
* update for releasenuttx-2.1patacongo2007-03-223-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@121 42af7a65-404d-4744-a932-0658087f49c3
* Completes initial DM320 bringuppatacongo2007-03-2214-58/+324
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@120 42af7a65-404d-4744-a932-0658087f49c3
* Cosmeticpatacongo2007-03-221-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@119 42af7a65-404d-4744-a932-0658087f49c3
* Simultaneous flushing stdout from several threads corrects the output. That ↵patacongo2007-03-221-6/+1
| | | | | | is a bug, this is a bandaid for now. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@118 42af7a65-404d-4744-a932-0658087f49c3
* Progress with DM320patacongo2007-03-218-56/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@117 42af7a65-404d-4744-a932-0658087f49c3
* timer_gettime was not returning the right value for it_intervalpatacongo2007-03-213-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@116 42af7a65-404d-4744-a932-0658087f49c3
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-219-12/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@115 42af7a65-404d-4744-a932-0658087f49c3
* ioctl should be prototyped in sys/ioctl.hpatacongo2007-03-214-15/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@114 42af7a65-404d-4744-a932-0658087f49c3
* Initial release of the null examplepatacongo2007-03-212-0/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@113 42af7a65-404d-4744-a932-0658087f49c3
* Updatepatacongo2007-03-211-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@112 42af7a65-404d-4744-a932-0658087f49c3
* Added support for POSIX timerspatacongo2007-03-2133-142/+1646
| | | | 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-219-196/+1278
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@110 42af7a65-404d-4744-a932-0658087f49c3
* Changes for the SDCC compilerpatacongo2007-03-204-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@109 42af7a65-404d-4744-a932-0658087f49c3
* Add kill()patacongo2007-03-206-274/+711
| | | | 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-2063-611/+1024
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3
* Follow naming conventionpatacongo2007-03-192-30/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@106 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-194-13/+877
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@105 42af7a65-404d-4744-a932-0658087f49c3
* long and long long have the same problem as integerpatacongo2007-03-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@104 42af7a65-404d-4744-a932-0658087f49c3
* Fix handling of signed decimal valuespatacongo2007-03-191-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@103 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-197-15/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@101 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic typopatacongo2007-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@100 42af7a65-404d-4744-a932-0658087f49c3
* updatesnuttx-1.2patacongo2007-03-192-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@99 42af7a65-404d-4744-a932-0658087f49c3
* Typo in namingpatacongo2007-03-192-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@98 42af7a65-404d-4744-a932-0658087f49c3
* Keep interrupts disabled until we sample errnopatacongo2007-03-191-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@97 42af7a65-404d-4744-a932-0658087f49c3
* Cosmeticpatacongo2007-03-192-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@96 42af7a65-404d-4744-a932-0658087f49c3
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-192-3/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@95 42af7a65-404d-4744-a932-0658087f49c3
* Updatepatacongo2007-03-192-8/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@94 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-191-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@93 42af7a65-404d-4744-a932-0658087f49c3
* Improved commentspatacongo2007-03-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@92 42af7a65-404d-4744-a932-0658087f49c3
* Should call free(), not sched_free() in this contextpatacongo2007-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@91 42af7a65-404d-4744-a932-0658087f49c3