[rtems-docs commit] Add warnings to basic BSP chapters

Sebastian Huber sebh at rtems.org
Fri Dec 23 13:40:39 UTC 2016


Module:    rtems-docs
Branch:    master
Commit:    c8aecf996c61a6f2d38e9c6914528ad60b44cc2d
Changeset: http://git.rtems.org/rtems-docs/commit/?id=c8aecf996c61a6f2d38e9c6914528ad60b44cc2d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Dec 20 13:17:04 2016 +0100

Add warnings to basic BSP chapters

Update #2852.

---

 bsp-howto/initilization_code.rst     | 4 ++++
 bsp-howto/linker_script.rst          | 4 ++++
 bsp-howto/makefiles.rst              | 4 ++++
 bsp-howto/miscellanous_support.rst   | 4 ++++
 bsp-howto/target_dependant_files.rst | 4 ++++
 5 files changed, 20 insertions(+)

diff --git a/bsp-howto/initilization_code.rst b/bsp-howto/initilization_code.rst
index 85bc10b..3dacaa7 100644
--- a/bsp-howto/initilization_code.rst
+++ b/bsp-howto/initilization_code.rst
@@ -7,6 +7,10 @@
 Initialization Code
 *******************
 
+.. warning::
+
+   This chapter contains outdated and confusing information.
+
 Introduction
 ============
 
diff --git a/bsp-howto/linker_script.rst b/bsp-howto/linker_script.rst
index 1940ae8..c00d205 100644
--- a/bsp-howto/linker_script.rst
+++ b/bsp-howto/linker_script.rst
@@ -8,6 +8,10 @@
 Linker Script
 *************
 
+.. warning::
+
+   This chapter contains outdated and confusing information.
+
 What is a "linkcmds" file?
 ==========================
 
diff --git a/bsp-howto/makefiles.rst b/bsp-howto/makefiles.rst
index b7ca12f..cd0feaf 100644
--- a/bsp-howto/makefiles.rst
+++ b/bsp-howto/makefiles.rst
@@ -9,6 +9,10 @@
 Makefiles
 *********
 
+.. warning::
+
+   This chapter contains outdated and confusing information.
+
 This chapter discusses the Makefiles associated with a BSP.  It does not
 describe the process of configuring, building, and installing RTEMS.  This
 chapter will not provide detailed information about this process.  Nonetheless,
diff --git a/bsp-howto/miscellanous_support.rst b/bsp-howto/miscellanous_support.rst
index 1986bb6..75e5e1f 100644
--- a/bsp-howto/miscellanous_support.rst
+++ b/bsp-howto/miscellanous_support.rst
@@ -8,6 +8,10 @@
 Miscellaneous Support Files
 ***************************
 
+.. warning::
+
+   This chapter contains outdated and confusing information.
+
 GCC Compiler Specifications File
 ================================
 
diff --git a/bsp-howto/target_dependant_files.rst b/bsp-howto/target_dependant_files.rst
index 2f15094..fdfe5d2 100644
--- a/bsp-howto/target_dependant_files.rst
+++ b/bsp-howto/target_dependant_files.rst
@@ -8,6 +8,10 @@
 Target Dependent Files
 **********************
 
+.. warning::
+
+   This chapter contains outdated and confusing information.
+
 RTEMS has a multi-layered approach to portability. This is done to maximize the
 amount of software that can be reused. Much of the RTEMS source code can be
 reused on all RTEMS platforms. Other parts of the executive are specific to



More information about the vc mailing list