You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
patacongo a2256f3fd9 Refactor common make definitions to tools/Config.mk; Add verbosity option to build (Richard Cochran) 13 years ago
..
Make.defs Refactor common make definitions to tools/Config.mk; Add verbosity option to build (Richard Cochran) 13 years ago
README.txt Resync new repository with old repo r5166 13 years ago
appconfig Resync new repository with old repo r5166 13 years ago
bigfatstub.c Resync new repository with old repo r5166 13 years ago
defconfig Resync new repository with old repo r5166 13 years ago
nuttx.ctx Resync new repository with old repo r5166 13 years ago
nuttx.dbi Resync new repository with old repo r5166 13 years ago
nuttx.elf.ld Resync new repository with old repo r5166 13 years ago
nuttx.rapp Resync new repository with old repo r5166 13 years ago
nuttx.rdb Resync new repository with old repo r5166 13 years ago
nuttx.rprj Resync new repository with old repo r5166 13 years ago
setenv.sh Resync new repository with old repo r5166 13 years ago
stm32-ld.sh Resync new repository with old repo r5166 13 years ago
stm32-nuttx.ld Resync new repository with old repo r5166 13 years ago

README.txt

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

stm32-nuttx.ld

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.