summaryrefslogtreecommitdiffstats
path: root/bsp-howto/target_dependant_files.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 07:52:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 07:54:20 +0200
commit676d3d5d286a4e6bdcac6cdc840ac1a6e87ae24e (patch)
treeeed7e0bb7abe19a22085abe593c90d7863d1fa4c /bsp-howto/target_dependant_files.rst
parentbsp-howto: Update BSP source code structure (diff)
downloadrtems-docs-676d3d5d286a4e6bdcac6cdc840ac1a6e87ae24e.tar.bz2
bsp-howto: Avoid :file: role with ${...}
The curly braces have a special meaning in the :file: role. This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to '')
-rw-r--r--bsp-howto/target_dependant_files.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/bsp-howto/target_dependant_files.rst b/bsp-howto/target_dependant_files.rst
index 2f9f89f..d9c4baa 100644
--- a/bsp-howto/target_dependant_files.rst
+++ b/bsp-howto/target_dependant_files.rst
@@ -144,9 +144,9 @@ Board Support Package Structure
The BSPs are all under the `bsps <https://git.rtems.org/rtems/tree/bsps>`_
directory. The structure in this source subtree is:
-* :file:`bsps/shared`
-* :file:`bsps/${{RTEMS_CPU}}/shared`
-* :file:`bsps/${{RTEMS_CPU}}/${{RTEMS_BSP_FAMILY}}`
+* ``bsps/shared``
+* ``bsps/${RTEMS_CPU}/shared``
+* ``bsps/${RTEMS_CPU}/${RTEMS_BSP_FAMILY}``
The ``${RTEMS_CPU}`` is a particular architecture, e.g. arm, powerpc, riscv,
sparc, etc. The ``shared`` directories contain code shared by all BSPs or BSPs
@@ -154,7 +154,7 @@ of a particular architecture. The ``${RTEMS_BSP_FAMILY}`` directories contain
BSPs for a particular system on chip (SoC) or processor family.
Use the following structure under the
-:file:`bsps/${{RTEMS_CPU}}/${{RTEMS_BSP_FAMILY}}`:
+``bsps/${RTEMS_CPU}/${RTEMS_BSP_FAMILY}``:
* :file:`ata` - the legacy ATA/IDE driver
* :file:`btimer` - the legacy benchmark timer driver