mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
stm3210e-eval: Remove some old configurations that are not worth converting to kconfig-frontends
This commit is contained in:
@@ -6736,4 +6736,7 @@
|
|||||||
kconfig-frontends tools (2014-3-1).
|
kconfig-frontends tools (2014-3-1).
|
||||||
* configs/ea3152/ostest: Configuration converted to use the
|
* configs/ea3152/ostest: Configuration converted to use the
|
||||||
kconfig-frontends tools (2014-3-1).
|
kconfig-frontends tools (2014-3-1).
|
||||||
|
* configs/stm3210e-eval/RIDE, nxlines, and nxtext: Remove some old
|
||||||
|
style configurations that are not worth converting to use the
|
||||||
|
kconfig-frontends tools (2014-3-2).
|
||||||
|
|
||||||
|
|||||||
@@ -48,13 +48,13 @@ GNU Toolchain Options
|
|||||||
add one of the following configuration options to your .config (or defconfig)
|
add one of the following configuration options to your .config (or defconfig)
|
||||||
file:
|
file:
|
||||||
|
|
||||||
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
|
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery under Windows
|
||||||
CONFIG_STM32_CODESOURCERYL=y : CodeSourcery under Linux
|
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL=y : CodeSourcery under Linux
|
||||||
CONFIG_STM32_DEVKITARM=y : devkitARM under Windows
|
CONFIG_ARMV7M_TOOLCHAIN_DEVKITARM=y : devkitARM under Windows
|
||||||
CONFIG_STM32_RAISONANCE=y : Raisonance RIDE7 under Windows
|
CONFIG_ARMV7M_TOOLCHAIN_RAISONANCE=y : Raisonance RIDE7 under Windows
|
||||||
CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
|
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
|
||||||
|
|
||||||
If you are not using CONFIG_STM32_BUILDROOT, then you may also have to modify
|
If you are not using CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT, then you may also have to modify
|
||||||
the PATH in the setenv.h file if your make cannot find the tools.
|
the PATH in the setenv.h file if your make cannot find the tools.
|
||||||
|
|
||||||
NOTE: the CodeSourcery (for Windows), devkitARM, and Raisonance toolchains are
|
NOTE: the CodeSourcery (for Windows), devkitARM, and Raisonance toolchains are
|
||||||
@@ -696,7 +696,7 @@ Where <subdir> is one of the following:
|
|||||||
Uses apps/examples/buttons to exercise STM3210E-EVAL buttons and
|
Uses apps/examples/buttons to exercise STM3210E-EVAL buttons and
|
||||||
button interrupts.
|
button interrupts.
|
||||||
|
|
||||||
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
|
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery under Windows
|
||||||
|
|
||||||
composite
|
composite
|
||||||
---------
|
---------
|
||||||
@@ -785,15 +785,15 @@ Where <subdir> is one of the following:
|
|||||||
a. examples/can. The CAN test example can be enabled by changing the
|
a. examples/can. The CAN test example can be enabled by changing the
|
||||||
following settings in nsh2/defconfig:
|
following settings in nsh2/defconfig:
|
||||||
|
|
||||||
CONFIG_CAN=y # Enable CAN "upper-half" driver support
|
CONFIG_CAN=y : Enable CAN "upper-half" driver support
|
||||||
CONFIG_STM32_CAN1=y # Enable STM32 CAN1 "lower-half" driver support
|
CONFIG_STM32_CAN1=y : Enable STM32 CAN1 "lower-half" driver support
|
||||||
|
|
||||||
The default CAN settings may need to change in your board board
|
The default CAN settings may need to change in your board board
|
||||||
configuration:
|
configuration:
|
||||||
|
|
||||||
CONFIG_CAN_EXTID=y # Support extended IDs
|
CONFIG_CAN_EXTID=y : Support extended IDs
|
||||||
CONFIG_CAN1_BAUD=250000 # Bit rate: 250 KHz
|
CONFIG_CAN1_BAUD=250000 : Bit rate: 250 KHz
|
||||||
CONFIG_CAN_TSEG1=12 # 80% sample point
|
CONFIG_CAN_TSEG1=12 : 80% sample point
|
||||||
CONFIG_CAN_TSEG2=3
|
CONFIG_CAN_TSEG2=3
|
||||||
nx:
|
nx:
|
||||||
---
|
---
|
||||||
@@ -801,9 +801,92 @@ Where <subdir> is one of the following:
|
|||||||
focuses on general window controls, movement, mouse and keyboard
|
focuses on general window controls, movement, mouse and keyboard
|
||||||
input.
|
input.
|
||||||
|
|
||||||
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
|
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery under Windows
|
||||||
CONFIG_LCD_RPORTRAIT=y : 240x320 reverse portrait
|
CONFIG_LCD_RPORTRAIT=y : 240x320 reverse portrait
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
|
||||||
|
1. This example provides a framework for a number of other standalone
|
||||||
|
graphics tests.
|
||||||
|
|
||||||
|
a. apps/examples/nxlines: The NXLINES graphic example illustrates
|
||||||
|
drawing of fat lines in various orientations. You can modify
|
||||||
|
this configuration so to support the NXLINES example by making
|
||||||
|
the following modifications to the NuttX configuration file:
|
||||||
|
|
||||||
|
Provide the new start-up entry point:
|
||||||
|
|
||||||
|
CONFIG_USER_ENTRYPOINT="nxlines_main"
|
||||||
|
|
||||||
|
Disable apps/examples/nx:
|
||||||
|
|
||||||
|
CONFIG_EXAMPLES_NX=n
|
||||||
|
|
||||||
|
Enable and configure apps/nxlines/nxlines:
|
||||||
|
|
||||||
|
CONFIG_EXAMPLES_NXLINES=y
|
||||||
|
CONFIG_EXAMPLES_NXLINES_VPLANE=0
|
||||||
|
CONFIG_EXAMPLES_NXLINES_DEVNO=0
|
||||||
|
CONFIG_EXAMPLES_NXLINES_DEFAULT_COLORS=n
|
||||||
|
CONFIG_EXAMPLES_NXLINES_BGCOLOR=0x0320
|
||||||
|
CONFIG_EXAMPLES_NXLINES_LINEWIDTH=16
|
||||||
|
CONFIG_EXAMPLES_NXLINES_LINECOLOR=0xffe0
|
||||||
|
CONFIG_EXAMPLES_NXLINES_BORDERWIDTH=4
|
||||||
|
CONFIG_EXAMPLES_NXLINES_BORDERCOLOR=0xffe0
|
||||||
|
CONFIG_EXAMPLES_NXLINES_CIRCLECOLOR=0xf7bb
|
||||||
|
CONFIG_EXAMPLES_NXLINES_BPP=16
|
||||||
|
CONFIG_EXAMPLES_NXLINES_EXTERNINIT=n
|
||||||
|
|
||||||
|
b. apps/examples/nxtext: Another example using the NuttX graphics
|
||||||
|
system (NX). This example focuses on placing text on the
|
||||||
|
background while pop-up windows occur. Text should continue to
|
||||||
|
update normally with or without the popup windows present.
|
||||||
|
|
||||||
|
You can modify this configuration so to support the NXLINES
|
||||||
|
example by making the following modifications to the NuttX
|
||||||
|
configuration file:
|
||||||
|
|
||||||
|
Provide the new start-up entry point:
|
||||||
|
|
||||||
|
CONFIG_USER_ENTRYPOINT="nxtext_main"
|
||||||
|
|
||||||
|
Disable apps/examples/nx:
|
||||||
|
|
||||||
|
CONFIG_EXAMPLES_NX=n
|
||||||
|
|
||||||
|
Enable an NX font:
|
||||||
|
|
||||||
|
CONFIG_NXFONT_SERIF22X28B=y
|
||||||
|
|
||||||
|
Enable and configure apps/nxlines/nxtext:
|
||||||
|
|
||||||
|
CONFIG_EXAMPLES_NXTEXT=y
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_VPLANE=0
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_DEVNO=0
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_BPP=16
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_BMCACHE=512
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_GLCACHE=16
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_DEFAULT_COLORS=n
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_BGCOLOR=0x0011
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_BGFONTCOLOR=0xffdf
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_PUCOLOR=0xfd20
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_PUFONTCOLOR=0x001f
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_DEFAULT_FONT=n
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_BGFONTID=11
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_PUFONTID=1
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_EXTERNINIT=n
|
||||||
|
|
||||||
|
If you conconfigured the multi-used NX server (which is disabled
|
||||||
|
by default), then you would also nee:
|
||||||
|
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_STACKSIZE=2048
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_CLIENTPRIO=80
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_SERVERPRIO=120
|
||||||
|
CONFIG_EXAMPLES_NXTEXT_NOTIFYSIGNO=4
|
||||||
|
|
||||||
|
c. Others could be similar configured: apps/examples/nxhello,
|
||||||
|
nximage, ...
|
||||||
|
|
||||||
nxconsole:
|
nxconsole:
|
||||||
----------
|
----------
|
||||||
This is yet another NSH configuration. This NSH configuration differs
|
This is yet another NSH configuration. This NSH configuration differs
|
||||||
@@ -829,32 +912,8 @@ Where <subdir> is one of the following:
|
|||||||
|
|
||||||
Other configuration settings:
|
Other configuration settings:
|
||||||
|
|
||||||
CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
|
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
|
||||||
CONFIG_LCD_LANDSCAPE=y : 320x240 landscape
|
CONFIG_LCD_LANDSCAPE=y : 320x240 landscape
|
||||||
|
|
||||||
nxlines:
|
|
||||||
------
|
|
||||||
Another example using the NuttX graphics system (NX). This
|
|
||||||
example focuses on placing lines on the background in various
|
|
||||||
orientations.
|
|
||||||
|
|
||||||
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
|
|
||||||
CONFIG_LCD_RPORTRAIT=y : 240x320 reverse portrait
|
|
||||||
|
|
||||||
nxtext:
|
|
||||||
------
|
|
||||||
Another example using the NuttX graphics system (NX). This
|
|
||||||
example focuses on placing text on the background while pop-up
|
|
||||||
windows occur. Text should continue to update normally with
|
|
||||||
or without the popup windows present.
|
|
||||||
|
|
||||||
CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
|
|
||||||
CONFIG_LCD_RPORTRAIT=y : 240x320 reverse portrait
|
|
||||||
|
|
||||||
NOTE: When I tried building this example with the CodeSourcery
|
|
||||||
tools, I got a hardfault inside of its libgcc. I haven't
|
|
||||||
retested since then, but beware if you choose to change the
|
|
||||||
toolchain.
|
|
||||||
|
|
||||||
pm:
|
pm:
|
||||||
--
|
--
|
||||||
@@ -865,7 +924,7 @@ Where <subdir> is one of the following:
|
|||||||
configuration should provide some guideline for power management in your
|
configuration should provide some guideline for power management in your
|
||||||
STM32 application.
|
STM32 application.
|
||||||
|
|
||||||
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
|
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery under Windows
|
||||||
|
|
||||||
CONFIG_PM_CUSTOMINIT and CONFIG_IDLE_CUSTOM are necessary parts of the
|
CONFIG_PM_CUSTOMINIT and CONFIG_IDLE_CUSTOM are necessary parts of the
|
||||||
PM configuration:
|
PM configuration:
|
||||||
@@ -903,20 +962,13 @@ Where <subdir> is one of the following:
|
|||||||
STANDBY mode. This used of the RTC alarm could conflict with other uses of
|
STANDBY mode. This used of the RTC alarm could conflict with other uses of
|
||||||
the RTC alarm in your application.
|
the RTC alarm in your application.
|
||||||
|
|
||||||
RIDE
|
|
||||||
----
|
|
||||||
This configuration builds a trivial bring-up binary. It is
|
|
||||||
useful only because it words with the RIDE7 IDE and R-Link debugger.
|
|
||||||
|
|
||||||
CONFIG_STM32_RAISONANCE=y : Raisonance RIDE7 under Windows
|
|
||||||
|
|
||||||
usbserial:
|
usbserial:
|
||||||
---------
|
---------
|
||||||
This configuration directory exercises the USB serial class
|
This configuration directory exercises the USB serial class
|
||||||
driver at examples/usbserial. See examples/README.txt for
|
driver at examples/usbserial. See examples/README.txt for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
|
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
|
||||||
|
|
||||||
USB debug output can be enabled as by changing the following
|
USB debug output can be enabled as by changing the following
|
||||||
settings in the configuration file:
|
settings in the configuration file:
|
||||||
@@ -966,5 +1018,5 @@ Where <subdir> is one of the following:
|
|||||||
class driver at system/usbmsc. See examples/README.txt for
|
class driver at system/usbmsc. See examples/README.txt for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
|
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
*.xml
|
|
||||||
*.elf
|
|
||||||
*.hex
|
|
||||||
*.map
|
|
||||||
*.lst
|
|
||||||
*.sizetmp
|
|
||||||
|
|
||||||
@@ -1,116 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/stm3210e-eval/RIDE/Make.defs
|
|
||||||
#
|
|
||||||
# Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
|
|
||||||
include ${TOPDIR}/.config
|
|
||||||
include ${TOPDIR}/tools/Config.mk
|
|
||||||
include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_STM32_DFU),y)
|
|
||||||
LDSCRIPT = ld.script.dfu
|
|
||||||
else
|
|
||||||
LDSCRIPT = ld.script
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(WINTOOL),y)
|
|
||||||
# Windows-native toolchains
|
|
||||||
DIRLINK = $(TOPDIR)/tools/copydir.sh
|
|
||||||
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
|
||||||
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
|
|
||||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
|
||||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
|
||||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
|
||||||
else
|
|
||||||
# Linux/Cygwin-native toolchain
|
|
||||||
MKDEP = $(TOPDIR)/tools/mkdeps.sh
|
|
||||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
|
||||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
|
||||||
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
|
||||||
endif
|
|
||||||
|
|
||||||
CC = $(CROSSDEV)gcc
|
|
||||||
CXX = $(CROSSDEV)g++
|
|
||||||
CPP = $(CROSSDEV)gcc -E
|
|
||||||
LD = $(CROSSDEV)ld
|
|
||||||
AR = $(CROSSDEV)ar rcs
|
|
||||||
NM = $(CROSSDEV)nm
|
|
||||||
OBJCOPY = $(CROSSDEV)objcopy
|
|
||||||
OBJDUMP = $(CROSSDEV)objdump
|
|
||||||
|
|
||||||
ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
|
|
||||||
ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
|
|
||||||
ARCHOPTIMIZATION = -g
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_DEBUG_NOOPT),y)
|
|
||||||
ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
|
|
||||||
endif
|
|
||||||
|
|
||||||
ARCHCFLAGS = -fno-builtin
|
|
||||||
ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fno-rtti
|
|
||||||
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
|
|
||||||
ARCHWARNINGSXX = -Wall -Wshadow
|
|
||||||
ARCHDEFINES =
|
|
||||||
ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
|
|
||||||
|
|
||||||
CFLAGS = $(ARCHCFLAGS) $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
|
|
||||||
CPICFLAGS = $(ARCHPICFLAGS) $(CFLAGS)
|
|
||||||
CXXFLAGS = $(ARCHCXXFLAGS) $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHXXINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
|
|
||||||
CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
|
|
||||||
CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES)
|
|
||||||
AFLAGS = $(CFLAGS) -D__ASSEMBLY__
|
|
||||||
|
|
||||||
NXFLATLDFLAGS1 = -r -d -warn-common
|
|
||||||
NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -no-check-sections
|
|
||||||
LDNXFLATFLAGS = -e main -s 2048
|
|
||||||
|
|
||||||
OBJEXT = .o
|
|
||||||
LIBEXT = .a
|
|
||||||
EXEEXT =
|
|
||||||
|
|
||||||
ifneq ($(CROSSDEV),arm-nuttx-elf-)
|
|
||||||
LDFLAGS += -nostartfiles -nodefaultlibs
|
|
||||||
endif
|
|
||||||
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
|
|
||||||
LDFLAGS += -g
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
HOSTCC = gcc
|
|
||||||
HOSTINCLUDES = -I.
|
|
||||||
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -g -pipe
|
|
||||||
HOSTLDFLAGS =
|
|
||||||
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
README
|
|
||||||
------
|
|
||||||
|
|
||||||
This directory contains a simple RIDE7 project used to bring up the
|
|
||||||
STM3210E-EVAL board. This project includes only the STM32 boot-up
|
|
||||||
code under arch/arm/src and configs/stm3210e-eval/src plus as little
|
|
||||||
additional environmental support as necessary.
|
|
||||||
|
|
||||||
bigfatstub.c
|
|
||||||
|
|
||||||
The NuttX OS is not included in this project. This file contains
|
|
||||||
stubs for all of the NuttX entry points and this replaces NuttX
|
|
||||||
|
|
||||||
Make.defs, defconfig, setenv.h
|
|
||||||
|
|
||||||
The first step to using this RIDE project is to build a compatible
|
|
||||||
cygwin project. This will set up of the directories and produce
|
|
||||||
all of the necessary autogenerated files.
|
|
||||||
|
|
||||||
cd tools
|
|
||||||
./configure.sh stm3210e-eva/RIDE
|
|
||||||
cd ..
|
|
||||||
. ./setenv.sh
|
|
||||||
make
|
|
||||||
|
|
||||||
nuttx.*
|
|
||||||
|
|
||||||
RIDE7 project files
|
|
||||||
|
|
||||||
../scripts/ld.scrip
|
|
||||||
|
|
||||||
This is the linker script that replaces the RIDE7 linker script.
|
|
||||||
|
|
||||||
stm32-ld.sh
|
|
||||||
|
|
||||||
This is a shell script that will use the RIDE7 tools to relink the
|
|
||||||
NuttX binaries. Useful because RIDE7 does not provide much linker
|
|
||||||
output to see what is going on.
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/stm3210e-eval/RIDE/appconfig
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/null
|
|
||||||
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
#include <stdint.h>
|
|
||||||
#include <nuttx/irq.h>
|
|
||||||
#include "up_internal.h"
|
|
||||||
|
|
||||||
void os_start(void)
|
|
||||||
{
|
|
||||||
up_lowputc('X');
|
|
||||||
up_lowputc('\n');
|
|
||||||
for (;;);
|
|
||||||
}
|
|
||||||
|
|
||||||
void up_assert(const uint8_t *filename, int lineno)
|
|
||||||
{
|
|
||||||
up_lowputc('?');
|
|
||||||
up_lowputc('\n');
|
|
||||||
for (;;);
|
|
||||||
}
|
|
||||||
|
|
||||||
int irq_attach(int irq, xcpt_t isr)
|
|
||||||
{
|
|
||||||
up_lowputc('A');
|
|
||||||
up_lowputc('\n');
|
|
||||||
for (;;);
|
|
||||||
}
|
|
||||||
|
|
||||||
uint32_t *up_doirq(int irq, uint32_t *regs)
|
|
||||||
{
|
|
||||||
up_lowputc('I');
|
|
||||||
up_lowputc('\n');
|
|
||||||
for (;;);
|
|
||||||
}
|
|
||||||
@@ -1,475 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/stm3210e-eval/RIDE/defconfig
|
|
||||||
#
|
|
||||||
# Copyright (C) 2009-2012 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
#
|
|
||||||
# Architecture Selection
|
|
||||||
#
|
|
||||||
CONFIG_ARCH="arm"
|
|
||||||
CONFIG_ARCH_ARM=y
|
|
||||||
CONFIG_ARCH_CORTEXM3=y
|
|
||||||
CONFIG_ARCH_CHIP="stm32"
|
|
||||||
CONFIG_ARCH_CHIP_STM32F103ZET6=y
|
|
||||||
CONFIG_ARCH_BOARD="stm3210e-eval"
|
|
||||||
CONFIG_ARCH_BOARD_STM3210E_EVAL=y
|
|
||||||
CONFIG_BOARD_LOOPSPERMSEC=5483
|
|
||||||
CONFIG_RAM_SIZE=65536
|
|
||||||
CONFIG_RAM_START=0x20000000
|
|
||||||
CONFIG_ARCH_IRQPRIO=y
|
|
||||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
|
||||||
CONFIG_ARCH_STACKDUMP=y
|
|
||||||
CONFIG_ARCH_LEDS=y
|
|
||||||
CONFIG_ARCH_BUTTONS=n
|
|
||||||
CONFIG_ARCH_CALIBRATION=n
|
|
||||||
CONFIG_ARCH_DMA=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Identify toolchain
|
|
||||||
CONFIG_STM32_CODESOURCERYW=n
|
|
||||||
CONFIG_STM32_CODESOURCERYL=n
|
|
||||||
CONFIG_STM32_DEVKITARM=n
|
|
||||||
CONFIG_STM32_RAISONANCE=y
|
|
||||||
CONFIG_STM32_BUILDROOT=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# JTAG Enable settings (by default JTAG-DP and SW-DP are disabled):
|
|
||||||
#
|
|
||||||
CONFIG_STM32_DFU=n
|
|
||||||
CONFIG_STM32_JTAG_FULL_ENABLE=y
|
|
||||||
CONFIG_STM32_JTAG_NOJNTRST_ENABLE=n
|
|
||||||
CONFIG_STM32_JTAG_SW_ENABLE=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Individual subsystems can be enabled:
|
|
||||||
CONFIG_STM32_TIM2=n
|
|
||||||
CONFIG_STM32_TIM3=n
|
|
||||||
CONFIG_STM32_TIM4=n
|
|
||||||
CONFIG_STM32_TIM5=n
|
|
||||||
CONFIG_STM32_TIM6=n
|
|
||||||
CONFIG_STM32_TIM7=n
|
|
||||||
CONFIG_STM32_WWDG=n
|
|
||||||
CONFIG_STM32_IWDG=n
|
|
||||||
CONFIG_STM32_SPI2=n
|
|
||||||
CONFIG_STM32_SPI4=n
|
|
||||||
CONFIG_STM32_USART2=y
|
|
||||||
CONFIG_STM32_USART3=n
|
|
||||||
CONFIG_STM32_UART4=n
|
|
||||||
CONFIG_STM32_UART5=n
|
|
||||||
CONFIG_STM32_I2C1=n
|
|
||||||
CONFIG_STM32_I2C2=n
|
|
||||||
CONFIG_STM32_USB=y
|
|
||||||
CONFIG_STM32_CAN1=n
|
|
||||||
CONFIG_STM32_BKP=n
|
|
||||||
CONFIG_STM32_PWR=n
|
|
||||||
CONFIG_STM32_DAC=n
|
|
||||||
CONFIG_STM32_ADC1=n
|
|
||||||
CONFIG_STM32_ADC2=n
|
|
||||||
CONFIG_STM32_TIM1=n
|
|
||||||
CONFIG_STM32_SPI1=n
|
|
||||||
CONFIG_STM32_TIM8=n
|
|
||||||
CONFIG_STM32_USART1=y
|
|
||||||
CONFIG_STM32_ADC3=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Timer and I2C devices may need to the following to force power to be applied:
|
|
||||||
#
|
|
||||||
#CONFIG_STM32_FORCEPOWER=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# STM32F103Z specific serial device driver settings
|
|
||||||
#
|
|
||||||
CONFIG_USART1_SERIAL_CONSOLE=y
|
|
||||||
CONFIG_USART2_SERIAL_CONSOLE=n
|
|
||||||
CONFIG_USART3_SERIAL_CONSOLE=n
|
|
||||||
CONFIG_UART4_SERIAL_CONSOLE=n
|
|
||||||
CONFIG_UART5_SERIAL_CONSOLE=n
|
|
||||||
|
|
||||||
CONFIG_USART1_TXBUFSIZE=256
|
|
||||||
CONFIG_USART2_TXBUFSIZE=256
|
|
||||||
CONFIG_USART3_TXBUFSIZE=256
|
|
||||||
CONFIG_UART4_TXBUFSIZE=256
|
|
||||||
CONFIG_UART5_TXBUFSIZE=256
|
|
||||||
|
|
||||||
CONFIG_USART1_RXBUFSIZE=256
|
|
||||||
CONFIG_USART2_RXBUFSIZE=256
|
|
||||||
CONFIG_USART3_RXBUFSIZE=256
|
|
||||||
CONFIG_UART4_RXBUFSIZE=256
|
|
||||||
CONFIG_UART5_RXBUFSIZE=256
|
|
||||||
|
|
||||||
CONFIG_USART1_BAUD=115200
|
|
||||||
CONFIG_USART2_BAUD=115200
|
|
||||||
CONFIG_USART3_BAUD=115200
|
|
||||||
CONFIG_UART4_BAUD=115200
|
|
||||||
CONFIG_UART5_BAUD=115200
|
|
||||||
|
|
||||||
CONFIG_USART1_BITS=8
|
|
||||||
CONFIG_USART2_BITS=8
|
|
||||||
CONFIG_USART3_BITS=8
|
|
||||||
CONFIG_UART4_BITS=8
|
|
||||||
CONFIG_UART5_BITS=8
|
|
||||||
|
|
||||||
CONFIG_USART1_PARITY=0
|
|
||||||
CONFIG_USART2_PARITY=0
|
|
||||||
CONFIG_USART3_PARITY=0
|
|
||||||
CONFIG_UART4_PARITY=0
|
|
||||||
CONFIG_UART5_PARITY=0
|
|
||||||
|
|
||||||
CONFIG_USART1_2STOP=0
|
|
||||||
CONFIG_USART2_2STOP=0
|
|
||||||
CONFIG_USART3_2STOP=0
|
|
||||||
CONFIG_UART4_2STOP=0
|
|
||||||
CONFIG_UART5_2STOP=0
|
|
||||||
|
|
||||||
#
|
|
||||||
# STM3210E-EVAL specific LCD settings
|
|
||||||
#
|
|
||||||
CONFIG_STM32_AM240320_DISABLE=n
|
|
||||||
CONFIG_STM32_SPFD5408B_DISABLE=n
|
|
||||||
CONFIG_STM32_R61580_DISABLE=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# General build options
|
|
||||||
#
|
|
||||||
CONFIG_RRLOAD_BINARY=n
|
|
||||||
CONFIG_INTELHEX_BINARY=y
|
|
||||||
CONFIG_MOTOROLA_SREC=n
|
|
||||||
CONFIG_RAW_BINARY=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# General OS setup
|
|
||||||
#
|
|
||||||
CONFIG_USER_ENTRYPOINT="null_main"
|
|
||||||
CONFIG_DEBUG=n
|
|
||||||
CONFIG_DEBUG_VERBOSE=n
|
|
||||||
CONFIG_DEBUG_SYMBOLS=n
|
|
||||||
CONFIG_DEBUG_SCHED=y
|
|
||||||
CONFIG_HAVE_CXX=n
|
|
||||||
CONFIG_HAVE_CXXINITIALIZE=n
|
|
||||||
CONFIG_MM_REGIONS=1
|
|
||||||
CONFIG_ARCH_LOWPUTC=y
|
|
||||||
CONFIG_RR_INTERVAL=200
|
|
||||||
CONFIG_SCHED_INSTRUMENTATION=n
|
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
|
||||||
CONFIG_START_YEAR=2009
|
|
||||||
CONFIG_START_MONTH=9
|
|
||||||
CONFIG_START_DAY=21
|
|
||||||
CONFIG_GREGORIAN_TIME=n
|
|
||||||
CONFIG_JULIAN_TIME=n
|
|
||||||
CONFIG_DEV_CONSOLE=y
|
|
||||||
CONFIG_DEV_LOWCONSOLE=y
|
|
||||||
CONFIG_MUTEX_TYPES=n
|
|
||||||
CONFIG_PRIORITY_INHERITANCE=n
|
|
||||||
CONFIG_SEM_PREALLOCHOLDERS=0
|
|
||||||
CONFIG_SEM_NNESTPRIO=0
|
|
||||||
CONFIG_FDCLONE_DISABLE=n
|
|
||||||
CONFIG_FDCLONE_STDIO=n
|
|
||||||
CONFIG_SDCLONE_DISABLE=y
|
|
||||||
CONFIG_NXFLAT=n
|
|
||||||
CONFIG_SCHED_WORKQUEUE=n
|
|
||||||
CONFIG_SCHED_WORKPRIORITY=192
|
|
||||||
CONFIG_SCHED_WORKPERIOD=50000
|
|
||||||
CONFIG_SCHED_WORKSTACKSIZE=1024
|
|
||||||
CONFIG_SIG_SIGWORK=17
|
|
||||||
|
|
||||||
#
|
|
||||||
# The following can be used to disable categories of
|
|
||||||
# APIs supported by the OS. If the compiler supports
|
|
||||||
# weak functions, then it should not be necessary to
|
|
||||||
# disable functions unless you want to restrict usage
|
|
||||||
# of those APIs.
|
|
||||||
#
|
|
||||||
# There are certain dependency relationships in these
|
|
||||||
# features.
|
|
||||||
#
|
|
||||||
# o mq_notify logic depends on signals to awaken tasks
|
|
||||||
# waiting for queues to become full or empty.
|
|
||||||
# o pthread_condtimedwait() depends on signals to wake
|
|
||||||
# up waiting tasks.
|
|
||||||
#
|
|
||||||
CONFIG_DISABLE_CLOCK=n
|
|
||||||
CONFIG_DISABLE_POSIX_TIMERS=y
|
|
||||||
CONFIG_DISABLE_PTHREAD=y
|
|
||||||
CONFIG_DISABLE_SIGNALS=y
|
|
||||||
CONFIG_DISABLE_MQUEUE=y
|
|
||||||
CONFIG_DISABLE_MOUNTPOINT=y
|
|
||||||
CONFIG_DISABLE_ENVIRON=y
|
|
||||||
CONFIG_DISABLE_POLL=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Misc libc settings
|
|
||||||
#
|
|
||||||
CONFIG_NOPRINTF_FIELDWIDTH=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Allow for architecture optimized implementations
|
|
||||||
#
|
|
||||||
# The architecture can provide optimized versions of the
|
|
||||||
# following to improve system performance
|
|
||||||
#
|
|
||||||
CONFIG_ARCH_MEMCPY=n
|
|
||||||
CONFIG_ARCH_MEMCMP=n
|
|
||||||
CONFIG_ARCH_MEMMOVE=n
|
|
||||||
CONFIG_ARCH_MEMSET=n
|
|
||||||
CONFIG_ARCH_STRCMP=n
|
|
||||||
CONFIG_ARCH_STRCPY=n
|
|
||||||
CONFIG_ARCH_STRNCPY=n
|
|
||||||
CONFIG_ARCH_STRLEN=n
|
|
||||||
CONFIG_ARCH_STRNLEN=n
|
|
||||||
CONFIG_ARCH_BZERO=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Sizes of configurable things (0 disables)
|
|
||||||
#
|
|
||||||
CONFIG_MAX_TASKS=16
|
|
||||||
CONFIG_MAX_TASK_ARGS=4
|
|
||||||
CONFIG_NPTHREAD_KEYS=4
|
|
||||||
CONFIG_NFILE_DESCRIPTORS=8
|
|
||||||
CONFIG_NFILE_STREAMS=8
|
|
||||||
CONFIG_NAME_MAX=32
|
|
||||||
CONFIG_STDIO_BUFFER_SIZE=64
|
|
||||||
CONFIG_NUNGET_CHARS=2
|
|
||||||
CONFIG_PREALLOC_MQ_MSGS=4
|
|
||||||
CONFIG_MQ_MAXMSGSIZE=32
|
|
||||||
CONFIG_MAX_WDOGPARMS=2
|
|
||||||
CONFIG_PREALLOC_WDOGS=4
|
|
||||||
CONFIG_PREALLOC_TIMERS=4
|
|
||||||
|
|
||||||
#
|
|
||||||
# Filesystem configuration
|
|
||||||
#
|
|
||||||
CONFIG_FS_FAT=n
|
|
||||||
CONFIG_FAT_LCNAMES=n
|
|
||||||
CONFIG_FAT_LFN=n
|
|
||||||
CONFIG_FAT_MAXFNAME=32
|
|
||||||
CONFIG_FS_NXFFS=n
|
|
||||||
CONFIG_FS_ROMFS=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Maintain legacy build behavior (revisit)
|
|
||||||
#
|
|
||||||
|
|
||||||
CONFIG_MMCSD=y
|
|
||||||
CONFIG_MMCSD_SPI=y
|
|
||||||
CONFIG_MMCSD_SDIO=y
|
|
||||||
CONFIG_MTD=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# SPI-based MMC/SD driver
|
|
||||||
#
|
|
||||||
CONFIG_MMCSD_NSLOTS=1
|
|
||||||
CONFIG_MMCSD_READONLY=n
|
|
||||||
CONFIG_MMCSD_SPICLOCK=12500000
|
|
||||||
|
|
||||||
#
|
|
||||||
# Block driver buffering
|
|
||||||
#
|
|
||||||
CONFIG_FS_READAHEAD=n
|
|
||||||
CONFIG_FS_WRITEBUFFER=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# SDIO-based MMC/SD driver
|
|
||||||
#
|
|
||||||
CONFIG_SDIO_DMA=n
|
|
||||||
CONFIG_MMCSD_MMCSUPPORT=n
|
|
||||||
CONFIG_MMCSD_HAVECARDDETECT=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# TCP/IP and UDP support via uIP
|
|
||||||
#
|
|
||||||
CONFIG_NET=n
|
|
||||||
CONFIG_NET_IPv6=n
|
|
||||||
CONFIG_NSOCKET_DESCRIPTORS=0
|
|
||||||
CONFIG_NET_SOCKOPTS=y
|
|
||||||
CONFIG_NET_BUFSIZE=420
|
|
||||||
CONFIG_NET_TCP=n
|
|
||||||
CONFIG_NET_TCP_CONNS=40
|
|
||||||
CONFIG_NET_MAX_LISTENPORTS=40
|
|
||||||
CONFIG_NET_UDP=n
|
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
|
||||||
#CONFIG_NET_UDP_CONNS=10
|
|
||||||
CONFIG_NET_ICMP=n
|
|
||||||
CONFIG_NET_ICMP_PING=n
|
|
||||||
#CONFIG_NET_PINGADDRCONF=0
|
|
||||||
CONFIG_NET_STATISTICS=y
|
|
||||||
#CONFIG_NET_RECEIVE_WINDOW=
|
|
||||||
#CONFIG_NET_ARPTAB_SIZE=8
|
|
||||||
CONFIG_NET_BROADCAST=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# UIP Network Utilities
|
|
||||||
#
|
|
||||||
CONFIG_NET_DHCP_LIGHT=n
|
|
||||||
CONFIG_NET_RESOLV_ENTRIES=4
|
|
||||||
|
|
||||||
#
|
|
||||||
# USB Device Configuration
|
|
||||||
#
|
|
||||||
CONFIG_USBDEV=n
|
|
||||||
CONFIG_USBDEV_ISOCHRONOUS=n
|
|
||||||
CONFIG_USBDEV_DUALSPEED=n
|
|
||||||
CONFIG_USBDEV_SELFPOWERED=y
|
|
||||||
CONFIG_USBDEV_REMOTEWAKEUP=n
|
|
||||||
CONFIG_USBDEV_MAXPOWER=100
|
|
||||||
CONFIG_USBDEV_TRACE=n
|
|
||||||
CONFIG_USBDEV_TRACE_NRECORDS=128
|
|
||||||
|
|
||||||
#
|
|
||||||
# USB Serial Device Configuration
|
|
||||||
#
|
|
||||||
CONFIG_PL2303=n
|
|
||||||
CONFIG_PL2303_EPINTIN=1
|
|
||||||
CONFIG_PL2303_EPBULKOUT=2
|
|
||||||
CONFIG_PL2303_EPBULKIN=3
|
|
||||||
CONFIG_PL2303_NWRREQS=4
|
|
||||||
CONFIG_PL2303_NRDREQS=4
|
|
||||||
CONFIG_PL2303_VENDORID=0x067b
|
|
||||||
CONFIG_PL2303_PRODUCTID=0x2303
|
|
||||||
CONFIG_PL2303_VENDORSTR="Nuttx"
|
|
||||||
CONFIG_PL2303_PRODUCTSTR="USBdev Serial"
|
|
||||||
CONFIG_PL2303_RXBUFSIZE=512
|
|
||||||
CONFIG_PL2303_TXBUFSIZE=512
|
|
||||||
|
|
||||||
#
|
|
||||||
# USB Storage Device Configuration
|
|
||||||
#
|
|
||||||
CONFIG_USBMSC=n
|
|
||||||
CONFIG_USBMSC_EP0MAXPACKET=64
|
|
||||||
CONFIG_USBMSC_EPBULKOUT=2
|
|
||||||
CONFIG_USBMSC_EPBULKIN=5
|
|
||||||
CONFIG_USBMSC_NRDREQS=2
|
|
||||||
CONFIG_USBMSC_NWRREQS=2
|
|
||||||
CONFIG_USBMSC_BULKINREQLEN=256
|
|
||||||
CONFIG_USBMSC_BULKOUTREQLEN=256
|
|
||||||
CONFIG_USBMSC_VENDORID=0x584e
|
|
||||||
CONFIG_USBMSC_VENDORSTR="NuttX"
|
|
||||||
CONFIG_USBMSC_PRODUCTID=0x5342
|
|
||||||
CONFIG_USBMSC_PRODUCTSTR="USBdev Storage"
|
|
||||||
CONFIG_USBMSC_VERSIONNO=0x0399
|
|
||||||
CONFIG_USBMSC_REMOVABLE=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Watchdog timer configuration
|
|
||||||
#
|
|
||||||
CONFIG_WATCHDOG=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Settings for examples/uip
|
|
||||||
#
|
|
||||||
CONFIG_EXAMPLES_UIP_IPADDR=0x0a000002
|
|
||||||
CONFIG_EXAMPLES_UIP_DRIPADDR=0x0a000001
|
|
||||||
CONFIG_EXAMPLES_UIP_NETMASK=0xffffff00
|
|
||||||
CONFIG_EXAMPLES_UIP_DHCPC=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Settings for examples/nettest
|
|
||||||
CONFIG_EXAMPLES_NETTEST_SERVER=n
|
|
||||||
CONFIG_EXAMPLES_NETTEST_PERFORMANCE=n
|
|
||||||
CONFIG_EXAMPLES_NETTEST_NOMAC=n
|
|
||||||
CONFIG_EXAMPLES_NETTEST_IPADDR=0x0a000002
|
|
||||||
CONFIG_EXAMPLES_NETTEST_DRIPADDR=0x0a000001
|
|
||||||
CONFIG_EXAMPLES_NETTEST_NETMASK=0xffffff00
|
|
||||||
CONFIG_EXAMPLES_NETTEST_CLIENTIP=0x0a000001
|
|
||||||
|
|
||||||
#
|
|
||||||
# Settings for examples/ostest
|
|
||||||
#
|
|
||||||
CONFIG_EXAMPLES_OSTEST_LOOPS=1
|
|
||||||
CONFIG_EXAMPLES_OSTEST_STACKSIZE=2048
|
|
||||||
CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS=3
|
|
||||||
|
|
||||||
#
|
|
||||||
# Settings for apps/nshlib
|
|
||||||
#
|
|
||||||
CONFIG_NSH_FILEIOSIZE=512
|
|
||||||
CONFIG_NSH_STRERROR=n
|
|
||||||
CONFIG_NSH_LINELEN=64
|
|
||||||
CONFIG_NSH_NESTDEPTH=3
|
|
||||||
CONFIG_NSH_DISABLESCRIPT=n
|
|
||||||
CONFIG_NSH_DISABLEBG=n
|
|
||||||
CONFIG_NSH_ROMFSETC=n
|
|
||||||
CONFIG_NSH_CONSOLE=y
|
|
||||||
CONFIG_NSH_TELNET=n
|
|
||||||
CONFIG_NSH_ARCHINIT=n
|
|
||||||
CONFIG_NSH_IOBUFFER_SIZE=512
|
|
||||||
CONFIG_NSH_DHCPC=n
|
|
||||||
CONFIG_NSH_NOMAC=n
|
|
||||||
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
|
|
||||||
CONFIG_NSH_ROMFSSECTSIZE=64
|
|
||||||
CONFIG_NSH_FATDEVNO=1
|
|
||||||
CONFIG_NSH_FATSECTSIZE=512
|
|
||||||
CONFIG_NSH_FATNSECTORS=1024
|
|
||||||
CONFIG_NSH_FATMOUNTPT="/tmp"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Architecture-specific NSH options
|
|
||||||
#
|
|
||||||
CONFIG_NSH_MMCSDSPIPORTNO=0
|
|
||||||
CONFIG_NSH_MMCSDSLOTNO=0
|
|
||||||
CONFIG_NSH_MMCSDMINOR=0
|
|
||||||
|
|
||||||
#
|
|
||||||
# Settings for examples/usbserial
|
|
||||||
#
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_INONLY=n
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_OUTONLY=n
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_ONLYSMALL=n
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_ONLYBIG=n
|
|
||||||
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_TRACEINIT=n
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_TRACECLASS=n
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_TRACETRANSFERS=n
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_TRACECONTROLLER=n
|
|
||||||
CONFIG_EXAMPLES_USBSERIAL_TRACEINTERRUPTS=n
|
|
||||||
|
|
||||||
#
|
|
||||||
# Settings for examples/watchdog
|
|
||||||
#
|
|
||||||
# This test depends on these specific Watchdog/NSH configurations settings (your
|
|
||||||
# specific watchdog hardware settings might require additional settings).
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Stack and heap information
|
|
||||||
#
|
|
||||||
CONFIG_BOOT_RUNFROMFLASH=n
|
|
||||||
CONFIG_BOOT_COPYTORAM=n
|
|
||||||
CONFIG_CUSTOM_STACK=n
|
|
||||||
CONFIG_IDLETHREAD_STACKSIZE=1024
|
|
||||||
CONFIG_USERMAIN_STACKSIZE=2048
|
|
||||||
CONFIG_PTHREAD_STACK_MIN=256
|
|
||||||
CONFIG_PTHREAD_STACK_DEFAULT=2048
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
|
|
||||||
<Debug>
|
|
||||||
<FindStrings/>
|
|
||||||
<ReplaceStrings/>
|
|
||||||
<nuttx>
|
|
||||||
<CodeView TopRow="134220190" Focus="4294967295" />
|
|
||||||
<CodeView TopRow="134220190" Focus="4294967295" />
|
|
||||||
|
|
||||||
</nuttx>
|
|
||||||
<Flags>
|
|
||||||
<Report>
|
|
||||||
<Def Header="FlagReport" NbCol="8" >
|
|
||||||
<Col Type="PT_BOOL" Header="Check" sizeCache="18" AutoSize="0" Edit="1" Sortable="1" Icon="C:\Program Files\Raisonance\Ride\config\resources\check.bmp" />
|
|
||||||
<Col Type="PT_STRING" Header="Kind" sizeCache="DDDDDDDDDDD" AutoSize="1" Edit="0" Sortable="1" />
|
|
||||||
<Col Type="PT_STRING" Header="KindID" sizeCache="DD" AutoSize="1" Edit="0" Sortable="1" Visible="0" />
|
|
||||||
<Col Type="PT_STRING" Header="Space" sizeCache="DDDDDD" AutoSize="1" Edit="0" Sortable="1" />
|
|
||||||
<Col Type="PT_STRING" Header="SpaceID" sizeCache="DD" AutoSize="0" Edit="0" Sortable="0" Visible="0" />
|
|
||||||
<Col Type="PT_STRING" Header="Condition" sizeCache="DDDDDDDDDDDDDDDDDDDDDDDD" AutoSize="1" Edit="0" Sortable="0" />
|
|
||||||
<Col Type="PT_STRING" Header="Line" sizeCache="DDDDDD" AutoSize="1" Edit="0" Sortable="1" Visible="1" />
|
|
||||||
<Col Type="PT_STRING" Header="Path" sizeCache="DDDDDDDDDDDDDDDDDDDD" AutoSize="1" Edit="0" Sortable="1" Visible="1" />
|
|
||||||
|
|
||||||
</Def>
|
|
||||||
<Rows>
|
|
||||||
<Row Check="True" Kind="Breakpoint" KindID="0" Space="code" SpaceID="0" Condition="" Line="L:148" Path="C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\stm32\stm32_start.c" />
|
|
||||||
|
|
||||||
</Rows>
|
|
||||||
|
|
||||||
</Report>
|
|
||||||
|
|
||||||
</Flags>
|
|
||||||
<Views/>
|
|
||||||
</Debug>AutoSize="1" Edit="0" Sortable="1" Visible="1" />
|
|
||||||
<Col Type="PT_STRING" Header="Path" sizeCache="DDDDDDDDDDDDDDDDDDDD" AutoSize="1" Edit="0" Sortable="1" Visible="1" />
|
|
||||||
</Def>
|
|
||||||
<Rows>
|
|
||||||
<Row Check="True" Kind="Breakpoint" KindID="0" Space="code" SpaceID="0" Condition="" Line="L:148" Path="C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\stm32\stm32_start.c" />
|
|
||||||
</Rows>
|
|
||||||
</Report>
|
|
||||||
</Flags>
|
|
||||||
</Debug>
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
[Application]
|
|
||||||
ApplicationPath=C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\nuttx.elf
|
|
||||||
CSX=0
|
|
||||||
HighBankAddr=400000
|
|
||||||
BootMode=0
|
|
||||||
Format=ELF
|
|
||||||
CodeOffset=0x0
|
|
||||||
DataOffset=0x0
|
|
||||||
LoaderTool=ARM
|
|
||||||
Target=ARM
|
|
||||||
DebugTool=RLINK_CORTEX
|
|
||||||
ApplicationComponents=
|
|
||||||
[Device]
|
|
||||||
Name=STM32F101VET6
|
|
||||||
[ARMSigDrv options]
|
|
||||||
CXS=0
|
|
||||||
[Debug]
|
|
||||||
Explore=No
|
|
||||||
Startup=1
|
|
||||||
StartupSymb=main
|
|
||||||
ToolName=RLINK_CORTEX
|
|
||||||
[SimFile]
|
|
||||||
path=C:\Program Files\Raisonance\Ride\sim\ARM\STM32F101VET6.sim
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
|
|
||||||
SEARCH_DIR(".")
|
|
||||||
SEARCH_DIR("C:\Program Files\Raisonance\Ride\Lib\ARM")
|
|
||||||
STARTUP("C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\stm32_vectors.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\stm32_gpio.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\stm32_irq.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\stm32_lowputc.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\stm32_rcc.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\stm32_serial.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\stm32_start.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\bigfatstub.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\up_svcall.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\up_hardfault.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\up_leds.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\up_boot.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\irq_unexpectedisr.o")
|
|
||||||
INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\lib_memcpy.o")
|
|
||||||
OUTPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\nuttx.elf")
|
|
||||||
INCLUDE "C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\scripts\ld.script"
|
|
||||||
@@ -1,83 +0,0 @@
|
|||||||
|
|
||||||
<ApplicationBuild Header="nuttx" Extern=".\nuttx.rapp" Path=".\nuttx.rapp" OutputFile=".\nuttx.elf" sate="98" >
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\stm32\stm32_gpio.c" Header="stm32_gpio.c" Marker="-1" OutputFile=".\stm32_gpio.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\stm32\stm32_irq.c" Header="stm32_irq.c" Marker="-1" OutputFile=".\stm32_irq.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\stm32\stm32_lowputc.c" Header="stm32_lowputc.c" Marker="-1" OutputFile=".\stm32_lowputc.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\stm32\stm32_rcc.c" Header="stm32_rcc.c" Marker="-1" OutputFile=".\stm32_rcc.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\stm32\stm32_serial.c" Header="stm32_serial.c" Marker="-1" OutputFile=".\stm32_serial.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\stm32\stm32_start.c" Header="stm32_start.c" Marker="-1" OutputFile=".\stm32_start.o" sate="0" />
|
|
||||||
<NodeC Path=".\bigfatstub.c" Header="bigfatstub.c" Marker="-1" OutputFile=".\bigfatstub.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\armv7-m\up_svcall.c" Header="up_svcall.c" Marker="-1" OutputFile=".\up_svcall.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\arch\arm\src\armv7-m\up_hardfault.c" Header="up_hardfault.c" Marker="-1" OutputFile=".\up_hardfault.o" sate="0" />
|
|
||||||
<NodeC Path="..\src\up_leds.c" Header="up_leds.c" Marker="-1" OutputFile=".\up_leds.o" sate="0" />
|
|
||||||
<NodeC Path="..\src\up_boot.c" Header="up_boot.c" Marker="-1" OutputFile=".\up_boot.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\sched\irq_unexpectedisr.c" Header="irq_unexpectedisr.c" Marker="-1" OutputFile=".\irq_unexpectedisr.o" sate="0" />
|
|
||||||
<NodeC Path="..\..\..\lib\lib_memcpy.c" Header="lib_memcpy.c" Marker="-1" OutputFile=".\lib_memcpy.o" sate="0" />
|
|
||||||
<Options>
|
|
||||||
<Config Header="Standard" >
|
|
||||||
<Set Header="ApplicationBuild" >
|
|
||||||
<Section Header="General" >
|
|
||||||
<Property Header="TargetFamily" Value="ARM" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
<Section Header="Directories" >
|
|
||||||
<Property Header="IncDir" Value=".;C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\common;C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\armv7-m;C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\stm32;C:\cygwin\home\Owner\projects\nuttx\nuttx\include;C:\cygwin\home\Owner\projects\nuttx\nuttx\sched" Removable="1" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
</Set>
|
|
||||||
<Set Header="Target" >
|
|
||||||
<Section Header="ProcessorARM" >
|
|
||||||
<Property Header="Processor" Value="STM32F101VET6" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
<Section Header="ToolSetARM" >
|
|
||||||
<Property Header="BuildToolSetARM" Value="ARM\\GNU.config" Removable="1" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
</Set>
|
|
||||||
<Set Header="AS" >
|
|
||||||
<Section Header="Options" >
|
|
||||||
<Property Header="More" Value="-D __ASSEMBLY__" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
</Set>
|
|
||||||
<Set Header="LD" >
|
|
||||||
<Section Header="Startup" >
|
|
||||||
<Property Header="DEFAULTSTARTUP" Value="No" Removable="1" />
|
|
||||||
<Property Header="File" Value="C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\stm32_vectors.o" Removable="1" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
<Section Header="More" >
|
|
||||||
<Property Header="More" Value="-nostdlib" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
<Section Header="LIB" >
|
|
||||||
<Property Header="STLIB" Value="0" Removable="1" />
|
|
||||||
<Property Header="UART0PUTC" Value="0" Removable="1" />
|
|
||||||
<Property Header="SMALLP" Value="0" Removable="1" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
<Section Header="Scripts" >
|
|
||||||
<Property Header="SCRIPTFILES" Value="No" Removable="1" />
|
|
||||||
<Property Header="File" Value="C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\scripts\ld.script" Removable="1" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
<Section Header="Linker" >
|
|
||||||
<Property Header="GC_SECTIONS" Value="" Removable="1" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
</Set>
|
|
||||||
<Set Header="GCC" >
|
|
||||||
<Section Header="More" >
|
|
||||||
<Property Header="More" Value="-nostdinc" />
|
|
||||||
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
</Set>
|
|
||||||
</Config>
|
|
||||||
</Options>
|
|
||||||
</ApplicationBuild>
|
|
||||||
Binary file not shown.
@@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
<Project Header="Project 'nuttx'" Path=".\nuttx.rprj" Project="Yes" OutputFile="" sate="96" ActiveApp="nuttx" >
|
|
||||||
<ApplicationBuild Header="nuttx" Extern=".\nuttx.rapp" Path=".\nuttx.rapp" OutputFile=".\nuttx.elf" sate="98" />
|
|
||||||
</Project>
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# configs/stm3210e-eval/RIDE/setenv.sh
|
|
||||||
#
|
|
||||||
# Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
|
|
||||||
if [ "$(basename $0)" = "setenv.sh" ] ; then
|
|
||||||
echo "You must source this script, not run it!" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
|
|
||||||
|
|
||||||
WD=`pwd`
|
|
||||||
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
|
|
||||||
export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
|
||||||
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
GNUPATH="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
|
|
||||||
RIDEPATH="/cygdrive/c/Program Files/Raisonance/Ride/Bin"
|
|
||||||
|
|
||||||
LD=arm-none-eabi-gcc.exe
|
|
||||||
OBJCOPY=arm-none-eabi-objcopy.exe
|
|
||||||
REXRDR=rexrdr.exe
|
|
||||||
SIZE=arm-none-eabi-size.exe
|
|
||||||
DWF2XML=dwf2xml.exe
|
|
||||||
|
|
||||||
SCRIPT="C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\nuttx.elf.ld"
|
|
||||||
LDFLAGS="-mcpu=cortex-m3 -mthumb -u _start -Wl,-static -nostartfiles -Wl,--warn-once -nostdlib"
|
|
||||||
|
|
||||||
${LD} ${LDFLAGS} -Wl,-T -Xlinker "${SCRIPT}"
|
|
||||||
${OBJCOPY} nuttx.elf --target=ihex nuttx.hex
|
|
||||||
${REXRDR} nuttx.elf.sizetmp 0 ${SIZE} nuttx.elf
|
|
||||||
${DWF2XML} nuttx.dbi nuttx-globals.Standard.xml nuttx.Standard.xml ARM
|
|
||||||
@@ -196,7 +196,7 @@ CONFIG_START_DAY=5
|
|||||||
CONFIG_GREGORIAN_TIME=n
|
CONFIG_GREGORIAN_TIME=n
|
||||||
CONFIG_JULIAN_TIME=n
|
CONFIG_JULIAN_TIME=n
|
||||||
CONFIG_DEV_CONSOLE=y
|
CONFIG_DEV_CONSOLE=y
|
||||||
CONFIG_DEV_LOWCONSOLE=n
|
CONFIG_DEV_LOWCONSOLE=y
|
||||||
CONFIG_MUTEX_TYPES=n
|
CONFIG_MUTEX_TYPES=n
|
||||||
CONFIG_PRIORITY_INHERITANCE=n
|
CONFIG_PRIORITY_INHERITANCE=n
|
||||||
CONFIG_SEM_PREALLOCHOLDERS=0
|
CONFIG_SEM_PREALLOCHOLDERS=0
|
||||||
@@ -269,8 +269,8 @@ CONFIG_ARCH_BZERO=n
|
|||||||
CONFIG_MAX_TASKS=16
|
CONFIG_MAX_TASKS=16
|
||||||
CONFIG_MAX_TASK_ARGS=4
|
CONFIG_MAX_TASK_ARGS=4
|
||||||
CONFIG_NPTHREAD_KEYS=4
|
CONFIG_NPTHREAD_KEYS=4
|
||||||
CONFIG_NFILE_DESCRIPTORS=8
|
CONFIG_NFILE_DESCRIPTORS=12
|
||||||
CONFIG_NFILE_STREAMS=8
|
CONFIG_NFILE_STREAMS=12
|
||||||
CONFIG_NAME_MAX=32
|
CONFIG_NAME_MAX=32
|
||||||
CONFIG_STDIO_BUFFER_SIZE=64
|
CONFIG_STDIO_BUFFER_SIZE=64
|
||||||
CONFIG_NUNGET_CHARS=2
|
CONFIG_NUNGET_CHARS=2
|
||||||
@@ -430,7 +430,6 @@ CONFIG_NX_KBD=y
|
|||||||
#CONFIG_NXTK_BORDERWIDTH=4
|
#CONFIG_NXTK_BORDERWIDTH=4
|
||||||
CONFIG_NXTK_BORDERCOLOR1=0xd69a
|
CONFIG_NXTK_BORDERCOLOR1=0xd69a
|
||||||
CONFIG_NXTK_BORDERCOLOR2=0xad55
|
CONFIG_NXTK_BORDERCOLOR2=0xad55
|
||||||
CONFIG_NXTK_AUTORAISE=n
|
|
||||||
CONFIG_NXFONT_SANS22X29=n
|
CONFIG_NXFONT_SANS22X29=n
|
||||||
CONFIG_NXFONT_SANS23X27=y
|
CONFIG_NXFONT_SANS23X27=y
|
||||||
CONFIG_NXFONT_SANS28X37=n
|
CONFIG_NXFONT_SANS28X37=n
|
||||||
|
|||||||
@@ -1,116 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/stm3210e-eval/nxlines/Make.defs
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
|
|
||||||
include ${TOPDIR}/.config
|
|
||||||
include ${TOPDIR}/tools/Config.mk
|
|
||||||
include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_STM32_DFU),y)
|
|
||||||
LDSCRIPT = ld.script.dfu
|
|
||||||
else
|
|
||||||
LDSCRIPT = ld.script
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(WINTOOL),y)
|
|
||||||
# Windows-native toolchains
|
|
||||||
DIRLINK = $(TOPDIR)/tools/copydir.sh
|
|
||||||
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
|
||||||
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
|
|
||||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
|
||||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
|
||||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
|
||||||
else
|
|
||||||
# Linux/Cygwin-native toolchain
|
|
||||||
MKDEP = $(TOPDIR)/tools/mkdeps.sh
|
|
||||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
|
||||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
|
||||||
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
|
||||||
endif
|
|
||||||
|
|
||||||
CC = $(CROSSDEV)gcc
|
|
||||||
CXX = $(CROSSDEV)g++
|
|
||||||
CPP = $(CROSSDEV)gcc -E
|
|
||||||
LD = $(CROSSDEV)ld
|
|
||||||
AR = $(CROSSDEV)ar rcs
|
|
||||||
NM = $(CROSSDEV)nm
|
|
||||||
OBJCOPY = $(CROSSDEV)objcopy
|
|
||||||
OBJDUMP = $(CROSSDEV)objdump
|
|
||||||
|
|
||||||
ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
|
|
||||||
ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
|
|
||||||
ARCHOPTIMIZATION = -g
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_DEBUG_NOOPT),y)
|
|
||||||
ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
|
|
||||||
endif
|
|
||||||
|
|
||||||
ARCHCFLAGS = -fno-builtin
|
|
||||||
ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fno-rtti
|
|
||||||
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
|
|
||||||
ARCHWARNINGSXX = -Wall -Wshadow
|
|
||||||
ARCHDEFINES =
|
|
||||||
ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
|
|
||||||
|
|
||||||
CFLAGS = $(ARCHCFLAGS) $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
|
|
||||||
CPICFLAGS = $(ARCHPICFLAGS) $(CFLAGS)
|
|
||||||
CXXFLAGS = $(ARCHCXXFLAGS) $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHXXINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
|
|
||||||
CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
|
|
||||||
CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES)
|
|
||||||
AFLAGS = $(CFLAGS) -D__ASSEMBLY__
|
|
||||||
|
|
||||||
NXFLATLDFLAGS1 = -r -d -warn-common
|
|
||||||
NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -no-check-sections
|
|
||||||
LDNXFLATFLAGS = -e main -s 2048
|
|
||||||
|
|
||||||
OBJEXT = .o
|
|
||||||
LIBEXT = .a
|
|
||||||
EXEEXT =
|
|
||||||
|
|
||||||
ifneq ($(CROSSDEV),arm-nuttx-elf-)
|
|
||||||
LDFLAGS += -nostartfiles -nodefaultlibs
|
|
||||||
endif
|
|
||||||
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
|
|
||||||
LDFLAGS += -g
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
HOSTCC = gcc
|
|
||||||
HOSTINCLUDES = -I.
|
|
||||||
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -g -pipe
|
|
||||||
HOSTLDFLAGS =
|
|
||||||
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/stm3210e-eval/nxlines/appconfig
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nxlines
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,53 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# configs/stm3210e-eval/nxlines/setenv.sh
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
|
|
||||||
if [ "$_" = "$0" ] ; then
|
|
||||||
echo "You must source this script, not run it!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
WD=`pwd`
|
|
||||||
if [ ! -x "setenv.sh" ]; then
|
|
||||||
echo "This script must be executed from the top-level NuttX build directory"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "${PATH_ORIG}" ]; then
|
|
||||||
export PATH_ORIG="${PATH}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
|
||||||
export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
|
||||||
@@ -1,116 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/stm3210e-eval/nxtext/Make.defs
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
|
|
||||||
include ${TOPDIR}/.config
|
|
||||||
include ${TOPDIR}/tools/Config.mk
|
|
||||||
include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_STM32_DFU),y)
|
|
||||||
LDSCRIPT = ld.script.dfu
|
|
||||||
else
|
|
||||||
LDSCRIPT = ld.script
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(WINTOOL),y)
|
|
||||||
# Windows-native toolchains
|
|
||||||
DIRLINK = $(TOPDIR)/tools/copydir.sh
|
|
||||||
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
|
||||||
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
|
|
||||||
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
|
||||||
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
|
||||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
|
||||||
else
|
|
||||||
# Linux/Cygwin-native toolchain
|
|
||||||
MKDEP = $(TOPDIR)/tools/mkdeps.sh
|
|
||||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
|
||||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
|
||||||
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
|
|
||||||
endif
|
|
||||||
|
|
||||||
CC = $(CROSSDEV)gcc
|
|
||||||
CXX = $(CROSSDEV)g++
|
|
||||||
CPP = $(CROSSDEV)gcc -E
|
|
||||||
LD = $(CROSSDEV)ld
|
|
||||||
AR = $(CROSSDEV)ar rcs
|
|
||||||
NM = $(CROSSDEV)nm
|
|
||||||
OBJCOPY = $(CROSSDEV)objcopy
|
|
||||||
OBJDUMP = $(CROSSDEV)objdump
|
|
||||||
|
|
||||||
ARCHCCVERSION = ${shell $(CC) -v 2>&1 | sed -n '/^gcc version/p' | sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q'}
|
|
||||||
ARCHCCMAJOR = ${shell echo $(ARCHCCVERSION) | cut -d'.' -f1}
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
|
|
||||||
ARCHOPTIMIZATION = -g
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_DEBUG_NOOPT),y)
|
|
||||||
ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
|
|
||||||
endif
|
|
||||||
|
|
||||||
ARCHCFLAGS = -fno-builtin
|
|
||||||
ARCHCXXFLAGS = -fno-builtin -fno-exceptions -fno-rtti
|
|
||||||
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
|
|
||||||
ARCHWARNINGSXX = -Wall -Wshadow
|
|
||||||
ARCHDEFINES =
|
|
||||||
ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10
|
|
||||||
|
|
||||||
CFLAGS = $(ARCHCFLAGS) $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
|
|
||||||
CPICFLAGS = $(ARCHPICFLAGS) $(CFLAGS)
|
|
||||||
CXXFLAGS = $(ARCHCXXFLAGS) $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHXXINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) -pipe
|
|
||||||
CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
|
|
||||||
CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRADEFINES)
|
|
||||||
AFLAGS = $(CFLAGS) -D__ASSEMBLY__
|
|
||||||
|
|
||||||
NXFLATLDFLAGS1 = -r -d -warn-common
|
|
||||||
NXFLATLDFLAGS2 = $(NXFLATLDFLAGS1) -T$(TOPDIR)/binfmt/libnxflat/gnu-nxflat-pcrel.ld -no-check-sections
|
|
||||||
LDNXFLATFLAGS = -e main -s 2048
|
|
||||||
|
|
||||||
OBJEXT = .o
|
|
||||||
LIBEXT = .a
|
|
||||||
EXEEXT =
|
|
||||||
|
|
||||||
ifneq ($(CROSSDEV),arm-nuttx-elf-)
|
|
||||||
LDFLAGS += -nostartfiles -nodefaultlibs
|
|
||||||
endif
|
|
||||||
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
|
|
||||||
LDFLAGS += -g
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
HOSTCC = gcc
|
|
||||||
HOSTINCLUDES = -I.
|
|
||||||
HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -g -pipe
|
|
||||||
HOSTLDFLAGS =
|
|
||||||
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/stm3210e-eval/nxtext/appconfig
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nxtext
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,62 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# configs/stm3210e-eval/nxtext/setenv.sh
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
|
||||||
# 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
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
|
|
||||||
if [ "$_" = "$0" ] ; then
|
|
||||||
echo "You must source this script, not run it!" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
WD=`pwd`
|
|
||||||
if [ ! -x "setenv.sh" ]; then
|
|
||||||
echo "This script must be executed from the top-level NuttX build directory"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "${PATH_ORIG}" ]; then
|
|
||||||
export PATH_ORIG="${PATH}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# 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
|
|
||||||
# the CodeSourcery toolchain in any other location
|
|
||||||
export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
|
|
||||||
|
|
||||||
# This is the Cygwin path to the location where I build the buildroot
|
|
||||||
# toolchain.
|
|
||||||
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
|
|
||||||
|
|
||||||
# Add the path to the toolchain to the PATH varialble
|
|
||||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
|
||||||
|
|
||||||
echo "PATH : ${PATH}"
|
|
||||||
Reference in New Issue
Block a user