summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-11 22:27:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-11 22:27:00 +0000
commit087feacd1d4ad183b8c9b81a1c664ebfea1278e1 (patch)
treecc5767c6d3fe11680928e24f8cd524791f227d76 /nuttx/ChangeLog
parentf0c81bef4e922b8a4765629d207613abcc8bbf49 (diff)
downloadnuttx-087feacd1d4ad183b8c9b81a1c664ebfea1278e1.tar.gz
nuttx-087feacd1d4ad183b8c9b81a1c664ebfea1278e1.tar.bz2
nuttx-087feacd1d4ad183b8c9b81a1c664ebfea1278e1.zip
Correct an error in the top-level Makefile introduced in 6.1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3492 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 662d4ec34..b5d6d71d3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1666,5 +1666,12 @@
6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * arch/arm/src/lpc17xx/lpc17_gpioint.c: Correct errors in logic that maps
+ and IRQ number into a register bit number.
+ * Makefile: Fix an error introduced in the top-level Makefile in NuttX-6.1.
+ This error only shows up if you have a /tftpboot directory. Then the
+ make will fail with an obscure error about not being able to stat pass2.
+
+