summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-16 10:42:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-16 10:42:54 -0600
commita40df14d66e0608caef06170985b654e7a89743d (patch)
tree45fba22704439a3860a0f7015891619bdb04cd1b /nuttx/ChangeLog
parent41bc327c19c9b05329ccd00b8b5c650e698c2a00 (diff)
downloadnuttx-a40df14d66e0608caef06170985b654e7a89743d.tar.gz
nuttx-a40df14d66e0608caef06170985b654e7a89743d.tar.bz2
nuttx-a40df14d66e0608caef06170985b654e7a89743d.zip
You can again specify the default board sub-directory when CONFIG_ARCH_BOARD_CUSTOM is used
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 2b8e8742c..8ffb11d47 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6476,4 +6476,7 @@
(1) it has a bad side effect in that the sub-directory setting
no longer tracks the board setting, and (2) you still can't
source the Kconfig file from the custom board directory (2014-1-16).
-
+ * Makefile.unix, Makefile.win, and configs/Kconfig: After thinking a
+ little harder, I re-implemented the backed-out custom configuration
+ feature. The new version does not have bad side-effect (1) (but stil
+ has bad side-effect (2)) (2014-1-16).