summaryrefslogtreecommitdiffstats
path: root/bsp_howto/target_dependant_files.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 20:01:18 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 20:01:18 -0500
commitf29b7c1cc5dfe039752fde5556e712f1897a0df6 (patch)
tree7a324d16fec5818f8a1fbc086e7decc6a916a564 /bsp_howto/target_dependant_files.rst
parentrtems-docs: Fix many unnecessary back slashes (diff)
downloadrtems-docs-f29b7c1cc5dfe039752fde5556e712f1897a0df6.tar.bz2
bsp_howto: Fix code-block markup
Diffstat (limited to '')
-rw-r--r--bsp_howto/target_dependant_files.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/bsp_howto/target_dependant_files.rst b/bsp_howto/target_dependant_files.rst
index 691e706..428c6e6 100644
--- a/bsp_howto/target_dependant_files.rst
+++ b/bsp_howto/target_dependant_files.rst
@@ -124,7 +124,7 @@ CPU Dependent Executive Files
The CPU dependent files in the RTEMS executive source code are found in the
following directory:
-.. code:: c
+.. code-block:: c
cpukit/score/cpu/<CPU>
@@ -143,13 +143,13 @@ may contain standard trap handlers for alignment or floating point exceptions
or device drivers for peripheral controllers found on the CPU itself.
This class of code may be found in the following directory:
-.. code:: c
+.. code-block:: c
c/src/lib/libcpu/<CPU>
CPU model dependent support code is found in the following directory:
-.. code:: c
+.. code-block:: c
c/src/lib/libcpu/<CPU>/<CPU_MODEL>
@@ -168,7 +168,7 @@ sparc, etc.). In addition, there is source code available which may be shared
across all BSPs regardless of the CPU family or just across BSPs within a
single CPU family. This results in a BSP using the following directories:
-.. code:: c
+.. code-block:: c
c/src/lib/libbsp/shared
c/src/lib/libbsp/<CPU>/shared
@@ -221,7 +221,7 @@ structure is discussed in more detail in the `Makefiles`_ chapter.
should have a copy of the gen68340 BSP available while reading this piece of
documentation. This BSP is located in the following directory:
-.. code:: c
+.. code-block:: c
c/src/lib/libbsp/m68k/gen68340