summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/common/up_doirq.c
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-091-14/+0
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-1/+1
* SH: Move address environment switch from the task switchers to the interrupt ...Gregory Nutt2014-08-281-36/+56
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* Mostly costmetic updatespatacongo2012-12-231-0/+9
* Email address change in nuttx/patacongo2012-09-131-1/+1
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-3/+9
* M16C build with stdint.hpatacongo2009-12-171-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-4/+7
* Fix prototype problempatacongo2008-11-081-1/+1
* Add interrupt stackpatacongo2008-11-081-1/+12
* reconcile architectures w/o interrupt controllerspatacongo2008-11-071-1/+1
* Port ARM common files to SH-1patacongo2008-11-061-0/+104