From dab64ea9509bc5a195a224660bf4564775301438 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 4 Oct 2009 18:22:50 +0000 Subject: RIDE uses pre-built NuttX start file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2121 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/README.txt | 12 +++++++----- nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi | 2 ++ nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld | 3 +-- nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp | 18 +++++++++--------- nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb | Bin 63488 -> 66560 bytes 5 files changed, 19 insertions(+), 16 deletions(-) (limited to 'nuttx/configs/stm3210e-eval') diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt index 0a2cc0b1a..37a2c2148 100755 --- a/nuttx/configs/stm3210e-eval/README.txt +++ b/nuttx/configs/stm3210e-eval/README.txt @@ -95,7 +95,9 @@ IDEs on the command line. Startup files will probably cause you some headaches. The NuttX startup file - is arch/arm/src/stm32/stm32_vectors.S + is arch/arm/src/stm32/stm32_vectors.S. With RIDE, I have to build NuttX + one time from the Cygwin command line in order to obtain the pre-built + startup object needed by RIDE. NuttX buildroot Toolchain ^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -291,10 +293,10 @@ STM3210E-EVAL-specific Configuration Options CONFIG_STM32_TIM3_FULL_REMAP CONFIG_STM32_TIM3_PARTIAL_REMAP CONFIG_STM32_TIM4_REMAP - CONFIG_STM32_USART1_REMAP - CONFIG_STM32_USART2_REMAP - CONFIG_STM32_USART3_FULL_REMAP - CONFIG_STM32_USART3_PARTIAL_REMAP + CONFIG_STM32_USART1_REMAP + CONFIG_STM32_USART2_REMAP + CONFIG_STM32_USART3_FULL_REMAP + CONFIG_STM32_USART3_PARTIAL_REMAP CONFIG_STM32_SPI1_REMAP CONFIG_STM32_SPI3_REMAP CONFIG_STM32_I2C1_REMAP diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi b/nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi index 76dbcbc6a..5b4cf3fca 100755 --- a/nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.dbi @@ -18,3 +18,5 @@ Explore=No Startup=1 StartupSymb=main ToolName=RLINK_CORTEX +[SimFile] +path=C:\Program Files\Raisonance\Ride\sim\ARM\STM32F101VET6.sim diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld b/nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld index cd09bda62..f3cbabde7 100755 --- a/nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.elf.ld @@ -1,9 +1,8 @@ SEARCH_DIR(".") SEARCH_DIR("C:\Program Files\Raisonance\Ride\Lib\ARM") -STARTUP("C:\Program Files\Raisonance\Ride\lib\ARM\crt0_STM32x_HD.o") +STARTUP("C:\cygwin\home\Owner\projects\nuttx\nuttx\arch\arm\src\stm32_vectors.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") diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp index e47cb3c8b..d4fdfd6d4 100755 --- a/nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp +++ b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rapp @@ -1,7 +1,6 @@ - @@ -13,35 +12,36 @@
- +
- +
- +
- +
- +
- +
- +
- +
+
diff --git a/nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb index ce32c4f61..1bea5c43d 100755 Binary files a/nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb and b/nuttx/configs/stm3210e-eval/RIDE/nuttx.rdb differ -- cgit v1.2.3