summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1
Commit message (Expand)AuthorAgeFilesLines
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1313-487/+487
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* More Kconfig stuffpatacongo2012-04-171-0/+7
* Kconfig updatepatacongo2012-04-161-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-12/+12
* Add kernel mode hooks and reminders for other architecturespatacongo2011-04-081-0/+20
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-062-4/+4
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-272-21/+17
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1611-93/+98
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2
* Add option to copy to RAMpatacongo2009-04-081-4/+4
* cosmetic renamingpatacongo2009-02-181-3/+3
* Add support for boards with no serial portspatacongo2009-02-182-10/+10
* Complete coding of M16C portpatacongo2009-02-171-0/+8
* Add M16C register dump logicpatacongo2009-02-151-7/+1
* Add M16C interrupt/context switch logicpatacongo2009-02-141-1/+1
* Add task register intialization logicpatacongo2009-02-142-2/+79
* signal deliver is specific to SoCpatacongo2009-02-123-5/+347
* Adding M16C supportpatacongo2009-02-093-1/+351
* Change configuration namepatacongo2008-11-131-4/+4
* Fix some hanlding of TIE and RIE interruptpatacongo2008-11-131-27/+34
* Need to clear TDRE after receiving bytepatacongo2008-11-131-38/+29
* 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-112-4/+4
* 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
* Fix several context switching bugspatacongo2008-11-112-74/+180
* Fix SCI selection conditional logicpatacongo2008-11-101-9/+55
* Fix section namepatacongo2008-11-091-1/+1
* Implement interrupt vectorspatacongo2008-11-093-101/+365
* 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-092-9/+174
* Add up_saveusercontextpatacongo2008-11-082-1/+124
* Add interrupt stackpatacongo2008-11-081-6/+61
* Initial vector handling logicpatacongo2008-11-085-8/+275
* reconcile architectures w/o interrupt controllerspatacongo2008-11-074-59/+11
* Basic SCI supportpatacongo2008-11-075-56/+1002
* SH703x register definitionspatacongo2008-11-061-0/+396