summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
Commit message (Expand)AuthorAgeFilesLines
* STM32L15X UART, DMA, and heap initialization supportGregory Nutt2013-05-191-3/+28
* cosmeticGregory Nutt2013-04-071-2/+2
* Fix heap size for the STM32 F427/F437 -- from Mike SmithGregory Nutt2013-04-061-12/+27
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-0/+3
* 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-221-0/+2
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-9/+124
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-4/+4
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+8
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-4/+4
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-071-4/+77
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-2/+2
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-9/+10
* Bring STM3220G-EVAL board configurations to same level as STM3240G-EVALpatacongo2012-05-281-1/+9
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-271-1/+1
* Fix much replicated typo. STM32 F4 SRAM is CCM, not TCMpatacongo2012-04-071-36/+36
* Fix a typo introduce in the last big bunch of checkins for the STM32 F2patacongo2012-03-101-1/+3
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-4/+4
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-9/+9
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-31/+181
* Add STM32 F4 DMA framework (untested)patacongo2011-12-071-0/+2
* Finish code for basic STM3240 portpatacongo2011-11-241-0/+161