From 7fd98a9d90f01172ce456487219ce9e10814fafc Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 16 Sep 2008 21:45:41 +0000 Subject: Add support for Intel Hex format output git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@922 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z8encore000zco/ostest/defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/z8encore000zco') diff --git a/nuttx/configs/z8encore000zco/ostest/defconfig b/nuttx/configs/z8encore000zco/ostest/defconfig index 0f0466a23..81ac91858 100644 --- a/nuttx/configs/z8encore000zco/ostest/defconfig +++ b/nuttx/configs/z8encore000zco/ostest/defconfig @@ -100,10 +100,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 # -- cgit v1.2.3