summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-041-2/+2
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-031-1/+1
* Fix to STM32 F2/F4 DMA driver from Yan T.patacongo2013-03-012-2/+2
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-282-10/+20
* STM32 OTF FS device patches from Petteri Aimonen (patches 0001-0003)patacongo2013-02-281-12/+102
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-181-7/+1
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-171-5/+9
* More STM32 F4 USB patches from Petteripatacongo2013-02-151-21/+0
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-20/+119
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo2013-02-121-28/+1
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-112-2/+30
* Fix some errors in how STM32 USB F3 state was being handled. Fix is correct,...patacongo2013-02-111-53/+59
* Fixes to get USB working on STM32 F3patacongo2013-02-102-233/+240
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-0/+8
* Add STM32 F3 I2C register definitionspatacongo2013-02-103-3/+255
* Many STM32 header files updated for F3 supportpatacongo2013-02-1011-201/+1163
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-103-70/+177
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-092-49/+74
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-0910-1246/+170
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-0924-82/+146
* Fixes to get STM32F3Discovery runningpatacongo2013-02-082-12/+46
* Add STM32 F3 USART definitionspatacongo2013-02-087-50/+895
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+4
* More stm32f3discovery updatespatacongo2013-02-081-0/+30
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-082-46/+47
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-0715-107/+1505
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-078-50/+473
* Add STM32 F3 pinmap filepatacongo2013-02-071-0/+597
* More updates for the STM32F3Discoverypatacongo2013-02-063-20/+15
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-066-4/+396
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-012-11/+48
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-312-6/+31
* With the last fixes to the STM32 OTG FS driver, the old poll hack no longer s...patacongo2013-01-301-56/+5
* The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
* LM4F update from JPpatacongo2013-01-301-9/+22
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-3/+3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-5/+7
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+1
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-232-2/+44
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-221-16/+16
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-222-6/+14
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-223-9/+42
* STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
* Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-114-58/+137
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-2/+2
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-3/+5
* STM32 FLASH changes from Freddie Chopinpatacongo2013-01-031-14/+23
* STM32 FLASH pre-fetch is no long enabled unless it is so configuredpatacongo2012-11-263-0/+17
* Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-251-23/+30