From cc1d3facbe853b5ddcbb73f9123f35d7a17ca535 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 9 Nov 2016 12:33:08 +1100 Subject: bsp-howto: Fix header levels. --- bsp-howto/ada95_interrupt.rst | 2 +- bsp-howto/analog.rst | 2 +- bsp-howto/ata.rst | 2 +- bsp-howto/clock.rst | 2 +- bsp-howto/command.rst | 3 +-- bsp-howto/console.rst | 2 +- bsp-howto/discrete.rst | 2 +- bsp-howto/frame_buffer.rst | 2 +- bsp-howto/ide_controller.rst | 2 +- bsp-howto/initilization_code.rst | 2 +- bsp-howto/linker_script.rst | 4 ++-- bsp-howto/makefiles.rst | 2 +- bsp-howto/miscellanous_support.rst | 4 ++-- bsp-howto/networking.rst | 2 +- bsp-howto/non_volatile_memory.rst | 2 +- bsp-howto/preface.rst | 2 +- bsp-howto/real_time_clock.rst | 2 +- bsp-howto/shared_memory_support.rst | 2 +- bsp-howto/target_dependant_files.rst | 2 +- bsp-howto/timer.rst | 2 +- 20 files changed, 22 insertions(+), 23 deletions(-) diff --git a/bsp-howto/ada95_interrupt.rst b/bsp-howto/ada95_interrupt.rst index f6fc0fc..08832d1 100644 --- a/bsp-howto/ada95_interrupt.rst +++ b/bsp-howto/ada95_interrupt.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Ada95 Interrupt Support -####################### +*********************** Introduction ============ diff --git a/bsp-howto/analog.rst b/bsp-howto/analog.rst index ac8ddb0..907e240 100644 --- a/bsp-howto/analog.rst +++ b/bsp-howto/analog.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Analog Driver -############# +************* The Analog driver is responsible for providing an interface to Digital to Analog Converters (DACs) and Analog to Digital Converters (ADCs). The diff --git a/bsp-howto/ata.rst b/bsp-howto/ata.rst index 1d3546d..9416a80 100644 --- a/bsp-howto/ata.rst +++ b/bsp-howto/ata.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. ATA Driver -########## +********** Terms ===== diff --git a/bsp-howto/clock.rst b/bsp-howto/clock.rst index 38b6d62..f1d4c3b 100644 --- a/bsp-howto/clock.rst +++ b/bsp-howto/clock.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Clock Driver -############ +************ Introduction ============ diff --git a/bsp-howto/command.rst b/bsp-howto/command.rst index 46bd174..45714c9 100644 --- a/bsp-howto/command.rst +++ b/bsp-howto/command.rst @@ -1,9 +1,8 @@ .. comment SPDX-License-Identifier: CC-BY-SA-4.0 Command and Variable Index -########################## +************************** There are currently no Command and Variable Index entries. .. COMMENT: @printindex fn - diff --git a/bsp-howto/console.rst b/bsp-howto/console.rst index bcca519..64e3c3a 100644 --- a/bsp-howto/console.rst +++ b/bsp-howto/console.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Console Driver -############## +************** Introduction ============ diff --git a/bsp-howto/discrete.rst b/bsp-howto/discrete.rst index 6fbc51e..6607882 100644 --- a/bsp-howto/discrete.rst +++ b/bsp-howto/discrete.rst @@ -1,7 +1,7 @@ .. comment SPDX-License-Identifier: CC-BY-SA-4.0 Discrete Driver -############### +*************** The Discrete driver is responsible for providing an interface to Discrete Input/Outputs. The capabilities provided by this class of device driver are: diff --git a/bsp-howto/frame_buffer.rst b/bsp-howto/frame_buffer.rst index 006191c..5f74712 100644 --- a/bsp-howto/frame_buffer.rst +++ b/bsp-howto/frame_buffer.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Frame Buffer Driver -################### +******************* In this chapter, we present the basic functionality implemented by a frame buffer driver: diff --git a/bsp-howto/ide_controller.rst b/bsp-howto/ide_controller.rst index 82961da..c5e4435 100644 --- a/bsp-howto/ide_controller.rst +++ b/bsp-howto/ide_controller.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. IDE Controller Driver -##################### +********************* Introduction ============ diff --git a/bsp-howto/initilization_code.rst b/bsp-howto/initilization_code.rst index a69731e..85bc10b 100644 --- a/bsp-howto/initilization_code.rst +++ b/bsp-howto/initilization_code.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Initialization Code -################### +******************* Introduction ============ diff --git a/bsp-howto/linker_script.rst b/bsp-howto/linker_script.rst index 9fe046b..1940ae8 100644 --- a/bsp-howto/linker_script.rst +++ b/bsp-howto/linker_script.rst @@ -6,7 +6,7 @@ .. COMMENT: All rights reserved. Linker Script -############# +************* What is a "linkcmds" file? ========================== @@ -300,7 +300,7 @@ BSP This file can be found at $BSP340_ROOT/startup/linkcmds. } >ram .. _Initialized Data: - + Initialized Data ================ diff --git a/bsp-howto/makefiles.rst b/bsp-howto/makefiles.rst index b79437b..b7ca12f 100644 --- a/bsp-howto/makefiles.rst +++ b/bsp-howto/makefiles.rst @@ -7,7 +7,7 @@ .. _Makefiles: Makefiles -######### +********* This chapter discusses the Makefiles associated with a BSP. It does not describe the process of configuring, building, and installing RTEMS. This diff --git a/bsp-howto/miscellanous_support.rst b/bsp-howto/miscellanous_support.rst index 4a487ee..1986bb6 100644 --- a/bsp-howto/miscellanous_support.rst +++ b/bsp-howto/miscellanous_support.rst @@ -6,7 +6,7 @@ .. COMMENT: All rights reserved. Miscellaneous Support Files -########################### +*************************** GCC Compiler Specifications File ================================ @@ -62,7 +62,7 @@ documentation available for a particular peripheral controller and how to obtain that documentation. It may also explain some particularly cryptic part of the software in that directory or provide rationale on the implementation. -times +Times ===== This file contains the results of the RTEMS Timing Test Suite. It is in a diff --git a/bsp-howto/networking.rst b/bsp-howto/networking.rst index 4bcbce2..d8d5b0a 100644 --- a/bsp-howto/networking.rst +++ b/bsp-howto/networking.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Networking Driver -################# +***************** Introduction ============ diff --git a/bsp-howto/non_volatile_memory.rst b/bsp-howto/non_volatile_memory.rst index 7187dbf..e23c162 100644 --- a/bsp-howto/non_volatile_memory.rst +++ b/bsp-howto/non_volatile_memory.rst @@ -6,7 +6,7 @@ .. COMMENT: All rights reserved. Non-Volatile Memory Driver -########################## +************************** The Non-Volatile driver is responsible for providing an interface to various types of non-volatile memory. These types of memory include, but are not diff --git a/bsp-howto/preface.rst b/bsp-howto/preface.rst index dc43075..7ab34ab 100644 --- a/bsp-howto/preface.rst +++ b/bsp-howto/preface.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Introduction -############ +************ Before reading this documentation, it is strongly advised to read the RTEMS Development Environment Guide to get acquainted with the RTEMS directory diff --git a/bsp-howto/real_time_clock.rst b/bsp-howto/real_time_clock.rst index 457c6e0..1858243 100644 --- a/bsp-howto/real_time_clock.rst +++ b/bsp-howto/real_time_clock.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Real-Time Clock Driver -###################### +********************** Introduction ============ diff --git a/bsp-howto/shared_memory_support.rst b/bsp-howto/shared_memory_support.rst index f73588d..332e4b6 100644 --- a/bsp-howto/shared_memory_support.rst +++ b/bsp-howto/shared_memory_support.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Shared Memory Support Driver -############################ +**************************** The Shared Memory Support Driver is responsible for providing glue routines and configuration information required by the Shared Memory Multiprocessor diff --git a/bsp-howto/target_dependant_files.rst b/bsp-howto/target_dependant_files.rst index ecc9b3a..2f15094 100644 --- a/bsp-howto/target_dependant_files.rst +++ b/bsp-howto/target_dependant_files.rst @@ -6,7 +6,7 @@ Target Dependent Files -###################### +********************** 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 diff --git a/bsp-howto/timer.rst b/bsp-howto/timer.rst index ec1279f..f0ec09b 100644 --- a/bsp-howto/timer.rst +++ b/bsp-howto/timer.rst @@ -5,7 +5,7 @@ .. COMMENT: All rights reserved. Timer Driver -############ +************ The timer driver is primarily used by the RTEMS Timing Tests. This driver provides as accurate a benchmark timer as possible. It typically reports its -- cgit v1.2.3