summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:30:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:30:54 +0000
commit460d93a5ee00cdc770f4e02eef186af2f363a96f (patch)
tree314ec325ee75ea63139b142426a2bbfe9e51c770 /nuttx/configs/ez80f910200kitg/ostest/defconfig
parentbee0c89792d84e0c0d39fbed05a0d8ec654140e5 (diff)
downloadpx4-nuttx-460d93a5ee00cdc770f4e02eef186af2f363a96f.tar.gz
px4-nuttx-460d93a5ee00cdc770f4e02eef186af2f363a96f.tar.bz2
px4-nuttx-460d93a5ee00cdc770f4e02eef186af2f363a96f.zip
Add raw binary option
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@929 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200kitg/ostest/defconfig')
-rw-r--r--nuttx/configs/ez80f910200kitg/ostest/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/ez80f910200kitg/ostest/defconfig b/nuttx/configs/ez80f910200kitg/ostest/defconfig
index 5dc7a047d..4e3c7232c 100644
--- a/nuttx/configs/ez80f910200kitg/ostest/defconfig
+++ b/nuttx/configs/ez80f910200kitg/ostest/defconfig
@@ -103,10 +103,14 @@ CONFIG_UART1_2STOP=0
# CONFIG_INTELHEX_BINARY - make the Intel HEX binary format
# used with many different loaders using the GNU objcopy program
# Should not be selected if you are not using the GNU toolchain.
+# CONFIG_RAW_BINARY - make a raw binary format file used with many
+# different loaders using the GNU objcopy program. This option
+# should not be selected if you are not using the GNU toolchain.
# CONFIG_HAVE_LIBM - toolchain supports libm.a
#
CONFIG_RRLOAD_BINARY=n
CONFIG_INTELHEX_BINARY=n
+CONFIG_RAW_BINARY=n
CONFIG_HAVE_LIBM=n
#