summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 8051 integrationpatacongo2007-03-1319-156/+722
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-119-353/+628
* Fixed 8051 printf bugpatacongo2007-03-1110-26/+120
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-1131-291/+729
* Updatedpatacongo2007-03-101-3/+6
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-1014-38/+954
* Initial versionpatacongo2007-03-102-0/+169
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-1011-26/+435
* Updatedpatacongo2007-03-091-18/+83
* C5471 documentationpatacongo2007-03-091-0/+164
* Finished C5471 Integrationnuttx-1.0patacongo2007-03-098-61/+75