summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis/kinetis_irq.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Fix an error introduced in the last commitGregory Nutt2014-04-191-0/+1
* LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR regis...Gregory Nutt2014-04-171-41/+35
* Fix error in last ARMv7-M up_disable_irq checkinGregory Nutt2014-01-151-17/+22
* Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing not...Gregory Nutt2014-01-151-12/+39
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-6/+3
* Beginning of high priority nested interrupt support for the ARMv7-M familyGregory Nutt2013-12-211-6/+0
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-031-30/+22
* Remove up_assert_codeGregory Nutt2013-04-251-6/+6
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-0/+9
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-221-16/+16
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-2/+1
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-221-2/+41
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add LPC43 interrrupt control logicpatacongo2012-07-041-6/+0
* Add beginning of Kinetis pin interrupt/dma logicpatacongo2011-08-141-18/+2
* Add Kinetis startup logicpatacongo2011-08-121-0/+533