From 8ec4834055be4c002b810bbbaea773586f3eeeeb Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 6 Jan 2008 20:46:45 +0000 Subject: Add configuration for toolchains without libm git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@517 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/README.txt | 7 +++++++ nuttx/configs/c5471evm/defconfig | 18 ++++++++++-------- nuttx/configs/c5471evm/dhcpconfig | 18 ++++++++++-------- nuttx/configs/c5471evm/netconfig | 18 ++++++++++-------- nuttx/configs/c5471evm/nshconfig | 18 ++++++++++-------- nuttx/configs/m68332evb/defconfig | 18 ++++++++++-------- nuttx/configs/mcu123-lpc214x/defconfig | 18 ++++++++++-------- nuttx/configs/ntosd-dm320/defconfig | 18 ++++++++++-------- nuttx/configs/ntosd-dm320/netconfig | 18 ++++++++++-------- nuttx/configs/ntosd-dm320/udpconfig | 18 ++++++++++-------- nuttx/configs/ntosd-dm320/uipconfig | 18 ++++++++++-------- nuttx/configs/pjrc-8051/defconfig | 18 ++++++++++-------- nuttx/configs/sim/defconfig | 2 ++ nuttx/configs/sim/netconfig | 18 ++++++++++-------- nuttx/configs/z80sim/defconfig | 18 ++++++++++-------- nuttx/configs/z80sim/nshconfig | 18 ++++++++++-------- 16 files changed, 149 insertions(+), 112 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt index 60151e243..b3470680a 100644 --- a/nuttx/configs/README.txt +++ b/nuttx/configs/README.txt @@ -120,6 +120,13 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_DRAM_START - The start address of DRAM (physical) CONFIG_DRAM_VSTART - The startaddress of DRAM (virtual) + + General build options + + CONFIG_RRLOAD_BINARY - make the rrload binary format used with + BSPs from www.ridgerun.com + CONFIG_HAVE_LIBM - toolchain supports libm.a + General OS setup CONFIG_EXAMPLE - identifies the subdirectory in examples diff --git a/nuttx/configs/c5471evm/defconfig b/nuttx/configs/c5471evm/defconfig index ce8e142f6..85a2b5b8b 100644 --- a/nuttx/configs/c5471evm/defconfig +++ b/nuttx/configs/c5471evm/defconfig @@ -96,6 +96,16 @@ CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_IRDA_2STOP=0 CONFIG_UART_MODEM_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=y +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -192,14 +202,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=y - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/c5471evm/dhcpconfig b/nuttx/configs/c5471evm/dhcpconfig index 1526f6149..555a051ab 100644 --- a/nuttx/configs/c5471evm/dhcpconfig +++ b/nuttx/configs/c5471evm/dhcpconfig @@ -96,6 +96,16 @@ CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_IRDA_2STOP=0 CONFIG_UART_MODEM_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=y +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -192,14 +202,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=y - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/c5471evm/netconfig b/nuttx/configs/c5471evm/netconfig index 153b3e72a..1d73d1bbe 100644 --- a/nuttx/configs/c5471evm/netconfig +++ b/nuttx/configs/c5471evm/netconfig @@ -65,6 +65,16 @@ CONFIG_DRAM_END=0x11000000 CONFIG_ARCH_LEDS=y CONFIG_ARCH_STACKDUMP=y +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=y +CONFIG_HAVE_LIBM=n + # # C5471 specific device driver settings # @@ -192,14 +202,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=y - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/c5471evm/nshconfig b/nuttx/configs/c5471evm/nshconfig index fc611ac73..9e185994f 100644 --- a/nuttx/configs/c5471evm/nshconfig +++ b/nuttx/configs/c5471evm/nshconfig @@ -96,6 +96,16 @@ CONFIG_UART_MODEM_PARITY=0 CONFIG_UART_IRDA_2STOP=0 CONFIG_UART_MODEM_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=y +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -192,14 +202,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=y - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/m68332evb/defconfig b/nuttx/configs/m68332evb/defconfig index ce4bed812..99dc97c53 100644 --- a/nuttx/configs/m68332evb/defconfig +++ b/nuttx/configs/m68332evb/defconfig @@ -85,6 +85,16 @@ CONFIG_UART1_PARITY=0 CONFIG_UART0_2STOP=0 CONFIG_UART1_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -181,14 +191,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/mcu123-lpc214x/defconfig b/nuttx/configs/mcu123-lpc214x/defconfig index 6401217c8..93883dfd1 100644 --- a/nuttx/configs/mcu123-lpc214x/defconfig +++ b/nuttx/configs/mcu123-lpc214x/defconfig @@ -109,6 +109,16 @@ CONFIG_UART1_PARITY=0 CONFIG_UART0_2STOP=0 CONFIG_UART1_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -205,14 +215,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=y - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/ntosd-dm320/defconfig b/nuttx/configs/ntosd-dm320/defconfig index e4e53bc8c..d6c138167 100644 --- a/nuttx/configs/ntosd-dm320/defconfig +++ b/nuttx/configs/ntosd-dm320/defconfig @@ -94,6 +94,16 @@ CONFIG_UART1_PARITY=0 CONFIG_UART0_2STOP=0 CONFIG_UART1_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -190,14 +200,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/ntosd-dm320/netconfig b/nuttx/configs/ntosd-dm320/netconfig index 3115a076f..99c790c57 100644 --- a/nuttx/configs/ntosd-dm320/netconfig +++ b/nuttx/configs/ntosd-dm320/netconfig @@ -94,6 +94,16 @@ CONFIG_UART1_PARITY=0 CONFIG_UART0_2STOP=0 CONFIG_UART1_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -190,14 +200,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/ntosd-dm320/udpconfig b/nuttx/configs/ntosd-dm320/udpconfig index dfa00b100..e5e52153d 100644 --- a/nuttx/configs/ntosd-dm320/udpconfig +++ b/nuttx/configs/ntosd-dm320/udpconfig @@ -94,6 +94,16 @@ CONFIG_UART1_PARITY=0 CONFIG_UART0_2STOP=0 CONFIG_UART1_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -190,14 +200,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/ntosd-dm320/uipconfig b/nuttx/configs/ntosd-dm320/uipconfig index f5e523c54..37516219d 100644 --- a/nuttx/configs/ntosd-dm320/uipconfig +++ b/nuttx/configs/ntosd-dm320/uipconfig @@ -94,6 +94,16 @@ CONFIG_UART1_PARITY=0 CONFIG_UART0_2STOP=0 CONFIG_UART1_2STOP=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -190,14 +200,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/pjrc-8051/defconfig b/nuttx/configs/pjrc-8051/defconfig index fd2965129..e10a6d540 100644 --- a/nuttx/configs/pjrc-8051/defconfig +++ b/nuttx/configs/pjrc-8051/defconfig @@ -82,6 +82,16 @@ CONFIG_SWITCH_FRAME_DUMP=n CONFIG_INTERRUPT_FRAME_DUMP=n CONFIG_LED_DEBUG=n +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -178,14 +188,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/sim/defconfig b/nuttx/configs/sim/defconfig index 85e0f865b..d7c2eb0fc 100644 --- a/nuttx/configs/sim/defconfig +++ b/nuttx/configs/sim/defconfig @@ -151,8 +151,10 @@ CONFIG_ARCH_KFREE=n # # CONFIG_RRLOAD_BINARY - make the rrload binary format used with # BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a # CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=y # # Sizes of configurable things (0 disables) diff --git a/nuttx/configs/sim/netconfig b/nuttx/configs/sim/netconfig index 264bfb9f9..77f4ae829 100644 --- a/nuttx/configs/sim/netconfig +++ b/nuttx/configs/sim/netconfig @@ -50,6 +50,16 @@ CONFIG_ARCH_SIM=y CONFIG_ARCH_BOARD=sim CONFIG_ARCH_BOARD_SIM=y +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=y + # # General OS setup # @@ -147,14 +157,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/z80sim/defconfig b/nuttx/configs/z80sim/defconfig index e52913f7d..4de440afc 100644 --- a/nuttx/configs/z80sim/defconfig +++ b/nuttx/configs/z80sim/defconfig @@ -64,6 +64,16 @@ CONFIG_DRAM_SIZE=65536 CONFIG_UART_RXBUFSIZE=0 CONFIG_UART_TXBUFSIZE=0 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -160,14 +170,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # diff --git a/nuttx/configs/z80sim/nshconfig b/nuttx/configs/z80sim/nshconfig index 63326cb6f..aa852ef8a 100644 --- a/nuttx/configs/z80sim/nshconfig +++ b/nuttx/configs/z80sim/nshconfig @@ -64,6 +64,16 @@ CONFIG_DRAM_SIZE=65536 CONFIG_UART_RXBUFSIZE=64 CONFIG_UART_TXBUFSIZE=64 +# +# General build options +# +# CONFIG_RRLOAD_BINARY - make the rrload binary format used with +# BSPs from www.ridgerun.com +# CONFIG_HAVE_LIBM - toolchain supports libm.a +# +CONFIG_RRLOAD_BINARY=n +CONFIG_HAVE_LIBM=n + # # General OS setup # @@ -160,14 +170,6 @@ CONFIG_ARCH_KMALLOC=n CONFIG_ARCH_KZMALLOC=n CONFIG_ARCH_KFREE=n -# -# General build options -# -# CONFIG_RRLOAD_BINARY - make the rrload binary format used with -# BSPs from www.ridgerun.com -# -CONFIG_RRLOAD_BINARY=n - # # Sizes of configurable things (0 disables) # -- cgit v1.2.3