mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Refresh NTOSD configurations. Fix some minor bit rot build issues
This commit is contained in:
@@ -163,9 +163,9 @@ CONFIG_ARCH_INTERRUPTSTACK=0
|
|||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
||||||
CONFIG_BOOT_RUNFROMFLASH=y
|
# CONFIG_BOOT_RUNFROMFLASH is not set
|
||||||
# CONFIG_BOOT_RUNFROMISRAM is not set
|
# CONFIG_BOOT_RUNFROMISRAM is not set
|
||||||
# CONFIG_BOOT_RUNFROMSDRAM is not set
|
CONFIG_BOOT_RUNFROMSDRAM=y
|
||||||
# CONFIG_BOOT_COPYTORAM is not set
|
# CONFIG_BOOT_COPYTORAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -174,9 +174,6 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
CONFIG_RAM_START=0x01100000
|
CONFIG_RAM_START=0x01100000
|
||||||
CONFIG_RAM_VSTART=0x00000000
|
CONFIG_RAM_VSTART=0x00000000
|
||||||
CONFIG_RAM_SIZE=33554432
|
CONFIG_RAM_SIZE=33554432
|
||||||
CONFIG_FLASH_START=0x0
|
|
||||||
CONFIG_FLASH_VSTART=0x0
|
|
||||||
CONFIG_FLASH_SIZE=0
|
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -224,6 +221,9 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
#
|
#
|
||||||
# Tasks and Scheduling
|
# Tasks and Scheduling
|
||||||
#
|
#
|
||||||
|
# CONFIG_INIT_NONE is not set
|
||||||
|
CONFIG_INIT_ENTRYPOINT=y
|
||||||
|
# CONFIG_INIT_FILEPATH is not set
|
||||||
CONFIG_USER_ENTRYPOINT="nettest_main"
|
CONFIG_USER_ENTRYPOINT="nettest_main"
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
CONFIG_TASK_NAME_SIZE=0
|
||||||
|
|||||||
@@ -50,13 +50,14 @@ fi
|
|||||||
# This is the Cygwin path to the location where I installed the CodeSourcery
|
# This is the Cygwin path to the location where I installed the CodeSourcery
|
||||||
# toolchain under windows. You will also have to edit this if you install
|
# toolchain under windows. You will also have to edit this if you install
|
||||||
# the CodeSourcery toolchain in any other location
|
# the CodeSourcery toolchain in any other location
|
||||||
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
||||||
|
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
# This is the Cygwin path to the location where I build the buildroot
|
||||||
# toolchain.
|
# toolchain.
|
||||||
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
# Add the path to the toolchain to the PATH variable
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
echo "PATH : ${PATH}"
|
||||||
|
|||||||
@@ -163,9 +163,9 @@ CONFIG_ARCH_INTERRUPTSTACK=0
|
|||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
||||||
CONFIG_BOOT_RUNFROMFLASH=y
|
# CONFIG_BOOT_RUNFROMFLASH is not set
|
||||||
# CONFIG_BOOT_RUNFROMISRAM is not set
|
# CONFIG_BOOT_RUNFROMISRAM is not set
|
||||||
# CONFIG_BOOT_RUNFROMSDRAM is not set
|
CONFIG_BOOT_RUNFROMSDRAM=y
|
||||||
# CONFIG_BOOT_COPYTORAM is not set
|
# CONFIG_BOOT_COPYTORAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -174,9 +174,6 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
CONFIG_RAM_START=0x01100000
|
CONFIG_RAM_START=0x01100000
|
||||||
CONFIG_RAM_VSTART=0x00000000
|
CONFIG_RAM_VSTART=0x00000000
|
||||||
CONFIG_RAM_SIZE=33554432
|
CONFIG_RAM_SIZE=33554432
|
||||||
CONFIG_FLASH_START=0x0
|
|
||||||
CONFIG_FLASH_VSTART=0x0
|
|
||||||
CONFIG_FLASH_SIZE=0
|
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -190,7 +187,7 @@ CONFIG_ARCH_BOARD="ntosd-dm320"
|
|||||||
# Common Board Options
|
# Common Board Options
|
||||||
#
|
#
|
||||||
CONFIG_ARCH_HAVE_LEDS=y
|
CONFIG_ARCH_HAVE_LEDS=y
|
||||||
CONFIG_ARCH_LEDS=y
|
# CONFIG_ARCH_LEDS is not set
|
||||||
CONFIG_NSH_MMCSDMINOR=0
|
CONFIG_NSH_MMCSDMINOR=0
|
||||||
CONFIG_NSH_MMCSDSLOTNO=0
|
CONFIG_NSH_MMCSDSLOTNO=0
|
||||||
|
|
||||||
@@ -226,6 +223,9 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
#
|
#
|
||||||
# Tasks and Scheduling
|
# Tasks and Scheduling
|
||||||
#
|
#
|
||||||
|
# CONFIG_INIT_NONE is not set
|
||||||
|
CONFIG_INIT_ENTRYPOINT=y
|
||||||
|
# CONFIG_INIT_FILEPATH is not set
|
||||||
CONFIG_USER_ENTRYPOINT="nsh_main"
|
CONFIG_USER_ENTRYPOINT="nsh_main"
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_TASK_NAME_SIZE=32
|
CONFIG_TASK_NAME_SIZE=32
|
||||||
|
|||||||
@@ -50,13 +50,14 @@ fi
|
|||||||
# This is the Cygwin path to the location where I installed the CodeSourcery
|
# This is the Cygwin path to the location where I installed the CodeSourcery
|
||||||
# toolchain under windows. You will also have to edit this if you install
|
# toolchain under windows. You will also have to edit this if you install
|
||||||
# the CodeSourcery toolchain in any other location
|
# the CodeSourcery toolchain in any other location
|
||||||
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
||||||
|
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
# This is the Cygwin path to the location where I build the buildroot
|
||||||
# toolchain.
|
# toolchain.
|
||||||
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
# Add the path to the toolchain to the PATH variable
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
echo "PATH : ${PATH}"
|
||||||
|
|||||||
@@ -163,9 +163,9 @@ CONFIG_ARCH_INTERRUPTSTACK=0
|
|||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
||||||
CONFIG_BOOT_RUNFROMFLASH=y
|
# CONFIG_BOOT_RUNFROMFLASH is not set
|
||||||
# CONFIG_BOOT_RUNFROMISRAM is not set
|
# CONFIG_BOOT_RUNFROMISRAM is not set
|
||||||
# CONFIG_BOOT_RUNFROMSDRAM is not set
|
CONFIG_BOOT_RUNFROMSDRAM=y
|
||||||
# CONFIG_BOOT_COPYTORAM is not set
|
# CONFIG_BOOT_COPYTORAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -174,9 +174,6 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
CONFIG_RAM_START=0x01100000
|
CONFIG_RAM_START=0x01100000
|
||||||
CONFIG_RAM_VSTART=0x00000000
|
CONFIG_RAM_VSTART=0x00000000
|
||||||
CONFIG_RAM_SIZE=33554432
|
CONFIG_RAM_SIZE=33554432
|
||||||
CONFIG_FLASH_START=0x0
|
|
||||||
CONFIG_FLASH_VSTART=0x0
|
|
||||||
CONFIG_FLASH_SIZE=0
|
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -190,7 +187,7 @@ CONFIG_ARCH_BOARD="ntosd-dm320"
|
|||||||
# Common Board Options
|
# Common Board Options
|
||||||
#
|
#
|
||||||
CONFIG_ARCH_HAVE_LEDS=y
|
CONFIG_ARCH_HAVE_LEDS=y
|
||||||
CONFIG_ARCH_LEDS=y
|
# CONFIG_ARCH_LEDS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Board-Specific Options
|
# Board-Specific Options
|
||||||
@@ -224,6 +221,9 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
#
|
#
|
||||||
# Tasks and Scheduling
|
# Tasks and Scheduling
|
||||||
#
|
#
|
||||||
|
# CONFIG_INIT_NONE is not set
|
||||||
|
CONFIG_INIT_ENTRYPOINT=y
|
||||||
|
# CONFIG_INIT_FILEPATH is not set
|
||||||
CONFIG_USER_ENTRYPOINT="poll_main"
|
CONFIG_USER_ENTRYPOINT="poll_main"
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
CONFIG_TASK_NAME_SIZE=0
|
||||||
|
|||||||
@@ -50,13 +50,14 @@ fi
|
|||||||
# This is the Cygwin path to the location where I installed the CodeSourcery
|
# This is the Cygwin path to the location where I installed the CodeSourcery
|
||||||
# toolchain under windows. You will also have to edit this if you install
|
# toolchain under windows. You will also have to edit this if you install
|
||||||
# the CodeSourcery toolchain in any other location
|
# the CodeSourcery toolchain in any other location
|
||||||
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
||||||
|
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
# This is the Cygwin path to the location where I build the buildroot
|
||||||
# toolchain.
|
# toolchain.
|
||||||
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
# Add the path to the toolchain to the PATH variable
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
echo "PATH : ${PATH}"
|
||||||
|
|||||||
@@ -35,18 +35,26 @@
|
|||||||
|
|
||||||
-include $(TOPDIR)/Make.defs
|
-include $(TOPDIR)/Make.defs
|
||||||
|
|
||||||
CFLAGS += -I$(TOPDIR)/sched
|
CFLAGS += -I$(TOPDIR)/sched
|
||||||
|
|
||||||
ASRCS =
|
ASRCS =
|
||||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||||
CSRCS = up_leds.c up_network.c
|
CSRCS = up_leds.c up_network.c
|
||||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||||
|
|
||||||
SRCS = $(ASRCS) $(CSRCS)
|
SRCS = $(ASRCS) $(CSRCS)
|
||||||
OBJS = $(AOBJS) $(COBJS)
|
OBJS = $(AOBJS) $(COBJS)
|
||||||
|
|
||||||
ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
|
ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
|
||||||
CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common -I$(ARCH_SRCDIR)/arm
|
ifeq ($(WINTOOL),y)
|
||||||
|
CFLAGS += -I "${shell cygpath -w $(ARCH_SRCDIR)/chip}"
|
||||||
|
CFLAGS += -I "${shell cygpath -w $(ARCH_SRCDIR)/common}"
|
||||||
|
CFLAGS += -I "${shell cygpath -w $(ARCH_SRCDIR)/arm}"
|
||||||
|
else
|
||||||
|
CFLAGS += -I$(ARCH_SRCDIR)/chip
|
||||||
|
CFLAGS += -I$(ARCH_SRCDIR)/common
|
||||||
|
CFLAGS += -I$(ARCH_SRCDIR)/arm
|
||||||
|
endif
|
||||||
|
|
||||||
all: libboard$(LIBEXT)
|
all: libboard$(LIBEXT)
|
||||||
|
|
||||||
|
|||||||
@@ -163,9 +163,9 @@ CONFIG_ARCH_INTERRUPTSTACK=0
|
|||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
||||||
CONFIG_BOOT_RUNFROMFLASH=y
|
# CONFIG_BOOT_RUNFROMFLASH is not set
|
||||||
# CONFIG_BOOT_RUNFROMISRAM is not set
|
# CONFIG_BOOT_RUNFROMISRAM is not set
|
||||||
# CONFIG_BOOT_RUNFROMSDRAM is not set
|
CONFIG_BOOT_RUNFROMSDRAM=y
|
||||||
# CONFIG_BOOT_COPYTORAM is not set
|
# CONFIG_BOOT_COPYTORAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -174,9 +174,6 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
CONFIG_RAM_START=0x01100000
|
CONFIG_RAM_START=0x01100000
|
||||||
CONFIG_RAM_VSTART=0x00000000
|
CONFIG_RAM_VSTART=0x00000000
|
||||||
CONFIG_RAM_SIZE=33554432
|
CONFIG_RAM_SIZE=33554432
|
||||||
CONFIG_FLASH_START=0x0
|
|
||||||
CONFIG_FLASH_VSTART=0x0
|
|
||||||
CONFIG_FLASH_SIZE=0
|
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -190,7 +187,7 @@ CONFIG_ARCH_BOARD="ntosd-dm320"
|
|||||||
# Common Board Options
|
# Common Board Options
|
||||||
#
|
#
|
||||||
CONFIG_ARCH_HAVE_LEDS=y
|
CONFIG_ARCH_HAVE_LEDS=y
|
||||||
CONFIG_ARCH_LEDS=y
|
# CONFIG_ARCH_LEDS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Board-Specific Options
|
# Board-Specific Options
|
||||||
@@ -224,6 +221,9 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
#
|
#
|
||||||
# Tasks and Scheduling
|
# Tasks and Scheduling
|
||||||
#
|
#
|
||||||
|
# CONFIG_INIT_NONE is not set
|
||||||
|
CONFIG_INIT_ENTRYPOINT=y
|
||||||
|
# CONFIG_INIT_FILEPATH is not set
|
||||||
CONFIG_USER_ENTRYPOINT="thttp_main"
|
CONFIG_USER_ENTRYPOINT="thttp_main"
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
CONFIG_TASK_NAME_SIZE=0
|
||||||
|
|||||||
@@ -50,13 +50,14 @@ fi
|
|||||||
# This is the Cygwin path to the location where I installed the CodeSourcery
|
# This is the Cygwin path to the location where I installed the CodeSourcery
|
||||||
# toolchain under windows. You will also have to edit this if you install
|
# toolchain under windows. You will also have to edit this if you install
|
||||||
# the CodeSourcery toolchain in any other location
|
# the CodeSourcery toolchain in any other location
|
||||||
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
||||||
|
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
# This is the Cygwin path to the location where I build the buildroot
|
||||||
# toolchain.
|
# toolchain.
|
||||||
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
# Add the path to the toolchain to the PATH variable
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
echo "PATH : ${PATH}"
|
||||||
|
|||||||
@@ -163,9 +163,9 @@ CONFIG_ARCH_INTERRUPTSTACK=0
|
|||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
||||||
CONFIG_BOOT_RUNFROMFLASH=y
|
# CONFIG_BOOT_RUNFROMFLASH is not set
|
||||||
# CONFIG_BOOT_RUNFROMISRAM is not set
|
# CONFIG_BOOT_RUNFROMISRAM is not set
|
||||||
# CONFIG_BOOT_RUNFROMSDRAM is not set
|
CONFIG_BOOT_RUNFROMSDRAM=y
|
||||||
# CONFIG_BOOT_COPYTORAM is not set
|
# CONFIG_BOOT_COPYTORAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -174,9 +174,6 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
CONFIG_RAM_START=0x01100000
|
CONFIG_RAM_START=0x01100000
|
||||||
CONFIG_RAM_VSTART=0x00000000
|
CONFIG_RAM_VSTART=0x00000000
|
||||||
CONFIG_RAM_SIZE=33554432
|
CONFIG_RAM_SIZE=33554432
|
||||||
CONFIG_FLASH_START=0x0
|
|
||||||
CONFIG_FLASH_VSTART=0x0
|
|
||||||
CONFIG_FLASH_SIZE=0
|
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -190,7 +187,7 @@ CONFIG_ARCH_BOARD="ntosd-dm320"
|
|||||||
# Common Board Options
|
# Common Board Options
|
||||||
#
|
#
|
||||||
CONFIG_ARCH_HAVE_LEDS=y
|
CONFIG_ARCH_HAVE_LEDS=y
|
||||||
CONFIG_ARCH_LEDS=y
|
# CONFIG_ARCH_LEDS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Board-Specific Options
|
# Board-Specific Options
|
||||||
@@ -224,6 +221,7 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
#
|
#
|
||||||
# Tasks and Scheduling
|
# Tasks and Scheduling
|
||||||
#
|
#
|
||||||
|
# CONFIG_INIT_NONE is not set
|
||||||
CONFIG_INIT_ENTRYPOINT=y
|
CONFIG_INIT_ENTRYPOINT=y
|
||||||
# CONFIG_INIT_FILEPATH is not set
|
# CONFIG_INIT_FILEPATH is not set
|
||||||
CONFIG_USER_ENTRYPOINT="udp_main"
|
CONFIG_USER_ENTRYPOINT="udp_main"
|
||||||
|
|||||||
@@ -50,13 +50,14 @@ fi
|
|||||||
# This is the Cygwin path to the location where I installed the CodeSourcery
|
# This is the Cygwin path to the location where I installed the CodeSourcery
|
||||||
# toolchain under windows. You will also have to edit this if you install
|
# toolchain under windows. You will also have to edit this if you install
|
||||||
# the CodeSourcery toolchain in any other location
|
# the CodeSourcery toolchain in any other location
|
||||||
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
||||||
|
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
# This is the Cygwin path to the location where I build the buildroot
|
||||||
# toolchain.
|
# toolchain.
|
||||||
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
# Add the path to the toolchain to the PATH variable
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
echo "PATH : ${PATH}"
|
||||||
|
|||||||
@@ -163,9 +163,9 @@ CONFIG_ARCH_INTERRUPTSTACK=0
|
|||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
|
||||||
CONFIG_BOOT_RUNFROMFLASH=y
|
# CONFIG_BOOT_RUNFROMFLASH is not set
|
||||||
# CONFIG_BOOT_RUNFROMISRAM is not set
|
# CONFIG_BOOT_RUNFROMISRAM is not set
|
||||||
# CONFIG_BOOT_RUNFROMSDRAM is not set
|
CONFIG_BOOT_RUNFROMSDRAM=y
|
||||||
# CONFIG_BOOT_COPYTORAM is not set
|
# CONFIG_BOOT_COPYTORAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -174,9 +174,6 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
CONFIG_RAM_START=0x01100000
|
CONFIG_RAM_START=0x01100000
|
||||||
CONFIG_RAM_VSTART=0x00000000
|
CONFIG_RAM_VSTART=0x00000000
|
||||||
CONFIG_RAM_SIZE=33554432
|
CONFIG_RAM_SIZE=33554432
|
||||||
CONFIG_FLASH_START=0x0
|
|
||||||
CONFIG_FLASH_VSTART=0x0
|
|
||||||
CONFIG_FLASH_SIZE=0
|
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -190,7 +187,7 @@ CONFIG_ARCH_BOARD="ntosd-dm320"
|
|||||||
# Common Board Options
|
# Common Board Options
|
||||||
#
|
#
|
||||||
CONFIG_ARCH_HAVE_LEDS=y
|
CONFIG_ARCH_HAVE_LEDS=y
|
||||||
CONFIG_ARCH_LEDS=y
|
# CONFIG_ARCH_LEDS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Board-Specific Options
|
# Board-Specific Options
|
||||||
@@ -224,6 +221,9 @@ CONFIG_PREALLOC_TIMERS=8
|
|||||||
#
|
#
|
||||||
# Tasks and Scheduling
|
# Tasks and Scheduling
|
||||||
#
|
#
|
||||||
|
# CONFIG_INIT_NONE is not set
|
||||||
|
CONFIG_INIT_ENTRYPOINT=y
|
||||||
|
# CONFIG_INIT_FILEPATH is not set
|
||||||
CONFIG_USER_ENTRYPOINT="webserver_main"
|
CONFIG_USER_ENTRYPOINT="webserver_main"
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
CONFIG_TASK_NAME_SIZE=0
|
||||||
|
|||||||
@@ -50,13 +50,14 @@ fi
|
|||||||
# This is the Cygwin path to the location where I installed the CodeSourcery
|
# This is the Cygwin path to the location where I installed the CodeSourcery
|
||||||
# toolchain under windows. You will also have to edit this if you install
|
# toolchain under windows. You will also have to edit this if you install
|
||||||
# the CodeSourcery toolchain in any other location
|
# the CodeSourcery toolchain in any other location
|
||||||
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
||||||
|
#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
|
||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
# This is the Cygwin path to the location where I build the buildroot
|
||||||
# toolchain.
|
# toolchain.
|
||||||
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
# Add the path to the toolchain to the PATH variable
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
echo "PATH : ${PATH}"
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
|
|||||||
# toolchain.
|
# toolchain.
|
||||||
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
|
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
# Add the path to the toolchain to the PATH variable
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
echo "PATH : ${PATH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user