summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis/kinetis_vectors.S
Commit message (Collapse)AuthorAgeFilesLines
* fix interruptsJakob Odersky2015-01-131-2/+2
|
* port memorymap and vectors to kinetis k20Jakob Odersky2015-01-131-2/+179
|
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-6/+6
| | | | new CONFIG_BUILD_KERNEL
* 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 ↵Gregory Nutt2013-12-211-5/+53
| | | | undocumented; still not fully tested
* Cosmetic: Changlog and update to commentsGregory Nutt2013-12-201-1/+1
|
* Extend stack debug logic to include IDLE and interrupt stacks. Also color ↵Gregory Nutt2013-11-011-3/+3
| | | | the heap as well. Based on suggestions from David Sidrane
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-8/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ↵patacongo2013-03-141-5/+5
| | | | | | cannot use g_heapbase git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5739 42af7a65-404d-4744-a932-0658087f49c3
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5547 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for Kinetis build with DEBUG onpatacongo2011-08-161-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3885 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of Kinetis pin interrupt/dma logicpatacongo2011-08-141-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3880 42af7a65-404d-4744-a932-0658087f49c3
* Add Kinetis interrupt vectorspatacongo2011-08-121-0/+745
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3873 42af7a65-404d-4744-a932-0658087f49c3