summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-233-6/+7
* Move some PHY initialization logic for Darcypatacongo2012-11-223-6/+50
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-211-36/+0
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-204-11/+323
* Qencoder fixes from Ryan Sundbergpatacongo2012-11-141-0/+1
* Mostly cosmetic changespatacongo2012-11-131-5/+13
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-092-9/+0