px4-firmware/nuttx/configs/stm3210e-eval/RIDE
patacongo 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4337 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-01-25 23:04:17 +00:00
..
Make.defs Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
README.txt Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
appconfig Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
bigfatstub.c Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
defconfig More name changes: USBSER->PL2303 CDCSER->CDCACM 2012-01-25 23:04:17 +00:00
nuttx.ctx Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nuttx.dbi Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nuttx.elf.ld Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nuttx.rapp Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nuttx.rdb Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
nuttx.rprj Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
setenv.sh Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
stm32-ld.sh Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
stm32-nuttx.ld Completes coding of the PWM module 2011-12-19 19:24:09 +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.