From 8da3a62701bd78adc6c2d9e3f858c593a82357c0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 6 Jul 2016 14:59:00 +1000 Subject: Add a Hardware section. --- user/hardware/bsps.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 user/hardware/bsps.rst (limited to 'user/hardware/bsps.rst') diff --git a/user/hardware/bsps.rst b/user/hardware/bsps.rst new file mode 100644 index 0000000..907a161 --- /dev/null +++ b/user/hardware/bsps.rst @@ -0,0 +1,25 @@ +.. comment SPDX-License-Identifier: CC-BY-SA-4.0 + +.. comment: Copyright (c) 2016 Chris Johns +.. comment: All rights reserved. + +.. _bsps: + +Board Support Packages (BSP) +---------------------------- +.. index:: Board Support Package +.. index:: BSP + +A Board Suport Package is a historical term for a package of code, and +supporting documentation for a target. The sparation is still important today +for users with custom hardware. + +RTEMS includes 173 board support packages in it's source tree and this is a +small number of actual targets running because it does not take into account +the custom targets. + +You can see the BSP list in RTEMS by asking RTEMS with: + +.. code-block:: shell + + $ ./rtems-bsps -- cgit v1.2.3