source: rtems-docs/user/hardware/bsps.rst @ e52906b

5
Last change on this file since e52906b was e52906b, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:06

Simplify SPDX-License-Identifier comment

  • Property mode set to 100644
File size: 667 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2016 Chris Johns <chrisj@rtems.org>
4
5.. _bsps:
6
7Board Support Packages (BSP)
8============================
9.. index:: Board Support Package
10.. index:: BSP
11
12A Board Suport Package is a historical term for a package of code, and
13supporting documentation for a target. The sparation is still important today
14for users with custom hardware.
15
16RTEMS includes 173 board support packages in it's source tree and this is a
17small number of actual targets running because it does not take into account
18the custom targets.
19
20You can see the BSP list in RTEMS by asking RTEMS with:
21
22.. code-block:: shell
23
24  $ ./rtems-bsps
Note: See TracBrowser for help on using the repository browser.