Konstantin Berezenko
|
3fc7b6f0e5
|
Add stm32f105r support
|
2016-06-06 12:52:41 -07:00 |
|
Paul A. Patience
|
099990f3da
|
STM32: Add support for STM32F46xxx
|
2016-03-01 12:18:07 -05:00 |
|
David Sidrane
|
778c630c6b
|
Add support for the STM32446. From David Sidrane
|
2015-07-22 07:26:53 -06:00 |
|
Gregory Nutt
|
abbfbb0716
|
STM32: Move STM32F42xxx vector definitions out of stm32f40xxx_vector.h into their own stm32f42xxx_vector.h header file
|
2015-07-15 13:02:55 -06:00 |
|
Gregory Nutt
|
987c010c1f
|
STM32: Move STM32F42xxx DMA definitions out of stm32f40xxx_dma.h into their own stm32f42xxx_dma.h header file
|
2015-07-15 12:38:33 -06:00 |
|
Gregory Nutt
|
1d7789caa6
|
STM32: Move STM32F42xxx pinmap definitions out of stm32f40xxx_pinmap.h into their own stm32f42xxx pinmap.h header file
|
2015-07-15 12:28:45 -06:00 |
|
Gregory Nutt
|
33ac85adcb
|
Adds architecture support for the STM32F372 and F373 (no board support yet). Only tested on STM32F373CC, but should work on the rest. Contributed by Marten Svanfeldt.
|
2015-03-02 10:33:42 -06:00 |
|
Gregory Nutt
|
0ad88d9664
|
Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diff
|
2014-11-27 06:12:35 -06:00 |
|
Gregory Nutt
|
c65372b80c
|
Support for the STM32F103RG. From Murilo Ponte
|
2014-11-10 07:48:46 -06:00 |
|
Gregory Nutt
|
3010eddf11
|
STM32: Add configuration support fort he STM32F103RC. From Kosma Moczek
|
2014-06-30 08:16:17 -06:00 |
|
Gregory Nutt
|
48e6f0ba78
|
STM32: Move temperature ranges from chip selection configuration prompts. From Kosma Moczek
|
2014-06-30 08:09:19 -06:00 |
|
Gregory Nutt
|
1cc859405e
|
STM32: Rename pinmap.h files to better reflect the chip naming conventions
|
2014-05-07 13:05:12 -06:00 |
|
Gregory Nutt
|
6e9df4d5ab
|
STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent
|
2014-05-07 12:54:27 -06:00 |
|
Gregory Nutt
|
b885459624
|
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
|
2013-10-02 08:24:46 -06:00 |
|
Gregory Nutt
|
64825db9c2
|
STM32: Support for the LeafLabs Maple and Maple Mini boards. From Librae
|
2013-09-13 12:45:33 -06:00 |
|
Gregory Nutt
|
297751897a
|
STM32F103C4 and F103C8 chip support from Laurent Latil
|
2013-05-28 14:09:44 -06:00 |
|
Gregory Nutt
|
e6ba035682
|
Audio subystem update from Ken Pettit. Plus moved some header files
|
2013-05-21 13:13:05 -06:00 |
|
Gregory Nutt
|
3eae56467b
|
Begnning of support for the STM32L15X family
|
2013-05-18 11:15:37 -06:00 |
|
patacongo
|
21a6a31fad
|
Beginnings of support for the STM32F3Discovery board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-06 22:30:57 +00:00 |
|
patacongo
|
5ab31d456e
|
Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARMv7-M architectures
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5546 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-22 01:25:40 +00:00 |
|
patacongo
|
4f6b756bc2
|
More progress on the Wildfire STM32 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5121 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-09 21:48:25 +00:00 |
|
patacongo
|
c5a7577df5
|
Add support for STM32F100x value line. Contributed by Mike Smith. Still missing a file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4955 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-19 18:02:32 +00:00 |
|
patacongo
|
089c4a508c
|
Beginning of NXP LPC4330 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4876 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-27 19:17:30 +00:00 |
|
patacongo
|
fba08c2d9a
|
Add peripheral support for the STM32 F2 family
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4471 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-10 00:02:11 +00:00 |
|
patacongo
|
6e2a5140fb
|
Incoporate new ARMv7-M exception handling logic contributed by Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4413 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-22 18:14:18 +00:00 |
|
patacongo
|
a126047cb3
|
Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contributed by Laurent Latil
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-17 20:07:22 +00:00 |
|
patacongo
|
4a26fd91d7
|
Add STM3240 interrupt definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4116 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-22 00:10:56 +00:00 |
|
patacongo
|
442e871f43
|
Updates for STM3240 timers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4113 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-21 21:46:46 +00:00 |
|
patacongo
|
c32f135989
|
Update ADC header file for the STM32F40xxx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4105 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-20 14:01:44 +00:00 |
|
patacongo
|
d57ce23ec5
|
Add STM3240 alternate pin functions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4103 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-19 18:06:02 +00:00 |
|
patacongo
|
9af221d04f
|
Add structure for STM3240xx pin multiplexing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4098 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-17 20:37:08 +00:00 |
|
patacongo
|
fcce599ba9
|
Add STM32F40xx memory map
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4097 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-17 18:56:23 +00:00 |
|
patacongo
|
b1905fed02
|
Add capabilities of the STM3240xx family
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4096 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-17 15:15:16 +00:00 |
|
patacongo
|
5be01dab5a
|
Add Uros' RCC actitivity counter to STM32 idle loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3900 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-20 13:23:34 +00:00 |
|
patacongo
|
ebfcd6e6ff
|
More changes from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3426 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-27 19:53:36 +00:00 |
|
patacongo
|
721ae0f79e
|
Updates from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3424 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-27 15:03:49 +00:00 |
|
patacongo
|
a98616d299
|
Incorporate changes from Uros Platise
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3419 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-26 01:04:10 +00:00 |
|
patacongo
|
3e63074d34
|
Add support for RAMTRON NVRAM devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3347 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-06 15:39:02 +00:00 |
|
patacongo
|
681c44829c
|
Add support for the ISOTEL NetClamps VSN board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3321 42af7a65-404d-4744-a932-0658087f49c3
|
2011-02-27 15:42:07 +00:00 |
|
patacongo
|
c23f8334c8
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-16 20:05:51 +00:00 |
|
patacongo
|
c4f0d1c298
|
Add some STM32F107VC definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2319 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-10 01:07:39 +00:00 |
|
patacongo
|
ee72943b08
|
Fix problems when DMA2 is enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2277 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-21 17:43:59 +00:00 |
|
patacongo
|
3b0601cd68
|
Misc setup changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2109 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-01 00:06:57 +00:00 |
|
patacongo
|
052bcd7107
|
Fixes for compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2092 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-25 17:26:47 +00:00 |
|
patacongo
|
c595d1e144
|
Fix comment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2091 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-25 16:32:16 +00:00 |
|
patacongo
|
ed87373196
|
Advanced, general, basic clocks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2086 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-23 23:50:07 +00:00 |
|
patacongo
|
b3a90ff175
|
Add BKP, DBGMCU, EXTI, and PWR header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2084 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-23 19:15:03 +00:00 |
|
patacongo
|
a83168e622
|
Add CAN header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2082 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-23 15:00:35 +00:00 |
|
patacongo
|
9ffddbbb63
|
Add RCC header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2077 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-22 18:54:34 +00:00 |
|
patacongo
|
cee7026b15
|
Add SPI and UART header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2075 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-22 01:54:46 +00:00 |
|