summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Add logic for system timerpatacongo2007-05-055-102/+329
* Add more register definitionspatacongo2007-05-054-138/+268
* Add A/D register definitionspatacongo2007-05-052-14/+49
* Added serial driverpatacongo2007-05-045-17/+732
* Cosmeticpatacongo2007-05-031-3/+3
* Completes coding of basic interrupt handling logicpatacongo2007-05-035-36/+95
* Added some interrupt definitionspatacongo2007-05-026-96/+321
* Added chip infopatacongo2007-05-012-1/+29
* Low level UART supportpatacongo2007-05-014-35/+371
* Fix several typos.patacongo2007-04-291-17/+8
* Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/ar...patacongo2007-04-2912-611/+139
* Initial lpc214x supportpatacongo2007-04-2910-0/+1256
* Documents new arch/arm directorypatacongo2007-04-281-8/+25
* Common ARM supportpatacongo2007-04-2866-0/+11235
* arch/c5471/include and arch/dm320/include are not identical. This is in prep...patacongo2007-04-268-142/+71
* Initial versionpatacongo2007-04-262-0/+239
* Makesystem changes to better support different SoCspatacongo2007-04-254-4/+4
* Misc changes to good c5471 build on Cygwinpatacongo2007-04-222-2/+2
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-294-1/+46
* updatespatacongo2007-03-271-5/+42
* Board-specific LED logic moved to board-specific directorypatacongo2007-03-271-207/+0
* Move PJRC led support into board-specific logicpatacongo2007-03-272-6/+23
* Remove leftover debug echopatacongo2007-03-271-3/+2
* Add DM320 LED supportpatacongo2007-03-273-3/+34
* Moved to board-specific directorypatacongo2007-03-261-113/+0
* Add a directory to hold board-specific driverspatacongo2007-03-264-8/+21
* Create a place to hold board specific header filespatacongo2007-03-267-345/+38
* Eliminate warningspatacongo2007-03-242-3/+6
* Move to the configs subdirectorypatacongo2007-03-231-164/+0
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-2317-1826/+12
* 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
* Cosmeticpatacongo2007-03-221-3/+1
* Progress with DM320patacongo2007-03-217-12/+9
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-217-9/+42
* Added support for POSIX timerspatacongo2007-03-216-2/+26
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-204-0/+4
* Follow naming conventionpatacongo2007-03-192-30/+30
* updatepatacongo2007-03-191-8/+18
* Fix typospatacongo2007-03-196-6/+6
* Typo in namingpatacongo2007-03-192-5/+5
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-192-3/+33
* Interrupts must be disabled in all low level context switchespatacongo2007-03-193-15/+25
* Cannot use dbg() macro in middle of context switch if output is to console dr...patacongo2007-03-198-23/+28
* Fix typo in namepatacongo2007-03-173-6/+6
* Add special handling for idle task stack dumppatacongo2007-03-171-3/+15
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-174-5/+7
* Added serial console driver for dm320patacongo2007-03-177-13/+804
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-162-767/+351