summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/Obsoleted/ChangeLog15
-rw-r--r--misc/Obsoleted/Patches/Remove-stm32f100rc_generic-2014-11-10.patch132
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/Kconfig (renamed from nuttx/configs/stm32f100rc_generic/Kconfig)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/README.txt (renamed from nuttx/configs/stm32f100rc_generic/README.txt)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/include/board.h (renamed from nuttx/configs/stm32f100rc_generic/include/board.h)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/nsh/Make.defs (renamed from nuttx/configs/stm32f100rc_generic/nsh/Make.defs)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/nsh/defconfig (renamed from nuttx/configs/stm32f100rc_generic/nsh/defconfig)0
-rwxr-xr-xmisc/Obsoleted/configs/stm32f100rc_generic/nsh/setenv.sh (renamed from nuttx/configs/stm32f100rc_generic/nsh/setenv.sh)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/scripts/ld.script (renamed from nuttx/configs/stm32f100rc_generic/scripts/ld.script)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/src/.gitignore (renamed from nuttx/configs/stm32f100rc_generic/src/.gitignore)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/src/Makefile (renamed from nuttx/configs/stm32f100rc_generic/src/Makefile)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/src/stm32f100rc_internal.h (renamed from nuttx/configs/stm32f100rc_generic/src/stm32f100rc_internal.h)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/src/up_boot.c (renamed from nuttx/configs/stm32f100rc_generic/src/up_boot.c)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/src/up_buttons.c (renamed from nuttx/configs/stm32f100rc_generic/src/up_buttons.c)0
-rw-r--r--misc/Obsoleted/configs/stm32f100rc_generic/src/up_leds.c (renamed from nuttx/configs/stm32f100rc_generic/src/up_leds.c)0
-rw-r--r--nuttx/Documentation/NuttX.html15
-rw-r--r--nuttx/Documentation/README.html4
-rw-r--r--nuttx/README.txt2
-rwxr-xr-xnuttx/configs/Kconfig13
-rw-r--r--nuttx/configs/README.txt6
-rw-r--r--nuttx/configs/stm32vldiscovery/README.txt6
21 files changed, 162 insertions, 31 deletions
diff --git a/misc/Obsoleted/ChangeLog b/misc/Obsoleted/ChangeLog
index dc86c53e5..511e2224a 100644
--- a/misc/Obsoleted/ChangeLog
+++ b/misc/Obsoleted/ChangeLog
@@ -35,3 +35,18 @@ ChangeLog
REMOVAL PATCH:
misc/Obsoleted/Patches/Remove-16z-2014-9-5.patch
+2014-11-10: Removed support for the stm32f100rc_generic board configuration
+
+ REASON
+ This support was obsoleted because of a decision to stop support of
+ generic board configurations. Generic board configurations do not
+ provide support for any specific hardware but can be useful only if
+ there are not other examples for the setup for a particular
+ architecture.
+
+ NEW HOME:
+ misc/Obsoleted/configs/stm32f100rc_generic
+
+ REMOVAL PATCH
+ misc/Obsoleted/Patches/Remove-stm32f100rc_generic-2014-11-10.patch
+ \ No newline at end of file
diff --git a/misc/Obsoleted/Patches/Remove-stm32f100rc_generic-2014-11-10.patch b/misc/Obsoleted/Patches/Remove-stm32f100rc_generic-2014-11-10.patch
new file mode 100644
index 000000000..a84506185
--- /dev/null
+++ b/misc/Obsoleted/Patches/Remove-stm32f100rc_generic-2014-11-10.patch
@@ -0,0 +1,132 @@
+diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
+index 6c54d68..02a55b3 100644
+--- a/nuttx/Documentation/NuttX.html
++++ b/nuttx/Documentation/NuttX.html
+@@ -8,7 +8,7 @@
+ <tr align="center" bgcolor="#e4e4e4">
+ <td>
+ <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
+- <p>Last Updated: November 3, 2014</p>
++ <p>Last Updated: November 11, 2014</p>
+ </td>
+ </tr>
+ </table>
+@@ -2487,10 +2487,17 @@ nsh>
+ </li>
+ <li>
+ <p>
+- <b>Generic Board Support</b>
++ <b>Generic Board Support (obsoleted)</b>
+ This logic was extended to support the <i>high density</i> STM32F100RC chips by Freddie Chopin
+ There is <i>generic</i> support for STM32F100RC boards.
+- Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f100rc_generic/README.txt">README</a> file for further information.
++ Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/Obsoleted/configs/stm32f100rc_generic/README.txt">README</a> file for further information.
++ </p>
++ <p>
++ <b><i>Obsoleted</i></b>.
++ This generic board supported has been <i>obsoleted</i>.
++ The code has been moved out of the NuttX source tree but can still be found be found in <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/Obsoleted/">Obsoleted</a> directory.
++ This support was obsoleted because of a decision to stop support of <i>generic</i> board configurations.
++ Generic board configurations do not provide support for any specific hardware but can be useful only if there are not other examples for the setup for a particular architecture.
+ </p>
+ </li>
+ <li>
+@@ -4153,7 +4160,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
+ </p>
+ <p>
+ <b><i>Obsoleted</i></b>.
+- This architecture has been <i>obsoleted</i>.
++ This board support has been <i>obsoleted</i>.
+ The code has been moved out of the NuttX source tree but can still be found be found in <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/Obsoleted/">Obsoleted</a> directory.
+ This support was obsoleted because of technical issues that make NuttX unusable on the board at least in the short term. This configuration may return to the NuttX source tree at some time in the future.
+ </p>
+diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
+index a15681e..95b5760 100644
+--- a/nuttx/Documentation/README.html
++++ b/nuttx/Documentation/README.html
+@@ -8,7 +8,7 @@
+ <tr align="center" bgcolor="#e4e4e4">
+ <td>
+ <h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1>
+- <p>Last Updated: November 7, 2014</p>
++ <p>Last Updated: November 11, 2014</p>
+ </td>
+ </tr>
+ </table>
+@@ -213,8 +213,6 @@
+ | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3240g-eval/README.txt"><b><i>README.txt</i></b></a>
+ | | |- stm32_tiny/
+ | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32_tiny/README.txt"><b><i>README.txt</i></b></a>
+- | | |- stm32f100rc_generic/
+- | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f100rc_generic/README.txt"><b><i>README.txt</i></b></a>
+ | | |- stm32f3discovery/
+ | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f3discovery/README.txt"><b><i>README.txt</i></b></a>
+ | | |- stm32f4discovery/
+diff --git a/nuttx/README.txt b/nuttx/README.txt
+index e1b9f94..2862116 100644
+--- a/nuttx/README.txt
++++ b/nuttx/README.txt
+@@ -1167,8 +1167,6 @@ nuttx
+ | | `- README.txt
+ | |- stm32_tiny/
+ | | `- README.txt
+- | |- stm32f100rc_generic/
+- | | `- README.txt
+ | |- stm32f3discovery/
+ | | `- README.txt
+ | |- stm32f4discovery/
+diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
+index de1380c..e2230b0 100755
+--- a/nuttx/configs/Kconfig
++++ b/nuttx/configs/Kconfig
+@@ -734,15 +734,6 @@ config ARCH_BOARD_STM3240G_EVAL
+ microcontroller (ARM Cortex-M4 with FPU). This port uses a GNU Cortex-M4
+ toolchain (such as CodeSourcery).
+
+-config ARCH_BOARD_STM32F100RC_GENERIC
+- bool "STMicro STM32F100RC generic board"
+- depends on ARCH_CHIP_STM32F100RC
+- select ARCH_HAVE_LEDS
+- select ARCH_HAVE_BUTTONS
+- select ARCH_HAVE_IRQBUTTONS
+- ---help---
+- STMicro STM32F100RC generic board.
+-
+ config ARCH_BOARD_STM32F3_DISCOVERY
+ bool "STMicro STM32F3-Discovery board"
+ depends on ARCH_CHIP_STM32F303VC
+@@ -1085,7 +1076,6 @@ config ARCH_BOARD
+ default "stm3210e-eval" if ARCH_BOARD_STM3210E_EVAL
+ default "stm3220g-eval" if ARCH_BOARD_STM3220G_EVAL
+ default "stm3240g-eval" if ARCH_BOARD_STM3240G_EVAL
+- default "stm32f100rc_generic" if ARCH_BOARD_STM32F100RC_GENERIC
+ default "stm32f3discovery" if ARCH_BOARD_STM32F3_DISCOVERY
+ default "stm32f4discovery" if ARCH_BOARD_STM32F4_DISCOVERY
+ default "stm32f429i-disco" if ARCH_BOARD_STM32F429I_DISCO
+@@ -1378,9 +1368,6 @@ endif
+ if ARCH_BOARD_STM3240G_EVAL
+ source "configs/stm3240g-eval/Kconfig"
+ endif
+-if ARCH_BOARD_STM32F100RC_GENERIC
+-source "configs/stm32f100rc_generic/Kconfig"
+-endif
+ if ARCH_BOARD_STM32F4_DISCOVERY
+ source "configs/stm32f4discovery/Kconfig"
+ endif
+diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
+index c24e18b..78cc7a1 100644
+--- a/nuttx/configs/README.txt
++++ b/nuttx/configs/README.txt
+@@ -543,12 +543,6 @@ configs/stm3240g-eval
+ microcontroller (ARM Cortex-M4 with FPU). This port uses a GNU Cortex-M4
+ toolchain (such as CodeSourcery).
+
+-configs/stm32f100rc_generic
+- STMicro STM32F100RC generic board based on STM32F100RC high-density value line
+- chip. This "generic" configuration is not very usable out-of-box, but can be
+- used as a starting point to creating new configs with similar STM32
+- high-density value line chips.
+-
+ configs/stm32f4discovery
+ STMicro STM32F4-Discovery board based on the STMIcro STM32F407VGT6 MCU.
+
diff --git a/nuttx/configs/stm32f100rc_generic/Kconfig b/misc/Obsoleted/configs/stm32f100rc_generic/Kconfig
index c5af1e0a4..c5af1e0a4 100644
--- a/nuttx/configs/stm32f100rc_generic/Kconfig
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/Kconfig
diff --git a/nuttx/configs/stm32f100rc_generic/README.txt b/misc/Obsoleted/configs/stm32f100rc_generic/README.txt
index e77976038..e77976038 100644
--- a/nuttx/configs/stm32f100rc_generic/README.txt
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/README.txt
diff --git a/nuttx/configs/stm32f100rc_generic/include/board.h b/misc/Obsoleted/configs/stm32f100rc_generic/include/board.h
index 59c4b31cc..59c4b31cc 100644
--- a/nuttx/configs/stm32f100rc_generic/include/board.h
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/include/board.h
diff --git a/nuttx/configs/stm32f100rc_generic/nsh/Make.defs b/misc/Obsoleted/configs/stm32f100rc_generic/nsh/Make.defs
index 751ebccea..751ebccea 100644
--- a/nuttx/configs/stm32f100rc_generic/nsh/Make.defs
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/nsh/Make.defs
diff --git a/nuttx/configs/stm32f100rc_generic/nsh/defconfig b/misc/Obsoleted/configs/stm32f100rc_generic/nsh/defconfig
index b1f0b2d82..b1f0b2d82 100644
--- a/nuttx/configs/stm32f100rc_generic/nsh/defconfig
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/nsh/defconfig
diff --git a/nuttx/configs/stm32f100rc_generic/nsh/setenv.sh b/misc/Obsoleted/configs/stm32f100rc_generic/nsh/setenv.sh
index 0e3810cbb..0e3810cbb 100755
--- a/nuttx/configs/stm32f100rc_generic/nsh/setenv.sh
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/nsh/setenv.sh
diff --git a/nuttx/configs/stm32f100rc_generic/scripts/ld.script b/misc/Obsoleted/configs/stm32f100rc_generic/scripts/ld.script
index f9fde02ac..f9fde02ac 100644
--- a/nuttx/configs/stm32f100rc_generic/scripts/ld.script
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/scripts/ld.script
diff --git a/nuttx/configs/stm32f100rc_generic/src/.gitignore b/misc/Obsoleted/configs/stm32f100rc_generic/src/.gitignore
index 726d936e1..726d936e1 100644
--- a/nuttx/configs/stm32f100rc_generic/src/.gitignore
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/src/.gitignore
diff --git a/nuttx/configs/stm32f100rc_generic/src/Makefile b/misc/Obsoleted/configs/stm32f100rc_generic/src/Makefile
index 8cd8a2af4..8cd8a2af4 100644
--- a/nuttx/configs/stm32f100rc_generic/src/Makefile
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/src/Makefile
diff --git a/nuttx/configs/stm32f100rc_generic/src/stm32f100rc_internal.h b/misc/Obsoleted/configs/stm32f100rc_generic/src/stm32f100rc_internal.h
index 2d4b282c0..2d4b282c0 100644
--- a/nuttx/configs/stm32f100rc_generic/src/stm32f100rc_internal.h
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/src/stm32f100rc_internal.h
diff --git a/nuttx/configs/stm32f100rc_generic/src/up_boot.c b/misc/Obsoleted/configs/stm32f100rc_generic/src/up_boot.c
index ca9f89d68..ca9f89d68 100644
--- a/nuttx/configs/stm32f100rc_generic/src/up_boot.c
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/src/up_boot.c
diff --git a/nuttx/configs/stm32f100rc_generic/src/up_buttons.c b/misc/Obsoleted/configs/stm32f100rc_generic/src/up_buttons.c
index b05b7a1d5..b05b7a1d5 100644
--- a/nuttx/configs/stm32f100rc_generic/src/up_buttons.c
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/src/up_buttons.c
diff --git a/nuttx/configs/stm32f100rc_generic/src/up_leds.c b/misc/Obsoleted/configs/stm32f100rc_generic/src/up_leds.c
index ea453d15a..ea453d15a 100644
--- a/nuttx/configs/stm32f100rc_generic/src/up_leds.c
+++ b/misc/Obsoleted/configs/stm32f100rc_generic/src/up_leds.c
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 6c54d6880..02a55b317 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: November 3, 2014</p>
+ <p>Last Updated: November 11, 2014</p>
</td>
</tr>
</table>
@@ -2487,10 +2487,17 @@ nsh>
</li>
<li>
<p>
- <b>Generic Board Support</b>
+ <b>Generic Board Support (obsoleted)</b>
This logic was extended to support the <i>high density</i> STM32F100RC chips by Freddie Chopin
There is <i>generic</i> support for STM32F100RC boards.
- Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f100rc_generic/README.txt">README</a> file for further information.
+ Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/Obsoleted/configs/stm32f100rc_generic/README.txt">README</a> file for further information.
+ </p>
+ <p>
+ <b><i>Obsoleted</i></b>.
+ This generic board supported has been <i>obsoleted</i>.
+ The code has been moved out of the NuttX source tree but can still be found be found in <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/Obsoleted/">Obsoleted</a> directory.
+ This support was obsoleted because of a decision to stop support of <i>generic</i> board configurations.
+ Generic board configurations do not provide support for any specific hardware but can be useful only if there are not other examples for the setup for a particular architecture.
</p>
</li>
<li>
@@ -4153,7 +4160,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
</p>
<p>
<b><i>Obsoleted</i></b>.
- This architecture has been <i>obsoleted</i>.
+ This board support has been <i>obsoleted</i>.
The code has been moved out of the NuttX source tree but can still be found be found in <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/Obsoleted/">Obsoleted</a> directory.
This support was obsoleted because of technical issues that make NuttX unusable on the board at least in the short term. This configuration may return to the NuttX source tree at some time in the future.
</p>
diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
index a15681e95..95b5760f8 100644
--- a/nuttx/Documentation/README.html
+++ b/nuttx/Documentation/README.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1>
- <p>Last Updated: November 7, 2014</p>
+ <p>Last Updated: November 11, 2014</p>
</td>
</tr>
</table>
@@ -213,8 +213,6 @@
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3240g-eval/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32_tiny/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32_tiny/README.txt"><b><i>README.txt</i></b></a>
- | | |- stm32f100rc_generic/
- | | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f100rc_generic/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f3discovery/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f3discovery/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f4discovery/
diff --git a/nuttx/README.txt b/nuttx/README.txt
index e1b9f943e..28621166e 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -1167,8 +1167,6 @@ nuttx
| | `- README.txt
| |- stm32_tiny/
| | `- README.txt
- | |- stm32f100rc_generic/
- | | `- README.txt
| |- stm32f3discovery/
| | `- README.txt
| |- stm32f4discovery/
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index de1380c49..e2230b02f 100755
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -734,15 +734,6 @@ config ARCH_BOARD_STM3240G_EVAL
microcontroller (ARM Cortex-M4 with FPU). This port uses a GNU Cortex-M4
toolchain (such as CodeSourcery).
-config ARCH_BOARD_STM32F100RC_GENERIC
- bool "STMicro STM32F100RC generic board"
- depends on ARCH_CHIP_STM32F100RC
- select ARCH_HAVE_LEDS
- select ARCH_HAVE_BUTTONS
- select ARCH_HAVE_IRQBUTTONS
- ---help---
- STMicro STM32F100RC generic board.
-
config ARCH_BOARD_STM32F3_DISCOVERY
bool "STMicro STM32F3-Discovery board"
depends on ARCH_CHIP_STM32F303VC
@@ -1085,7 +1076,6 @@ config ARCH_BOARD
default "stm3210e-eval" if ARCH_BOARD_STM3210E_EVAL
default "stm3220g-eval" if ARCH_BOARD_STM3220G_EVAL
default "stm3240g-eval" if ARCH_BOARD_STM3240G_EVAL
- default "stm32f100rc_generic" if ARCH_BOARD_STM32F100RC_GENERIC
default "stm32f3discovery" if ARCH_BOARD_STM32F3_DISCOVERY
default "stm32f4discovery" if ARCH_BOARD_STM32F4_DISCOVERY
default "stm32f429i-disco" if ARCH_BOARD_STM32F429I_DISCO
@@ -1378,9 +1368,6 @@ endif
if ARCH_BOARD_STM3240G_EVAL
source "configs/stm3240g-eval/Kconfig"
endif
-if ARCH_BOARD_STM32F100RC_GENERIC
-source "configs/stm32f100rc_generic/Kconfig"
-endif
if ARCH_BOARD_STM32F4_DISCOVERY
source "configs/stm32f4discovery/Kconfig"
endif
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index c24e18b66..78cc7a10e 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -543,12 +543,6 @@ configs/stm3240g-eval
microcontroller (ARM Cortex-M4 with FPU). This port uses a GNU Cortex-M4
toolchain (such as CodeSourcery).
-configs/stm32f100rc_generic
- STMicro STM32F100RC generic board based on STM32F100RC high-density value line
- chip. This "generic" configuration is not very usable out-of-box, but can be
- used as a starting point to creating new configs with similar STM32
- high-density value line chips.
-
configs/stm32f4discovery
STMicro STM32F4-Discovery board based on the STMIcro STM32F407VGT6 MCU.
diff --git a/nuttx/configs/stm32vldiscovery/README.txt b/nuttx/configs/stm32vldiscovery/README.txt
index ac6a58d35..64f5a6b28 100644
--- a/nuttx/configs/stm32vldiscovery/README.txt
+++ b/nuttx/configs/stm32vldiscovery/README.txt
@@ -170,7 +170,7 @@ NuttX EABI "buildroot" Toolchain
1. You must have already configured Nuttx in <some-dir>/nuttx.
cd tools
- ./configure.sh stm32f100rc_generic/<sub-dir>
+ ./configure.sh stm32vldiscovery/<sub-dir>
2. Download the latest buildroot package into <some-dir>
@@ -256,7 +256,7 @@ LEDs
It is asumed that STMicro STM32F100RC generic board board has one LED on PA0.
You should configure the port and pin number in
-configs/stm32f100rc_generic/src/stm32f100rc_internal.h. This LED is not used by
+configs/stm32vldiscovery/src/stm32f100rc_internal.h. This LED is not used by
the board port unless CONFIG_ARCH_LEDS is defined. In that case, the usage by
the board port is defined in include/board.h and src/up_leds.c. The LED is used
to encode OS-related events as follows:
@@ -451,7 +451,7 @@ Each STMicro STM32F100RC generic configuration is maintained in a sub-directory
and can be selected as follow:
cd tools
- ./configure.sh stm32f100rc_generic/<subdir>
+ ./configure.sh stm32vldiscovery/<subdir>
cd -
. ./setenv.sh