summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added CONFIG_USERMAIN_STACKSIZEpatacongo2008-11-1339-43/+303
* Change configuration namepatacongo2008-11-1347-94/+94
* Update SH-1 statuspatacongo2008-11-134-7/+150
* Fix some hanlding of TIE and RIE interruptpatacongo2008-11-131-27/+34
* Fix commentspatacongo2008-11-132-14/+14
* Some structure elements should be marked volatilepatacongo2008-11-131-22/+16
* Typo in commentspatacongo2008-11-131-1/+1
* updated commentspatacongo2008-11-131-1/+9
* 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
* updatedpatacongo2008-11-131-61/+67
* Serial loopback testpatacongo2008-11-132-0/+167
* Add comments; note potential bugpatacongo2008-11-131-0/+14
* updatepatacongo2008-11-131-1/+9
* 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
* Add support for H8/300patacongo2008-11-123-1/+120
* updatepatacongo2008-11-112-3/+5
* Fixes for clean compilepatacongo2008-11-111-64/+27
* Fix typos (O instead of 0)patacongo2008-11-111-2/+2
* Bad importpatacongo2008-11-114-796/+0
* NSH configuration for SH-1patacongo2008-11-118-0/+1592
* Fix user context savepatacongo2008-11-111-13/+16
* Console is on SCI1 not SCI0patacongo2008-11-111-4/+4
* Correct conditional expressionpatacongo2008-11-111-1/+3
* updatepatacongo2008-11-111-2/+21
* Board has 20MHz crystal, not 10patacongo2008-11-111-1/+1
* 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 some bugs; add some featurespatacongo2008-11-111-44/+176
* Fix bad linkpatacongo2008-11-111-6/+2
* Get LOOPSPERMSEC a little closer to the actual valuepatacongo2008-11-111-1/+1
* Need to ignore a few filespatacongo2008-11-110-0/+0
* Fix several context switching bugspatacongo2008-11-113-98/+210
* Eliminate warningspatacongo2008-11-103-1/+6
* Fix typo in pathpatacongo2008-11-101-1/+1
* Make ostest smaller so that it fits in the tiny 64Kb memorypatacongo2008-11-101-44/+21
* Syntax error when field width not supportedpatacongo2008-11-101-1/+6
* Make use of FAR consistent in stdio.hpatacongo2008-11-1042-577/+626
* Eliminate warningpatacongo2008-11-101-1/+1
* Fix SCI selection conditional logicpatacongo2008-11-101-9/+55
* Fix section namepatacongo2008-11-091-1/+1
* Implement interrupt vectorspatacongo2008-11-094-205/+485