summaryrefslogtreecommitdiff
path: root/nuttx/arch/dm320/src
Commit message (Expand)AuthorAgeFilesLines
* Makesystem changes to better support different SoCspatacongo2007-04-251-1/+1
* Misc changes to good c5471 build on Cygwinpatacongo2007-04-221-1/+1
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-291-0/+11
* Add DM320 LED supportpatacongo2007-03-273-3/+34
* Create a place to hold board specific header filespatacongo2007-03-262-105/+8
* Eliminate warningspatacongo2007-03-242-3/+6
* Remove duplicated instructionpatacongo2007-03-231-1/+0
* Completes initial DM320 bringuppatacongo2007-03-2214-58/+324
* Progress with DM320patacongo2007-03-214-7/+6
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-214-4/+37
* Fix typospatacongo2007-03-192-2/+2
* Typo in namingpatacongo2007-03-191-1/+1
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-191-2/+17
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-3/+4
* Cannot use dbg() macro in middle of context switch if output is to console dr...patacongo2007-03-194-11/+13
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-171-1/+2
* Added serial console driver for dm320patacongo2007-03-174-9/+742
* Initial versionpatacongo2007-03-1642-0/+5882