px4-firmware/nuttx/configs/stm3210e-eval/RIDE
patacongo 5b7a650b16 Part I of port of Rhombus math library
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5269 42af7a65-404d-4744-a932-0658087f49c3
2012-10-28 14:31:57 +00:00
..
Make.defs Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ld 2012-10-10 17:01:23 +00:00
README.txt Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
appconfig Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
bigfatstub.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
defconfig Part I of port of Rhombus math library 2012-10-28 14:31:57 +00:00
nuttx.ctx Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
nuttx.dbi Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
nuttx.elf.ld Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
nuttx.rapp Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
nuttx.rdb Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
nuttx.rprj Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
setenv.sh Change the default path to the buildroot bin/ directory in all setenv.sh files 2012-10-10 12:56:02 +00:00
stm32-ld.sh Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
stm32-nuttx.ld Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

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.