summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_vectors.S
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-6/+6
* Costmetic: Replace spaces with tabsGregory Nutt2014-04-161-2/+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/+55
* 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-4/+6
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-10/+10
* Support for STM32L15xx interrupt vectorsGregory Nutt2013-05-181-2/+6
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-4/+1
* Fix an compilation error recently introduced into stm32_vectors.Spatacongo2013-03-231-4/+6
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-8/+2
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-14/+23
* 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-1/+0
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-061-0/+4
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-4/+13
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-0/+6
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-4/+8
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-17/+65
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-2/+12
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-2/+13
* Working toward clean STM3240xx buildpatacongo2011-11-221-417/+17
* Add STM3240 interrupt handlerspatacongo2011-11-221-4/+174
* Fix error introduced in last commitpatacongo2011-04-081-2/+2
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-9/+52
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-534/+535
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-201-6/+7
* Fix interrupt stack compilation problempatacongo2010-07-161-4/+5
* When running from DFU load, need to set NVIC vector addresspatacongo2009-10-131-3/+4
* Add STM32 interrupt vectorspatacongo2009-09-251-0/+531