summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add strerror()patacongo2007-03-177-140/+501
* Added serial console driver for dm320patacongo2007-03-177-13/+804
* Add pthread_equal()patacongo2007-03-161-0/+6
* updatepatacongo2007-03-161-6/+48
* updatepatacongo2007-03-161-1/+8
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-165-768/+1171
* Define 'inline' for SDCC so that code can use the inline storage class if not...patacongo2007-03-161-0/+2
* Remove some defines that belong in limits.hpatacongo2007-03-161-2/+0
* Fix SDCC compilation problemspatacongo2007-03-164-1/+21