summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 14:32:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 14:32:44 -0600
commitc4e8145285931de1d230b871eba79e0e9cc2cfce (patch)
tree1dc080a4379042fdaa10bd081b180ef8d31d7c58 /nuttx/ChangeLog
parentd1b3443e76f775baa28371e0aa409d460bc211e5 (diff)
downloadnuttx-c4e8145285931de1d230b871eba79e0e9cc2cfce.tar.gz
nuttx-c4e8145285931de1d230b871eba79e0e9cc2cfce.tar.bz2
nuttx-c4e8145285931de1d230b871eba79e0e9cc2cfce.zip
Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if they are reconfigured, they will pick up the most conservative options for all new settings
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index acc0d990e..0ca1487ea 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6688,4 +6688,6 @@
otherwise the CLE will be selected by default the next time that
make menuconfig is used (2014-2-28).
* include/cxx/cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y. (2014-2-28).
+ * configs/*/defconfig: Set CONFIG_DEFAULT_SMALL on all tiny MCU
+ configurations (2014-2-28).