summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* Configure STM3210E-EVAL usbserial configuration to use kconfig-frontends toolsGregory Nutt2013-04-121-0/+1
* cosmeticGregory Nutt2013-04-071-2/+2
* Fix heap size for the STM32 F427/F437 -- from Mike SmithGregory Nutt2013-04-061-12/+27
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-0117-26/+871
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-243-5/+5
* Fix an compilation error recently introduced into stm32_vectors.Spatacongo2013-03-231-4/+6
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-1/+5
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in rec...patacongo2013-03-221-4/+4
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-222-8/+4
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-228-24/+582
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-1/+0
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-182-1/+11
* itoa() from Ryan Sundbergpatacongo2013-03-141-1/+1
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-142-9/+9
* Updated LPC1788 SDCARD logic from Rommel Marcelopatacongo2013-03-121-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-093-10/+16
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-4/+4
* 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