nuttx/configs/stm3210e-eval/RIDE
patacongo 61955434b1 Add strnlen()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
2010-10-27 20:54:11 +00:00
..
bigfatstub.c Missed uint32 type conversions 2009-12-17 18:47:48 +00:00
defconfig Add strnlen() 2010-10-27 20:54:11 +00:00
Make.defs CodeSourcery can't handle -Os 2009-10-27 17:18:20 +00:00
nuttx.ctx Basic USART setup works 2009-10-11 19:52:20 +00:00
nuttx.dbi Don't discard unused sections 2009-10-11 15:16:03 +00:00
nuttx.elf.ld Don't discard unused sections 2009-10-11 15:16:03 +00:00
nuttx.rapp Basic USART setup works 2009-10-11 19:52:20 +00:00
nuttx.rdb Basic USART setup works 2009-10-11 19:52:20 +00:00
nuttx.rprj Started a RIDE project for STM32 2009-10-04 17:48:35 +00:00
README.txt This project actually builds 2009-10-11 14:23:23 +00:00
setenv.sh update 2009-10-11 13:59:52 +00:00
stm32-ld.sh Don't discard unused sections 2009-10-11 15:16:03 +00:00
stm32-nuttx.ld Don't discard unused sections 2009-10-11 15:16:03 +00:00

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.