[rtems-docs commit] bsp-howto: Avoid :file: role with ${...}

Sebastian Huber sebh at rtems.org
Mon Apr 23 05:54:41 UTC 2018


Module:    rtems-docs
Branch:    master
Commit:    676d3d5d286a4e6bdcac6cdc840ac1a6e87ae24e
Changeset: http://git.rtems.org/rtems-docs/commit/?id=676d3d5d286a4e6bdcac6cdc840ac1a6e87ae24e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr 23 07:52:56 2018 +0200

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.

---

 bsp-howto/target_dependant_files.rst | 8 ++++----
 1 file 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




More information about the vc mailing list