aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 23:14:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 23:14:43 +0000
commit0c04ea0089234ae3c0cc3d939f27df4bae0f7553 (patch)
tree8b2ab04f54b1d0a6eb83abb6de034c94db79ae4d /nuttx/ChangeLog
parent08d0c58e892e466e0688cfc4c7da1294bbef3b6b (diff)
downloadpx4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.tar.gz
px4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.tar.bz2
px4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.zip
Add logic to support the FSMC SRAM in the NuttX heap
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4433 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.