summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis/kinetis_vectors.S
Commit message (Expand)AuthorAgeFilesLines
* Port of basic functionalities to Kinetis K20 familykinetis-k20/nuttx_next-oldJakob Odersky2015-02-281-2/+179
* 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-5/+8
* 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 kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-16/+91
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-8/+3
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-5/+5
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-0/+9
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Fixed for Kinetis build with DEBUG onpatacongo2011-08-161-4/+0
* Add beginning of Kinetis pin interrupt/dma logicpatacongo2011-08-141-0/+0
* Add Kinetis interrupt vectorspatacongo2011-08-121-0/+745