summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim
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/z80sim
parentd1b3443e76f775baa28371e0aa409d460bc211e5 (diff)
downloadpx4-nuttx-c4e8145285931de1d230b871eba79e0e9cc2cfce.tar.gz
px4-nuttx-c4e8145285931de1d230b871eba79e0e9cc2cfce.tar.bz2
px4-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/z80sim')
-rw-r--r--nuttx/configs/z80sim/nsh/defconfig1
-rw-r--r--nuttx/configs/z80sim/ostest/defconfig1
-rw-r--r--nuttx/configs/z80sim/pashello/defconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/z80sim/nsh/defconfig b/nuttx/configs/z80sim/nsh/defconfig
index 5348590c5..9d206014e 100644
--- a/nuttx/configs/z80sim/nsh/defconfig
+++ b/nuttx/configs/z80sim/nsh/defconfig
@@ -8,6 +8,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# Build Setup
#
# CONFIG_EXPERIMENTAL is not set
+CONFIG_DEFAULT_SMALL=y
# CONFIG_HOST_LINUX is not set
# CONFIG_HOST_OSX is not set
CONFIG_HOST_WINDOWS=y
diff --git a/nuttx/configs/z80sim/ostest/defconfig b/nuttx/configs/z80sim/ostest/defconfig
index edc07d4eb..54a759151 100644
--- a/nuttx/configs/z80sim/ostest/defconfig
+++ b/nuttx/configs/z80sim/ostest/defconfig
@@ -8,6 +8,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# Build Setup
#
# CONFIG_EXPERIMENTAL is not set
+CONFIG_DEFAULT_SMALL=y
# CONFIG_HOST_LINUX is not set
# CONFIG_HOST_OSX is not set
CONFIG_HOST_WINDOWS=y
diff --git a/nuttx/configs/z80sim/pashello/defconfig b/nuttx/configs/z80sim/pashello/defconfig
index ed57f1ba0..6af8f5d59 100644
--- a/nuttx/configs/z80sim/pashello/defconfig
+++ b/nuttx/configs/z80sim/pashello/defconfig
@@ -8,6 +8,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# Build Setup
#
# CONFIG_EXPERIMENTAL is not set
+CONFIG_DEFAULT_SMALL=y
# CONFIG_HOST_LINUX is not set
# CONFIG_HOST_OSX is not set
CONFIG_HOST_WINDOWS=y