diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 6c54d68809..02a55b317a 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 3, 2014

+

Last Updated: November 11, 2014

@@ -2487,10 +2487,17 @@ nsh>
  • - Generic Board Support + Generic Board Support (obsoleted) This logic was extended to support the high density STM32F100RC chips by Freddie Chopin There is generic support for STM32F100RC boards. - Refer to the NuttX board README file for further information. + Refer to the NuttX board README file for further information. +

    +

    + Obsoleted. + This generic board supported has been obsoleted. + The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted directory. + 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.

  • @@ -4153,7 +4160,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);

    Obsoleted. - This architecture has been obsoleted. + This board support has been obsoleted. The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted 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.

    diff --git a/Documentation/README.html b/Documentation/README.html index a15681e955..95b5760f8a 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

    NuttX README Files

    -

    Last Updated: November 7, 2014

    +

    Last Updated: November 11, 2014

    @@ -213,8 +213,6 @@ | | | `- README.txt | | |- stm32_tiny/ | | | `- README.txt - | | |- stm32f100rc_generic/ - | | | `- README.txt | | |- stm32f3discovery/ | | | `- README.txt | | |- stm32f4discovery/