diff --git a/configs/stm3210e-eval/README.txt b/configs/stm3210e-eval/README.txt index 37a2c214894..b36d4f20b5c 100755 --- a/configs/stm3210e-eval/README.txt +++ b/configs/stm3210e-eval/README.txt @@ -346,4 +346,7 @@ Where is one of the following: This configuration directory, performs a simple OS test using examples/ostest. + RIDE + This configuration builds a trivial bring-up binary. It is + useful only because it words with the RIDE7 IDE and R-Link debugger. diff --git a/configs/stm3210e-eval/RIDE/nuttx.ctx b/configs/stm3210e-eval/RIDE/nuttx.ctx index 8dad95fea28..eaa41d318a7 100755 --- a/configs/stm3210e-eval/RIDE/nuttx.ctx +++ b/configs/stm3210e-eval/RIDE/nuttx.ctx @@ -1,11 +1,11 @@ - + + - - - - + + + @@ -18,8 +18,23 @@ + - + + + + + + + + + +AutoSize="1" Edit="0" Sortable="1" Visible="1" /> + + + + + \ No newline at end of file diff --git a/configs/stm3210e-eval/RIDE/nuttx.rapp b/configs/stm3210e-eval/RIDE/nuttx.rapp index d4fdfd6d458..3a57d815d1f 100755 --- a/configs/stm3210e-eval/RIDE/nuttx.rapp +++ b/configs/stm3210e-eval/RIDE/nuttx.rapp @@ -1,47 +1,79 @@ - + + + + + + +
- +
- -
- -
- -
- - -
-
-
+ +
+ + +
+
+ + +
+ +
- +
- +
+ +
+
+ + +
+
+ + + + +
+
+ + + +
+
+ + +
+ +
+ +
+
diff --git a/configs/stm3210e-eval/RIDE/nuttx.rdb b/configs/stm3210e-eval/RIDE/nuttx.rdb index bba76386526..5a4c7145cef 100755 Binary files a/configs/stm3210e-eval/RIDE/nuttx.rdb and b/configs/stm3210e-eval/RIDE/nuttx.rdb differ diff --git a/configs/stm3210e-eval/ostest/Make.defs b/configs/stm3210e-eval/ostest/Make.defs index 773b3e71ca2..2940b86fd0f 100644 --- a/configs/stm3210e-eval/ostest/Make.defs +++ b/configs/stm3210e-eval/ostest/Make.defs @@ -37,7 +37,7 @@ include ${TOPDIR}/.config # Setup for the selected toolchain -ifeq ($(CONFIG_STM32_DFU)y) +ifeq ($(CONFIG_STM32_DFU),y) LDSCRIPT = ld.script.dfu else LDSCRIPT = ld.script diff --git a/configs/stm3210e-eval/ostest/defconfig b/configs/stm3210e-eval/ostest/defconfig index 7c5afbdf78a..f490ea9fc03 100755 --- a/configs/stm3210e-eval/ostest/defconfig +++ b/configs/stm3210e-eval/ostest/defconfig @@ -92,7 +92,7 @@ CONFIG_STM32_CODESOURCERY=n CONFIG_STM32_DEVKITARM=n CONFIG_STM32_RAISONANCE=n CONFIG_STM32_BUILDROOT=y -CONFIG_STM32_DFU=n +CONFIG_STM32_DFU=y # # Individual subsystems can be enabled: