summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bad memcpy!patacongo2007-03-161-1/+1
* Bug fix: Cannot call free from null task (it might need to wait). Call sche...patacongo2007-03-161-1/+1
* Initial versionpatacongo2007-03-1650-0/+6840
* updatepatacongo2007-03-161-0/+2
* Add C5471 watchdog driverpatacongo2007-03-165-1/+461
* updatepatacongo2007-03-151-0/+0
* Documentation updatepatacongo2007-03-154-46/+251
* Add 'ls' command to nshpatacongo2007-03-146-23/+98
* Added opendir, readdir, closedir, etc.patacongo2007-03-1425-388/+1847
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-1419-93/+570
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-1318-139/+333