summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/stm32
Commit message (Collapse)AuthorAgeFilesLines
* STM32F103C4 and F103C8 chip support from Laurent LatilGregory Nutt2013-05-281-0/+64
|
* Support for STM32L15xx interrupt vectorsGregory Nutt2013-05-183-7/+285
|
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-181-4/+359
|
* Fix typo in the STM32 F IRQ file -- from Paul ZhangGregory Nutt2013-04-171-1/+1
|
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-012-1/+107
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5807 42af7a65-404d-4744-a932-0658087f49c3
* More updates for the STM32F3Discoverypatacongo2013-02-061-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5617 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-063-27/+456
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ↵patacongo2013-01-221-0/+10
| | | | | | ARMv7-M architectures git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5546 42af7a65-404d-4744-a932-0658087f49c3
* NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-2/+36
| | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5323 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F100 High Density support and generic board configuration from Freddie ↵patacongo2012-11-061-53/+147
| | | | | | Chopin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5315 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-021-20/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5297 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the Wildfire STM32 portpatacongo2012-09-091-29/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5121 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5018 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32F100x value line. Contributed by Mike Smith. Still ↵patacongo2012-07-192-4/+113
| | | | | | missing a file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4955 42af7a65-404d-4744-a932-0658087f49c3
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4954 42af7a65-404d-4744-a932-0658087f49c3
* Update all STM32 F2 files so that they are the same as the corresponding F4 ↵patacongo2012-05-281-2/+2
| | | | | | files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4778 42af7a65-404d-4744-a932-0658087f49c3
* Add IRQ/chip support for the STM32 F2 familypatacongo2012-03-093-7/+262
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4470 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 UART4-5 and USART6patacongo2012-01-081-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4281 42af7a65-404d-4744-a932-0658087f49c3
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. ↵patacongo2011-12-171-0/+27
| | | | | | Contributed by Laurent Latil git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of ethernet register definitions for the STM32 F4patacongo2011-12-071-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4145 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 interrupt definitionspatacongo2011-11-224-126/+818
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4116 42af7a65-404d-4744-a932-0658087f49c3
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3471 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-161-1/+0
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
* IRQ numbering fixespatacongo2009-09-261-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2100 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 interrupt vectorspatacongo2009-09-251-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2089 42af7a65-404d-4744-a932-0658087f49c3
* Add start-up logic and irq.h headerpatacongo2009-09-251-0/+233
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2088 42af7a65-404d-4744-a932-0658087f49c3