summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ntosd-dm320/nettest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-09-16 21:45:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-09-16 21:45:41 +0000
commit7deb3a5ea9353ab6f678d7168f1de90338107e95 (patch)
treeaf336946c13d09f6f7ddff2d1a40ba13511b2a04 /nuttx/configs/ntosd-dm320/nettest/defconfig
parentd868880b3bc295e56df78ece1d34ddb304d1f1de (diff)
Add support for Intel Hex format output
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@922 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ntosd-dm320/nettest/defconfig')
-rw-r--r--nuttx/configs/ntosd-dm320/nettest/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/ntosd-dm320/nettest/defconfig b/nuttx/configs/ntosd-dm320/nettest/defconfig
index 53207966a1..444ef67e9d 100644
--- a/nuttx/configs/ntosd-dm320/nettest/defconfig
+++ b/nuttx/configs/ntosd-dm320/nettest/defconfig
@@ -98,10 +98,14 @@ CONFIG_UART1_2STOP=0
# General build options
#
# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
-# BSPs from www.ridgerun.com
+# BSPs from www.ridgerun.com using the tools/mkimage.sh script
+# 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_HAVE_LIBM - toolchain supports libm.a
#
CONFIG_RRLOAD_BINARY=n
+CONFIG_INTELHEX_BINARY=n
CONFIG_HAVE_LIBM=n
#