summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_vectors.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The ↵Gregory Nutt2013-05-211-10/+10
| | | | NSH configuration is now fully functional on the STM32L-Discovery board.
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
* Fix an compilation error recently introduced into stm32_vectors.Spatacongo2013-03-231-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5780 42af7a65-404d-4744-a932-0658087f49c3
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-8/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-14/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5774 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
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's ↵patacongo2013-02-081-1/+0
| | | | | | common vectors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5623 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5547 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5018 42af7a65-404d-4744-a932-0658087f49c3
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4471 42af7a65-404d-4744-a932-0658087f49c3
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ↵patacongo2012-02-241-17/+65
| | | | | | be functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4420 42af7a65-404d-4744-a932-0658087f49c3
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-2/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4413 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-2/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4144 42af7a65-404d-4744-a932-0658087f49c3
* Working toward clean STM3240xx buildpatacongo2011-11-221-417/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4119 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 interrupt handlerspatacongo2011-11-221-4/+174
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4117 42af7a65-404d-4744-a932-0658087f49c3
* Fix error introduced in last commitpatacongo2011-04-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3481 42af7a65-404d-4744-a932-0658087f49c3
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-9/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3480 42af7a65-404d-4744-a932-0658087f49c3
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-534/+535
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3471 42af7a65-404d-4744-a932-0658087f49c3
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-201-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3119 42af7a65-404d-4744-a932-0658087f49c3
* Fix interrupt stack compilation problempatacongo2010-07-161-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2804 42af7a65-404d-4744-a932-0658087f49c3
* When running from DFU load, need to set NVIC vector addresspatacongo2009-10-131-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2129 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 interrupt vectorspatacongo2009-09-251-0/+531
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2089 42af7a65-404d-4744-a932-0658087f49c3