summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-27 23:14:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-27 23:14:43 +0000
commita103801be3696e5e296766dd70d3d4774283c256 (patch)
tree8b2ab04f54b1d0a6eb83abb6de034c94db79ae4d /nuttx/ChangeLog
parente4968d3556b862b4bdf950f6d70516fce710dfe1 (diff)
downloadnuttx-a103801be3696e5e296766dd70d3d4774283c256.tar.gz
nuttx-a103801be3696e5e296766dd70d3d4774283c256.tar.bz2
nuttx-a103801be3696e5e296766dd70d3d4774283c256.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d3a9b3e62..08e2bb545 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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.