summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 20:08:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 20:08:25 +0000
commit80f9004741771691132a0f43ae1d9d5c42a2e4c6 (patch)
tree61009589a64a1da1da08d7cbf172f787ddce53d7 /nuttx/ChangeLog
parent5145d9b874af56efe686065c615dd75a54d7ee77 (diff)
downloadnuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.tar.gz
nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.tar.bz2
nuttx-80f9004741771691132a0f43ae1d9d5c42a2e4c6.zip
Add LPC31 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5104 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c8e53d173..9e0ca4b68 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3271,7 +3271,7 @@
if the correct setting is already in defined in the defconfig file.
* fs/fat/fs_utils.c: Improper constructed bool expression. This
would cause many unnecessary writes to FLASH (Thanks Ronen Vainish).
- * Kconfig: Verify configuration settings for the LPC432xx. This includes
- some corrections to configuration variable names and defconfig settings.
-
+ * Kconfig: Verify configuration settings for the LPC43xx. This includes
+ some corrections to configuration variable names and defconfig settings.
+ * Kconfig: Add and verify configuration settings for the LPC31xx.