summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-26 23:11:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-26 23:11:02 +0000
commit983546a83ac3d4d6e80f9801d17fb3cebccbe9ce (patch)
tree60359e586dfdea37b803c0ca23f2adf9111ac1d4 /nuttx/ChangeLog
parent9aa229270fa7eb834950b6648bbe077fc8fecb62 (diff)
downloadnuttx-983546a83ac3d4d6e80f9801d17fb3cebccbe9ce.tar.gz
nuttx-983546a83ac3d4d6e80f9801d17fb3cebccbe9ce.tar.bz2
nuttx-983546a83ac3d4d6e80f9801d17fb3cebccbe9ce.zip
Fixes to get clean i.MXADS build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3533 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 85edb20c0..075fa969e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1706,9 +1706,13 @@
* configs/lpcxpresso-lpc1668/nx: Add a NX graphics configuration for the LPCXPRESO
board.
* graphics/nxglib/nxglib_nonintersecting.c: Fix some single bit errors in
- calculation of non-intersecting regions. This was causing an anomoaly
+ calculation of non-intersecting regions. This was causing an anomaly
in examples/nx in column 0.
* drivers/mtd/rammtd.c: Added a RAM based MTD driver. This RAM driver simulates
FLASH and is useful for testing purposes.
+ * arch/arm/src/arm/up_head.S: Fix backward conditional compilation. This cause
+ the configs/mx1ads configuration to fail to build but does not appear to affect
+ any other ARM9 build.
+