Add warnings to basic BSP chapters

Update #2852.
This commit is contained in:
Sebastian Huber 2016-12-20 13:17:04 +01:00
parent 02d17023c1
commit c8aecf996c
5 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,10 @@
Initialization Code Initialization Code
******************* *******************
.. warning::
This chapter contains outdated and confusing information.
Introduction Introduction
============ ============

View File

@ -8,6 +8,10 @@
Linker Script Linker Script
************* *************
.. warning::
This chapter contains outdated and confusing information.
What is a "linkcmds" file? What is a "linkcmds" file?
========================== ==========================

View File

@ -9,6 +9,10 @@
Makefiles Makefiles
********* *********
.. warning::
This chapter contains outdated and confusing information.
This chapter discusses the Makefiles associated with a BSP. It does not This chapter discusses the Makefiles associated with a BSP. It does not
describe the process of configuring, building, and installing RTEMS. This describe the process of configuring, building, and installing RTEMS. This
chapter will not provide detailed information about this process. Nonetheless, chapter will not provide detailed information about this process. Nonetheless,

View File

@ -8,6 +8,10 @@
Miscellaneous Support Files Miscellaneous Support Files
*************************** ***************************
.. warning::
This chapter contains outdated and confusing information.
GCC Compiler Specifications File GCC Compiler Specifications File
================================ ================================

View File

@ -8,6 +8,10 @@
Target Dependent Files 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 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 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 reused on all RTEMS platforms. Other parts of the executive are specific to