summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 15:38:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 15:38:53 +0000
commit5145d9b874af56efe686065c615dd75a54d7ee77 (patch)
tree3102aebe135a6d3d2cf98b5eaf2291392dd2e75e /nuttx/ChangeLog
parentd511d207874d1918ee2436308aeadd57dfd48e4b (diff)
downloadnuttx-5145d9b874af56efe686065c615dd75a54d7ee77.tar.gz
nuttx-5145d9b874af56efe686065c615dd75a54d7ee77.tar.bz2
nuttx-5145d9b874af56efe686065c615dd75a54d7ee77.zip
Update LPC43 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5103 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3608c33c1..c8e53d173 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3264,11 +3264,14 @@
AVR "teensy" now builds with Kconfig (contributed by Richard Cochran).
* Kconfig: Add configuration settings for the LPC17xx
* Kconfig: Add configuration settings for the LM3S (from Richard Cochran).
- * Kconfig: Verify configuration settings for the STM32. This include
+ * Kconfig: Verify configuration settings for the STM32. This includes
changes in the way that the external SRAM is configured: Define
CONFIG_HEAP2_SIZE (decimal) instead of CONFIG_HEAP2_END (hex).
* tools/configure.sh: Don't append the apps directory path setting
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.
+