summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_vectors.S
Commit message (Expand)AuthorAgeFilesLines
* 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