mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 07:09:24 +08:00
bsp-howto: Fix header levels.
This commit is contained in:
parent
b5a035170f
commit
cc1d3facbe
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
Ada95 Interrupt Support
|
||||
#######################
|
||||
***********************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
ATA Driver
|
||||
##########
|
||||
**********
|
||||
|
||||
Terms
|
||||
=====
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
Clock Driver
|
||||
############
|
||||
************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -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
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
Console Driver
|
||||
##############
|
||||
**************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
IDE Controller Driver
|
||||
#####################
|
||||
*********************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
Initialization Code
|
||||
###################
|
||||
*******************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -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
|
||||
================
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
Networking Driver
|
||||
#################
|
||||
*****************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,7 @@
|
||||
.. COMMENT: All rights reserved.
|
||||
|
||||
Real-Time Clock Driver
|
||||
######################
|
||||
**********************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user