summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip
Commit message (Collapse)AuthorAgeFilesLines
* STM32F103C4 and F103C8 chip support from Laurent LatilGregory Nutt2013-05-281-0/+249
|
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-231-4/+4
|
* Beginning of a segment LCD driver for the STM32L-DiscoveryGregory Nutt2013-05-222-15/+21
|
* Add STM32L15X segment LCD register definitions; Updated documentatin and ↵Gregory Nutt2013-05-211-0/+212
| | | | README files
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The ↵Gregory Nutt2013-05-211-162/+162
| | | | NSH configuration is now fully functional on the STM32L-Discovery board.
* STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOSGregory Nutt2013-05-201-3/+3
|
* Fix STM32L-Discovery clock setup - The X3 crystal is not fitted on the boardGregory Nutt2013-05-201-0/+6
|
* Misc updates to STL32L15X logicGregory Nutt2013-05-201-0/+5
|
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-192-55/+79
|
* STM32L15X UART, DMA, and heap initialization supportGregory Nutt2013-05-193-4/+288
|
* Add SYSCFG definitions for STM32L152; Add board support STM32L-DiscoveryGregory Nutt2013-05-194-10/+175
|
* Add PWR and RCC register definitions for the STM32F152Gregory Nutt2013-05-194-39/+508
|
* Add STM32L15X memory mapGregory Nutt2013-05-182-1/+145
|
* Add support for STM32L15X GPIOsGregory Nutt2013-05-185-136/+562
|
* Support for STM32L15xx interrupt vectorsGregory Nutt2013-05-181-0/+257
|
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-181-0/+488
|
* Fix STM32 F1 DMA register definitions. From Laurent Latil.Gregory Nutt2013-05-151-8/+8
|
* Fix typo is STM32 ADC driver for F2 and F4: ADC not ACDGregory Nutt2013-05-081-12/+12
|
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-0110-10/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5807 42af7a65-404d-4744-a932-0658087f49c3
* Updated LPC1788 SDCARD logic from Rommel Marcelopatacongo2013-03-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5733 42af7a65-404d-4744-a932-0658087f49c3
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ↵patacongo2013-03-031-1/+1
| | | | | | (2) fix typo in stm32_exti.h introduced with the STM32 F3 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F3 I2C register definitionspatacongo2013-02-101-0/+240
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5636 42af7a65-404d-4744-a932-0658087f49c3
* Many STM32 header files updated for F3 supportpatacongo2013-02-109-199/+1146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5635 42af7a65-404d-4744-a932-0658087f49c3
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-101-64/+171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5634 42af7a65-404d-4744-a932-0658087f49c3
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-091-8/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5632 42af7a65-404d-4744-a932-0658087f49c3
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-094-375/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5631 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-094-8/+9
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F3 USART definitionspatacongo2013-02-084-13/+793
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5626 42af7a65-404d-4744-a932-0658087f49c3
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-077-95/+828
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-073-37/+377
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5621 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F3 pinmap filepatacongo2013-02-071-0/+597
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5619 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-063-0/+306
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-231-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5385 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-8/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-1/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5323 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-081-238/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5322 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F100 High Density support and generic board configuration from Freddie ↵patacongo2012-11-063-175/+301
| | | | | | Chopin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5315 42af7a65-404d-4744-a932-0658087f49c3
* RGMP 4.0 update from Qiang Yupatacongo2012-11-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5305 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 Value Line updates from Freddie Chopinpatacongo2012-11-033-36/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5304 42af7a65-404d-4744-a932-0658087f49c3
* Another fix to STM32 definitions from Freddie Chopinpatacongo2012-11-021-49/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5298 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-025-33/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5297 42af7a65-404d-4744-a932-0658087f49c3
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-0/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5207 42af7a65-404d-4744-a932-0658087f49c3
* Fixes STM32F107 DMA issuepatacongo2012-09-241-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5182 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when ↵patacongo2012-09-231-5/+22
| | | | | | using STM32 ethernet driver with F1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5181 42af7a65-404d-4744-a932-0658087f49c3
* Add missing STM32 F1 pin remapping definitionspatacongo2012-09-221-35/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5180 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1311-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some ↵patacongo2012-09-081-26/+26
| | | | | | link issues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5115 42af7a65-404d-4744-a932-0658087f49c3
* Oops... bits in region mask are invertedpatacongo2012-09-043-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5083 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo2012-09-043-2/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5082 42af7a65-404d-4744-a932-0658087f49c3