summaryrefslogtreecommitdiff
path: root/nuttx/configs/freedom-kl25z
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/configs/freedom-kl25z
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/configs/freedom-kl25z')
-rw-r--r--nuttx/configs/freedom-kl25z/minnsh/defconfig1
-rw-r--r--nuttx/configs/freedom-kl25z/nsh/defconfig1
-rw-r--r--nuttx/configs/freedom-kl25z/ostest/defconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/freedom-kl25z/minnsh/defconfig b/nuttx/configs/freedom-kl25z/minnsh/defconfig
index 32b3d0383..9cea50562 100644
--- a/nuttx/configs/freedom-kl25z/minnsh/defconfig
+++ b/nuttx/configs/freedom-kl25z/minnsh/defconfig
@@ -8,6 +8,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# Build Setup
#
CONFIG_EXPERIMENTAL=y
+CONFIG_DEFAULT_SMALL=y
CONFIG_HOST_LINUX=y
# CONFIG_HOST_OSX is not set
# CONFIG_HOST_WINDOWS is not set
diff --git a/nuttx/configs/freedom-kl25z/nsh/defconfig b/nuttx/configs/freedom-kl25z/nsh/defconfig
index 096b6068d..4a33e85c3 100644
--- a/nuttx/configs/freedom-kl25z/nsh/defconfig
+++ b/nuttx/configs/freedom-kl25z/nsh/defconfig
@@ -8,6 +8,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# Build Setup
#
# CONFIG_EXPERIMENTAL is not set
+CONFIG_DEFAULT_SMALL=y
CONFIG_HOST_LINUX=y
# CONFIG_HOST_OSX is not set
# CONFIG_HOST_WINDOWS is not set
diff --git a/nuttx/configs/freedom-kl25z/ostest/defconfig b/nuttx/configs/freedom-kl25z/ostest/defconfig
index c06299651..f1c2b54a4 100644
--- a/nuttx/configs/freedom-kl25z/ostest/defconfig
+++ b/nuttx/configs/freedom-kl25z/ostest/defconfig
@@ -8,6 +8,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# Build Setup
#
# CONFIG_EXPERIMENTAL is not set
+CONFIG_DEFAULT_SMALL=y
CONFIG_HOST_LINUX=y
# CONFIG_HOST_OSX is not set
# CONFIG_HOST_WINDOWS is not set