summaryrefslogtreecommitdiff
path: root/nuttx/arch/dm320
Commit message (Expand)AuthorAgeFilesLines
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-57/+30
* UART config is untestedpatacongo2008-01-282-7/+7
* Basic Z16F serial driver functionalitypatacongo2008-01-281-1/+1
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-261-84/+136
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+5
* Fix timeslice calculationpatacongo2007-08-261-2/+3
* Fix timeslice calculationpatacongo2007-05-201-1/+1
* arch/c5471/include and arch/dm320/include are not identical. This is in prep...patacongo2007-04-264-66/+16
* Initial versionpatacongo2007-04-261-0/+134
* 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
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-234-448/+0
* Remove duplicated instructionpatacongo2007-03-231-1/+0
* This platform does not need rrload formatpatacongo2007-03-221-1/+1
* Completes initial DM320 bringuppatacongo2007-03-2214-58/+324
* Progress with DM320patacongo2007-03-216-11/+9
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-215-7/+40
* Added support for POSIX timerspatacongo2007-03-212-1/+7
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-0/+1
* Fix typospatacongo2007-03-192-2/+2
* Typo in namingpatacongo2007-03-192-5/+5
* 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-176-12/+803
* Initial versionpatacongo2007-03-1650-0/+6840