summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Standardize framebuffer APIspatacongo2008-11-282-37/+67
* Added nxglib.hpatacongo2008-11-261-1/+2
* Add DM320 framebuffer driverpatacongo2008-11-264-10/+1566
* Distinguish differenc RGB16 typespatacongo2008-11-251-2/+2
* Added framebuffer interfacepatacongo2008-11-232-1/+355
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-2/+4
* Revert part of last changepatacongo2008-11-191-2/+2
* Implement poll/select for socketspatacongo2008-11-181-2/+2
* Needs conditional compilation for POLL disabledpatacongo2008-11-171-0/+2
* Add poll method to serial driverspatacongo2008-11-171-2/+12
* Register /dev/zero toopatacongo2008-11-151-0/+1
* Change configuration namepatacongo2008-11-1310-23/+23
* Fix some hanlding of TIE and RIE interruptpatacongo2008-11-131-27/+34
* Need to clear TDRE after receiving bytepatacongo2008-11-131-38/+29
* Signal save fields should not be available if there are no signalspatacongo2008-11-132-2/+2
* No need to restore r8-r14 on return from int if no context switchpatacongo2008-11-131-5/+16
* cosmeticpatacongo2008-11-121-1/+1
* Fix several errors, mostly related to interrupt setuppatacongo2008-11-121-49/+140
* Fix error in prioritization logicpatacongo2008-11-121-2/+2
* Fixes for clean compilepatacongo2008-11-111-64/+27
* Fix typos (O instead of 0)patacongo2008-11-111-2/+2
* Fix user context savepatacongo2008-11-111-13/+16
* Correct conditional expressionpatacongo2008-11-111-1/+3
* cosmeticpatacongo2008-11-113-5/+5
* HAVE_CONSOLE was not being definedpatacongo2008-11-111-4/+3
* Fix showprogress macro (still ARM assembly)patacongo2008-11-111-3/+1
* Typos in commentspatacongo2008-11-111-2/+2
* Don't waste vector slots if features disabledpatacongo2008-11-111-109/+170
* Fix problems when debug enabledpatacongo2008-11-112-4/+2
* Fix register dump logicpatacongo2008-11-111-11/+16
* Fix several context switching bugspatacongo2008-11-113-98/+210
* Fix SCI selection conditional logicpatacongo2008-11-101-9/+55
* Fix section namepatacongo2008-11-091-1/+1
* Implement interrupt vectorspatacongo2008-11-094-205/+485
* Implement interrupt priority logicpatacongo2008-11-091-3/+186
* Support enable/disable of devices to reduce sizepatacongo2008-11-092-6/+32
* Add SH-1 system timer setuppatacongo2008-11-093-10/+175
* Correct irqsave/restore logicpatacongo2008-11-081-40/+23
* Fix prototype problempatacongo2008-11-082-2/+2
* Add up_saveusercontextpatacongo2008-11-082-1/+124
* Add interrupt stackpatacongo2008-11-082-7/+73
* Enhanced context switch performancepatacongo2008-11-084-4/+4
* Initial vector handling logicpatacongo2008-11-087-33/+315
* typo in variable namepatacongo2008-11-071-1/+1
* Make sure z16f still buildspatacongo2008-11-071-0/+14
* reconcile architectures w/o interrupt controllerspatacongo2008-11-079-66/+20
* Basic SCI supportpatacongo2008-11-077-159/+1111
* Handle no console casepatacongo2008-11-071-0/+6
* updatepatacongo2008-11-071-8/+25
* SH703x register definitionspatacongo2008-11-061-0/+396