summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* driver private data should be retained in inode, not filepatacongo2007-05-121-32/+33
* simulated block device now contains a VFAT formated disk imagepatacongo2007-05-124-10/+400
* Reflect changes due to fs structurespatacongo2007-05-091-2/+2
* Reflect changes to fs structurespatacongo2007-05-091-2/+2
* Add simulated block devicepatacongo2007-05-095-4/+208
* 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