summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-25 21:05:02 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-25 21:05:02 +0000
commitea6f2252102e999dbf2d9ca8ba87ba86158deb9c (patch)
tree3a5370172d71cc0f15a4f362973209e22d28f009 /nuttx/ChangeLog
parent6ca17cfd7a5f7b7fe0701ae5fa4a7fc47a0afeb0 (diff)
Use const storage class on a few declarations to save SRAM
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4523 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 f86a29f6b5..84828503ba 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2594,5 +2594,7 @@
* configs/compal_e88 and configs/compal_e99: Support for Compal e88 and e99 phones
Contributed by Denis Carilki and includes the work of Denis, Alan Carvalho de
Assis, and Stefan Richter.
+ * arch/arm/src/lpc17xx: Several fixes for error that have crept in for the LPC17xx
+ DAC. Contriburted by by Lzzy.