summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-25 21:05:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-25 21:05:02 +0000
commit3de35ff4355bf77388437f1b1bf03985740df722 (patch)
tree3a5370172d71cc0f15a4f362973209e22d28f009 /nuttx/ChangeLog
parente5e8991e3b79969a0860e0e719606eb291d40431 (diff)
downloadpx4-nuttx-3de35ff4355bf77388437f1b1bf03985740df722.tar.gz
px4-nuttx-3de35ff4355bf77388437f1b1bf03985740df722.tar.bz2
px4-nuttx-3de35ff4355bf77388437f1b1bf03985740df722.zip
Use const storage class on a few declarations to save SRAM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4523 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 f86a29f6b..84828503b 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.