summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* argv parameter should be 'const'patacongo2007-03-233-8/+8
* limits.h is also a required filepatacongo2007-03-231-1/+2
* Initial Releasepatacongo2007-03-231-0/+355
* Move to the configs subdirectorypatacongo2007-03-231-164/+0
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-2324-1934/+199
* Initial Releasepatacongo2007-03-2323-0/+2600
* Remove duplicated instructionpatacongo2007-03-231-1/+0
* updatepatacongo2007-03-222-2/+4
* This platform does not need rrload formatpatacongo2007-03-221-1/+1
* update for releasenuttx-2.1patacongo2007-03-223-15/+15
* Completes initial DM320 bringuppatacongo2007-03-2214-58/+324
* Cosmeticpatacongo2007-03-221-3/+1
* Simultaneous flushing stdout from several threads corrects the output. That ...patacongo2007-03-221-6/+1
* Progress with DM320patacongo2007-03-218-56/+9
* timer_gettime was not returning the right value for it_intervalpatacongo2007-03-213-1/+4
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-219-12/+64
* ioctl should be prototyped in sys/ioctl.hpatacongo2007-03-214-15/+86
* Initial release of the null examplepatacongo2007-03-212-0/+152
* Updatepatacongo2007-03-211-1/+10
* Added support for POSIX timerspatacongo2007-03-2133-142/+1646
* Add the framework to support POSIX timerspatacongo2007-03-219-196/+1278
* Changes for the SDCC compilerpatacongo2007-03-204-8/+8
* Add kill()patacongo2007-03-206-274/+711
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-2063-611/+1024
* Follow naming conventionpatacongo2007-03-192-30/+30
* updatepatacongo2007-03-194-13/+877
* long and long long have the same problem as integerpatacongo2007-03-191-2/+2
* Fix handling of signed decimal valuespatacongo2007-03-191-3/+3
* Typopatacongo2007-03-191-1/+1
* Fix typospatacongo2007-03-197-15/+18
* Cosmetic typopatacongo2007-03-191-1/+1
* updatesnuttx-1.2patacongo2007-03-192-14/+14
* Typo in namingpatacongo2007-03-192-5/+5
* Keep interrupts disabled until we sample errnopatacongo2007-03-191-1/+8
* Cosmeticpatacongo2007-03-192-2/+8
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-192-3/+33
* Updatepatacongo2007-03-192-8/+28
* updatepatacongo2007-03-191-0/+4
* Improved commentspatacongo2007-03-191-2/+2
* Should call free(), not sched_free() in this contextpatacongo2007-03-191-1/+1
* Reference count field was not being initializedpatacongo2007-03-191-3/+1
* Interrupts must be disabled in all low level context switchespatacongo2007-03-197-17/+58
* Cannot use dbg() macro in middle of context switch if output is to console dr...patacongo2007-03-198-23/+28
* Verified roundrobin testpatacongo2007-03-173-6/+25
* Fix typo in namepatacongo2007-03-173-6/+6
* Add special handling for idle task stack dumppatacongo2007-03-171-3/+15
* Minor test improvementspatacongo2007-03-171-4/+14
* Fix botched conditional compilationpatacongo2007-03-172-3/+3
* Fix another backward memcpypatacongo2007-03-171-1/+1
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-1710-27/+265