summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2009-02-15Add support for M16C timer interruptpatacongo5-2/+414
2009-02-15Add M16C register dump logicpatacongo7-34/+294
2009-02-15Need to export symbolspatacongo1-0/+12
2009-02-15Add interrupt initialization logicpatacongo2-1/+128
2009-02-14Add M16C interrupt/context switch logicpatacongo8-189/+360
2009-02-14Need separate limits.h files to support M16Climits.hpatacongo2-0/+154
2009-02-14Add task register intialization logicpatacongo12-66/+329
2009-02-13Fix assembly errorspatacongo1-271/+85
2009-02-13Move vectors to a separate file (more needed)patacongo2-2/+292
2009-02-12Fix some assembly errors (some still exist)patacongo1-23/+29
2009-02-12signal deliver is specific to SoCpatacongo6-10/+366
2009-02-09Adding M16C supportpatacongo10-189/+297
2009-02-08M16C chip supportpatacongo4-0/+681
2009-02-08Add M16C infopatacongo1-5/+145
2009-02-07Renesas M16C supportpatacongo3-30/+89
2009-02-07Renesas M16C Supportpatacongo3-0/+186
2008-11-13Change configuration namepatacongo2-5/+5
2008-11-13Fix some hanlding of TIE and RIE interruptpatacongo1-27/+34
2008-11-13Need to clear TDRE after receiving bytepatacongo1-38/+29
2008-11-13Signal save fields should not be available if there are no signalspatacongo1-1/+1
2008-11-13No need to restore r8-r14 on return from int if no context switchpatacongo1-5/+16
2008-11-12cosmeticpatacongo1-1/+1
2008-11-12Fix several errors, mostly related to interrupt setuppatacongo1-49/+140
2008-11-12Fix error in prioritization logicpatacongo1-2/+2
2008-11-11Fixes for clean compilepatacongo1-64/+27
2008-11-11Fix typos (O instead of 0)patacongo1-2/+2
2008-11-11Fix user context savepatacongo1-13/+16
2008-11-11Correct conditional expressionpatacongo1-1/+3
2008-11-11cosmeticpatacongo3-5/+5
2008-11-11HAVE_CONSOLE was not being definedpatacongo1-4/+3
2008-11-11Fix showprogress macro (still ARM assembly)patacongo1-3/+1
2008-11-11Typos in commentspatacongo1-2/+2
2008-11-11Don't waste vector slots if features disabledpatacongo1-109/+170
2008-11-11Fix problems when debug enabledpatacongo1-2/+1
2008-11-11Fix register dump logicpatacongo1-11/+16
2008-11-11Fix several context switching bugspatacongo3-98/+210
2008-11-10Fix SCI selection conditional logicpatacongo1-9/+55
2008-11-09Fix section namepatacongo1-1/+1
2008-11-09Implement interrupt vectorspatacongo4-205/+485
2008-11-09Implement interrupt priority logicpatacongo1-3/+186
2008-11-09Support enable/disable of devices to reduce sizepatacongo2-6/+32
2008-11-09Add SH-1 system timer setuppatacongo3-10/+175
2008-11-08Correct irqsave/restore logicpatacongo1-40/+23
2008-11-08Fix prototype problempatacongo2-2/+2
2008-11-08Add up_saveusercontextpatacongo2-1/+124
2008-11-08Add interrupt stackpatacongo2-7/+73
2008-11-08Enhanced context switch performancepatacongo4-4/+4
2008-11-08Initial vector handling logicpatacongo7-33/+315
2008-11-07reconcile architectures w/o interrupt controllerspatacongo6-61/+17
2008-11-07Basic SCI supportpatacongo7-159/+1111