summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Several bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-14/+12
* Progress on STM32 OTG FS host driverpatacongo2012-08-201-1/+8
* STM32 USB host driver updatepatacongo2012-08-181-0/+2
* More STM32 USB host logicpatacongo2012-08-171-4/+6
* Evolving STM32 USB host supportpatacongo2012-08-163-6/+12
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-104-57/+160
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-085-41/+41
* SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo2012-07-242-21/+21
* Add missing file needed for stm32f100xx portpatacongo2012-07-202-0/+267
* Add support for STM32F100x value line. Contributed by Mike Smith. Still mis...patacongo2012-07-192-3/+48
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-191-2/+2
* Fix typo in STM32 header filespatacongo2012-07-062-2/+2
* Add LPC43 EMC, Ethernet, and alarm timer header filespatacongo2012-07-021-16/+16
* More STM3220G-EVAL fixes; Add NxWM configuration for the STM3220G-EVALpatacongo2012-05-281-1/+0
* Bring STM3220G-EVAL board configurations to same level as STM3240G-EVALpatacongo2012-05-281-2/+0
* Update all STM32 F2 files so that they are the same as the corresponding F4 f...patacongo2012-05-286-168/+256
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-261-8/+8
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-221-1/+1
* STM32 WWDG watchdog driver workspatacongo2012-04-161-2/+2