summaryrefslogtreecommitdiff
path: root/misc/Obsoleted/Patches/Remove-stm32f100rc_generic-2014-11-10.patch
blob: a845061857f9055f4cc08e8d099cfedbea402d32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
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.