summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_irq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+2
* LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR regis...Gregory Nutt2014-04-171-16/+35
* Fix error in last ARMv7-M up_disable_irq checkinGregory Nutt2014-01-151-18/+23
* Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing not...Gregory Nutt2014-01-151-8/+33
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-7/+6
* 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-22/+15
* 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
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-181-1/+3
* Add LPC43 interrrupt control logicpatacongo2012-07-041-6/+0
* Add PIC32 SPI driverpatacongo2012-03-071-0/+0
* Fix some LPC17xx GPIO/button interrupt logicpatacongo2011-12-311-3/+3
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-2/+2
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-1/+1
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-12/+15
* Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo2011-03-241-1/+1
* Add beginning of m9s12x GPIO supportpatacongo2011-02-251-2/+1
* Add logic to clear pending EMAC interruptspatacongo2010-11-181-27/+3
* misc updatespatacongo2010-11-171-0/+28
* Correct IRQ handling, calibrate delay loopspatacongo2010-06-231-3/+3
* Add interrupt control logicpatacongo2010-06-061-0/+471