mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-09 10:09:22 +08:00

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.
46 lines
873 B
ReStructuredText
46 lines
873 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. Copyright (C) 2018 embedded brains GmbH
|
|
|
|
.. _BSPs:
|
|
|
|
Board Support Packages
|
|
**********************
|
|
.. index:: Board Support Packages
|
|
.. index:: BSP
|
|
|
|
A Board Support Package or BSP is the software that glues a specific target or
|
|
board or piece of hardware to RTEMS so it's services are available to
|
|
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
|