Add logic to support the FSMC SRAM in the NuttX heap

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-02-27 23:14:43 +00:00
parent 7bb4a795a3
commit df0986aa29
21 changed files with 885 additions and 418 deletions
+2
View File
@@ -2514,3 +2514,5 @@
* Makefile: Use the more common .hex extension for Intel hex files instead of
more precise .ihx extension. This change has ripple effects to many build-
related scripts and programs and could cause some short-term problems.
* configs/stm3240g-eval/, arch/arm/src/stm32/up_allocateheap.c: Add support
for the 16-mbit SRAM on-board the STM3240G-EVAL board.