summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-31 02:21:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-31 02:21:12 +0000
commita66cf9d6e86bc95a25e21e746000e602e6f1ecbc (patch)
tree21c35973ac5cd59ec676a68423140c3a42ce4231 /nuttx/ChangeLog
parente3dbd274922d727842086ad42df644308dfc668d (diff)
downloadnuttx-a66cf9d6e86bc95a25e21e746000e602e6f1ecbc.tar.gz
nuttx-a66cf9d6e86bc95a25e21e746000e602e6f1ecbc.tar.bz2
nuttx-a66cf9d6e86bc95a25e21e746000e602e6f1ecbc.zip
Add paging debug instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2899 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9aa4e40fa..30b843a9d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1247,3 +1247,6 @@
- Replace any occurrences of lib$(CONFIG_EXAMPLE)$(LIBEXT)
with libapp$(LIBEXT) in your Makefiles.
- Check any other occurrences of CONFIG_EXAMPLE.
+
+ * arch/arm/src/lpc313x/lpc313x_spi.c - Fix compilation error when
+ when CONFIG_DEBUG is enabled.