summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic updatesGregory Nutt2013-04-181-1/+0
|
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5807 42af7a65-404d-4744-a932-0658087f49c3
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-243-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
* Fix an compilation error recently introduced into stm32_vectors.Spatacongo2013-03-231-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5780 42af7a65-404d-4744-a932-0658087f49c3
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5778 42af7a65-404d-4744-a932-0658087f49c3
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in ↵patacongo2013-03-221-4/+4
| | | | | | recently git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5776 42af7a65-404d-4744-a932-0658087f49c3
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-222-8/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-228-24/+582
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5774 42af7a65-404d-4744-a932-0658087f49c3
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5768 42af7a65-404d-4744-a932-0658087f49c3
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-182-1/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5756 42af7a65-404d-4744-a932-0658087f49c3
* itoa() from Ryan Sundbergpatacongo2013-03-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ↵patacongo2013-03-142-9/+9
| | | | | | cannot use g_heapbase git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5739 42af7a65-404d-4744-a932-0658087f49c3
* Updated LPC1788 SDCARD logic from Rommel Marcelopatacongo2013-03-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5733 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-093-10/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5703 42af7a65-404d-4744-a932-0658087f49c3
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ↵patacongo2013-03-031-1/+1
| | | | | | (2) fix typo in stm32_exti.h introduced with the STM32 F3 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
* Fix to STM32 F2/F4 DMA driver from Yan T.patacongo2013-03-012-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5694 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ↵patacongo2013-02-282-10/+20
| | | | | | Aimonen git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5688 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTF FS device patches from Petteri Aimonen (patches 0001-0003)patacongo2013-02-281-12/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5687 42af7a65-404d-4744-a932-0658087f49c3
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-181-7/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5659 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-171-5/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5658 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 F4 USB patches from Petteripatacongo2013-02-151-21/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5653 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-20/+119
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5652 42af7a65-404d-4744-a932-0658087f49c3
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ↵patacongo2013-02-121-28/+1
| | | | | | checkin of STM32 F1/F3 USB device driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5641 42af7a65-404d-4744-a932-0658087f49c3
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-112-2/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5640 42af7a65-404d-4744-a932-0658087f49c3
* Fix some errors in how STM32 USB F3 state was being handled. Fix is ↵patacongo2013-02-111-53/+59
| | | | | | correct, but does not change behavior git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5639 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to get USB working on STM32 F3patacongo2013-02-102-233/+240
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5638 42af7a65-404d-4744-a932-0658087f49c3
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5637 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F3 I2C register definitionspatacongo2013-02-103-3/+255
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5636 42af7a65-404d-4744-a932-0658087f49c3
* Many STM32 header files updated for F3 supportpatacongo2013-02-1011-201/+1163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5635 42af7a65-404d-4744-a932-0658087f49c3
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-103-70/+177
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5634 42af7a65-404d-4744-a932-0658087f49c3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-092-49/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5632 42af7a65-404d-4744-a932-0658087f49c3
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-0910-1246/+170
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5631 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-0924-82/+146
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to get STM32F3Discovery runningpatacongo2013-02-082-12/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5627 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F3 USART definitionspatacongo2013-02-087-50/+895
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5626 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5625 42af7a65-404d-4744-a932-0658087f49c3
* More stm32f3discovery updatespatacongo2013-02-081-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5624 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's ↵patacongo2013-02-082-46/+47
| | | | | | common vectors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5623 42af7a65-404d-4744-a932-0658087f49c3
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-0715-107/+1505
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-078-50/+473
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5621 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F3 pinmap filepatacongo2013-02-071-0/+597
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5619 42af7a65-404d-4744-a932-0658087f49c3
* More updates for the STM32F3Discoverypatacongo2013-02-063-20/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5617 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-066-4/+396
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-012-11/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3