summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_vectors.S
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-6/+6
* Every ARM architecture must export g_instackbaseGregory Nutt2014-03-231-1/+2
* Fix a duplicate label introduce in recent commitGregory Nutt2013-12-231-8/+10
* Need to protect state on stack to do nested interrupt handlingGregory Nutt2013-12-231-11/+18
* Fixes a few more high priority, nested interrupt logicGregory Nutt2013-12-231-6/+9
* Finishes coding of ARMv7-M high priority nested interrupt logic. Still undoc...Gregory Nutt2013-12-211-5/+53
* Cosmetic: Changlog and update to commentsGregory Nutt2013-12-201-1/+1
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-3/+3
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-8/+1
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-3/+3
* In KERNEL mode, need to explicitly set the privilege in the CONTROL register ...patacongo2013-03-191-6/+16
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-5/+5
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-7/+74
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-0/+9
* Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-181-71/+30
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add PIC32 SPI driverpatacongo2012-03-071-0/+0
* Fix error introduced in last commitpatacongo2011-04-081-2/+2
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-25/+68
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-351/+351
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-201-6/+7
* misc updatespatacongo2010-11-171-1/+1
* Fix interrupt stack compilation problempatacongo2010-07-161-4/+5
* Add config for 2G Engineering Nucleus LPC1768 boardpatacongo2010-06-051-0/+349