summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip
Commit message (Expand)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 READ...Gregory Nutt2013-05-211-0/+212
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-162/+162
* 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
* Updated LPC1788 SDCARD logic from Rommel Marcelopatacongo2013-03-121-1/+1
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-031-1/+1
* Add STM32 F3 I2C register definitionspatacongo2013-02-101-0/+240
* Many STM32 header files updated for F3 supportpatacongo2013-02-109-199/+1146
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-101-64/+171
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-091-8/+24
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-094-375/+121
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-094-8/+9
* Add STM32 F3 USART definitionspatacongo2013-02-084-13/+793
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-077-95/+828
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-073-37/+377
* Add STM32 F3 pinmap filepatacongo2013-02-071-0/+597
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-063-0/+306
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-1/+7
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-231-0/+1
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-091-8/+0
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-1/+63
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-081-238/+238
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-063-175/+301
* RGMP 4.0 update from Qiang Yupatacongo2012-11-041-1/+1
* More STM32 Value Line updates from Freddie Chopinpatacongo2012-11-033-36/+93
* Another fix to STM32 definitions from Freddie Chopinpatacongo2012-11-021-49/+49
* Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-025-33/+54
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-0/+77
* Fixes STM32F107 DMA issuepatacongo2012-09-241-2/+5
* Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when u...patacongo2012-09-231-5/+22
* Add missing STM32 F1 pin remapping definitionspatacongo2012-09-221-35/+45
* Email address change in nuttx/patacongo2012-09-1311-11/+11
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some l...patacongo2012-09-081-26/+26
* Oops... bits in region mask are invertedpatacongo2012-09-043-3/+3
* STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo2012-09-043-2/+27