summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-10 07:46:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-10 07:48:48 -0600
commitc036323bdb1955b79af62094eb592758fcffd80d (patch)
tree57607d61cb50c123afb6e474ba97533c9324f8c9 /nuttx/Documentation
parent45ac4f41d4a70ba10aaec44cce5637fd24f1e9b7 (diff)
downloadnuttx-c036323bdb1955b79af62094eb592758fcffd80d.tar.gz
nuttx-c036323bdb1955b79af62094eb592758fcffd80d.tar.bz2
nuttx-c036323bdb1955b79af62094eb592758fcffd80d.zip
Remove stm32f100rc_generic board configuration
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html15
-rw-r--r--nuttx/Documentation/README.html4
2 files changed, 12 insertions, 7 deletions
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/