summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 16:01:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 16:01:00 +0000
commitf1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9 (patch)
treeb837f88fe3f19fcf53b7d464d03f3700a0039bbc /nuttx/ChangeLog
parent9098b66d35067e38533c23f429386816f42943de (diff)
downloadnuttx-f1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9.tar.gz
nuttx-f1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9.tar.bz2
nuttx-f1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9.zip
Redesign of NXTEXT font cache
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3761 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a8b4d2712..3b0f4905c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1883,3 +1883,7 @@
example. This example focuses on placing text on the background while
pop-up windows occur. Text should continue to update normally with or without
the popup windows present.
+ * arch/arm/src/common/up_checkstack.c: ARM stack overflow checking submitted
+ by Hal Glenn.
+ * arch/arm/src/lpc17xx: Changes to compile successfully with no serial console
+ (also submitted by Hal Glenn).