mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Lots of defconfig changes for compatibility with the configuration tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5050 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# configs/ea3131/pgnsh/defconfig
|
||||
#
|
||||
# Copyright (C) 2010 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
@@ -73,12 +73,12 @@
|
||||
# the delay actually is 100 seconds.
|
||||
# CONFIG_ARCH_DMA - Support DMA initialization
|
||||
#
|
||||
CONFIG_ARCH=arm
|
||||
CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_ARM926EJS=y
|
||||
CONFIG_ARCH_CHIP=lpc31xx
|
||||
CONFIG_ARCH_CHIP="lpc31xx"
|
||||
CONFIG_ARCH_CHIP_LPC3131=y
|
||||
CONFIG_ARCH_BOARD=ea3131
|
||||
CONFIG_ARCH_BOARD="ea3131"
|
||||
CONFIG_ARCH_BOARD_EA3131=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=16945
|
||||
CONFIG_DRAM_SIZE=0x00030000
|
||||
@@ -144,15 +144,15 @@ CONFIG_LPC31XX_UART=y
|
||||
#
|
||||
CONFIG_LPC31XX_EXTSRAM0=n
|
||||
CONFIG_LPC31XX_EXTSRAM0HEAP=n
|
||||
CONFIG_LPC31XX_EXTSRAM0SIZE=(128*1024)
|
||||
CONFIG_LPC31XX_EXTSRAM0SIZE=131072
|
||||
CONFIG_LPC31XX_EXTSRAM1=n
|
||||
CONFIG_LPC31XX_EXTSRAM1HEAP=n
|
||||
CONFIG_LPC31XX_EXTSRAM1SIZE=(128*1024)
|
||||
CONFIG_LPC31XX_EXTSRAM1SIZE=131072
|
||||
CONFIG_LPC31XX_EXTSDRAM=n
|
||||
CONFIG_LPC31XX_EXTSDRAMHEAP=n
|
||||
CONFIG_LPC31XX_EXTSDRAMSIZE=(64*1024*1024)
|
||||
CONFIG_LPC31XX_EXTSDRAMSIZE=67108864
|
||||
CONFIG_LPC31XX_EXTNAND=n
|
||||
CONFIG_LPC31XX_EXTNANDSIZE=(64*1024*1024)
|
||||
CONFIG_LPC31XX_EXTNANDSIZE=67108864
|
||||
|
||||
#
|
||||
# LPC31XX specific device driver settings
|
||||
@@ -297,7 +297,7 @@ CONFIG_PASS1_OBJECT=locked.r
|
||||
# CONFIG_SCHED_WORKPRIORITY - The execution priority of the worker
|
||||
# thread. Default: 50
|
||||
# CONFIG_SCHED_WORKPERIOD - How often the worker thread checks for
|
||||
# work in units of microseconds. Default: 50*1000 (50 MS).
|
||||
# work in units of microseconds. Default: 50000 (50 MS).
|
||||
# CONFIG_SCHED_WORKSTACKSIZE - The stack size allocated for the worker
|
||||
# thread. Default: CONFIG_IDLETHREAD_STACKSIZE.
|
||||
# CONFIG_SIG_SIGWORK - The signal number that will be used to wake-up
|
||||
@@ -331,7 +331,7 @@ CONFIG_SDCLONE_DISABLE=y
|
||||
CONFIG_NXFLAT=n
|
||||
CONFIG_SCHED_WORKQUEUE=n
|
||||
CONFIG_SCHED_WORKPRIORITY=50
|
||||
CONFIG_SCHED_WORKPERIOD=(50*1000)
|
||||
CONFIG_SCHED_WORKPERIOD=50000
|
||||
CONFIG_SCHED_WORKSTACKSIZE=1024
|
||||
CONFIG_SIG_SIGWORK=4
|
||||
|
||||
@@ -778,9 +778,9 @@ CONFIG_USBMSC_REMOVABLE=y
|
||||
#
|
||||
# Settings for examples/uip
|
||||
#
|
||||
CONFIG_EXAMPLE_UIP_IPADDR=(10<<24|0<<16|0<<8|2)
|
||||
CONFIG_EXAMPLE_UIP_DRIPADDR=(10<<24|0<<16|0<<8|1)
|
||||
CONFIG_EXAMPLE_UIP_NETMASK=(255<<24|255<<16|255<<8|0)
|
||||
CONFIG_EXAMPLE_UIP_IPADDR=0x0a000002
|
||||
CONFIG_EXAMPLE_UIP_DRIPADDR=0x0a000001
|
||||
CONFIG_EXAMPLE_UIP_NETMASK=0xffffff00
|
||||
CONFIG_EXAMPLE_UIP_DHCPC=n
|
||||
|
||||
#
|
||||
@@ -789,10 +789,10 @@ CONFIG_EXAMPLE_UIP_DHCPC=n
|
||||
CONFIG_EXAMPLE_NETTEST_SERVER=n
|
||||
CONFIG_EXAMPLE_NETTEST_PERFORMANCE=n
|
||||
CONFIG_EXAMPLE_NETTEST_NOMAC=n
|
||||
CONFIG_EXAMPLE_NETTEST_IPADDR=(10<<24|0<<16|0<<8|2)
|
||||
CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1)
|
||||
CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)
|
||||
CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1)
|
||||
CONFIG_EXAMPLE_NETTEST_IPADDR=0x0a000002
|
||||
CONFIG_EXAMPLE_NETTEST_DRIPADDR=0x0a000001
|
||||
CONFIG_EXAMPLE_NETTEST_NETMASK=0xffffff00
|
||||
CONFIG_EXAMPLE_NETTEST_CLIENTIP=0x0a000001
|
||||
|
||||
#
|
||||
# Settings for examples/ostest
|
||||
@@ -847,9 +847,9 @@ CONFIG_NSH_ARCHINIT=y
|
||||
CONFIG_NSH_IOBUFFER_SIZE=512
|
||||
CONFIG_NSH_DHCPC=n
|
||||
CONFIG_NSH_NOMAC=n
|
||||
CONFIG_NSH_IPADDR=(10<<24|0<<16|0<<8|2)
|
||||
CONFIG_NSH_DRIPADDR=(10<<24|0<<16|0<<8|1)
|
||||
CONFIG_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
|
||||
CONFIG_NSH_IPADDR=0x0a000002
|
||||
CONFIG_NSH_DRIPADDR=0x0a000001
|
||||
CONFIG_NSH_NETMASK=0xffffff00
|
||||
CONFIG_NSH_ROMFSMOUNTPT="/etc"
|
||||
CONFIG_NSH_INITSCRIPT="init.d/rcS"
|
||||
CONFIG_NSH_ROMFSDEVNO=0
|
||||
|
||||
Reference in New Issue
Block a user