From 365ffcd212b8836b7dce5ec21ea4205148bc85e5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 4 Oct 2009 17:48:35 +0000 Subject: Started a RIDE project for STM32 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2120 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/RIDE/nuttx.ctx | 22 +++++++++++ nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi | 20 ++++++++++ nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld | 19 ++++++++++ nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp | 51 ++++++++++++++++++++++++++ nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb | Bin 0 -> 63488 bytes nuttx/configs/stm3210e-eval/RIDE/nuttx.rprj | 4 ++ 6 files changed, 116 insertions(+) create mode 100755 nuttx/configs/stm3210e-eval/RIDE/nuttx.ctx create mode 100755 nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi create mode 100755 nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld create mode 100755 nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp create mode 100755 nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb create mode 100755 nuttx/configs/stm3210e-eval/RIDE/nuttx.rprj (limited to 'nuttx/configs/stm3210e-eval/RIDE') diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.ctx b/nuttx/configs/stm3210e-eval/RIDE/nuttx.ctx new file mode 100755 index 000000000..a0085389f --- /dev/null +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.ctx @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi b/nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi new file mode 100755 index 000000000..76dbcbc6a --- /dev/null +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi @@ -0,0 +1,20 @@ +[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 +[Device] +Name=STM32F101VET6 +[ARMSigDrv options] +CXS=0 +[Debug] +Explore=No +Startup=1 +StartupSymb=main +ToolName=RLINK_CORTEX diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld b/nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld new file mode 100755 index 000000000..cd09bda62 --- /dev/null +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld @@ -0,0 +1,19 @@ + +SEARCH_DIR(".") +SEARCH_DIR("C:\Program Files\Raisonance\Ride\Lib\ARM") +STARTUP("C:\Program Files\Raisonance\Ride\lib\ARM\crt0_STM32x_HD.o") +INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\stm32_timerisr.o") +INPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\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") +EXTERN( __io_putchar ) +EXTERN( _write ) +INPUT("STM32x_io_putchar_thumb.a") +INPUT("e_stdio_thumb.a") +INPUT("STM32F10x_thumb.lib") +OUTPUT("C:\cygwin\home\Owner\projects\nuttx\nuttx\configs\stm3210e-eval\RIDE\nuttx.elf") +INCLUDE "C:\Program Files\Raisonance\Ride\lib\ARM\STM32F101_32K_32K_FLASH.ld" diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp new file mode 100755 index 000000000..e47cb3c8b --- /dev/null +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp @@ -0,0 +1,51 @@ + + + + + + + + + + + + + +
+ + +
+
+ + +
+ +
+ +
+ + +
+
+ + +
+ +
+ +
+ + +
+ +
+ +
+ + +
+ +
+
+
+
\ No newline at end of file diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb new file mode 100755 index 000000000..ce32c4f61 Binary files /dev/null and b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb differ diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.rprj b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rprj new file mode 100755 index 000000000..b366ffc08 --- /dev/null +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rprj @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3