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 @@

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/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 @@

    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/ 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.