summaryrefslogtreecommitdiffstats
path: root/user/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-11 14:44:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-14 07:15:27 +0100
commit3de74baacbb4145642d0e058846485bb4a3f631f (patch)
tree0ca1c20a49f765a293dd06b2ec69e6cc17a623e3 /user/bsps
parentuser: Move deployment details to RSB chapter (diff)
downloadrtems-docs-3de74baacbb4145642d0e058846485bb4a3f631f.tar.bz2
user: Rework "Hardware" chapter
Rename it to "Target Hardware". Remove BSPs section and reference the BSPs chapter instead. Remove explicit list of architectures and reference the BSPs chapter instead. Fix typos. Elaborate multilib description in the architecture section.
Diffstat (limited to 'user/bsps')
-rw-r--r--user/bsps/index.rst46
1 files changed, 26 insertions, 20 deletions
diff --git a/user/bsps/index.rst b/user/bsps/index.rst
index e5acfd7..a8035e1 100644
--- a/user/bsps/index.rst
+++ b/user/bsps/index.rst
@@ -2,7 +2,7 @@
.. Copyright (C) 2018 embedded brains GmbH
-.. _BoardSupportPackages:
+.. _BSPs:
Board Support Packages
**********************
@@ -16,24 +16,30 @@ applications.
RTEMS contains a large number of BSPs for commonly available simulators and
target hardware.
+You can see the current BSP list in the RTEMS sources by asking RTEMS with:
+
+.. code-block:: shell
+
+ $ ./rtems-bsps
+
.. toctree::
- bsps-aarch64
- bsps-arm
- bsps-bfin
- bsps-epiphany
- bsps-i386
- bsps-lm32
- bsps-m68k
- bsps-microblaze
- bsps-mips
- bsps-moxie
- bsps-nios2
- bsps-or1k
- bsps-powerpc
- bsps-riscv
- bsps-sh
- bsps-sparc64
- bsps-sparc
- bsps-v850
- bsps-x86_64
+ bsps-aarch64
+ bsps-arm
+ bsps-bfin
+ bsps-epiphany
+ bsps-i386
+ bsps-lm32
+ bsps-m68k
+ bsps-microblaze
+ bsps-mips
+ bsps-moxie
+ bsps-nios2
+ bsps-or1k
+ bsps-powerpc
+ bsps-riscv
+ bsps-sh
+ bsps-sparc64
+ bsps-sparc
+ bsps-v850
+ bsps-x86_64