summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-19 11:40:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-23 16:26:30 +0200
commitdcdf571c453b1ca9a9239144816a908fe468a5df (patch)
tree8dda863f95a0818362daad7f0bb6ddc0f352e8ff /libbsd.txt
parentlibbsd.txt: Move introduction content (diff)
downloadrtems-libbsd-dcdf571c453b1ca9a9239144816a908fe468a5df.tar.bz2
libbsd.txt: Move BSP related content
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 2cb7fb07..c86ffc99 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -7,7 +7,6 @@ RTEMS BSD Library Guide
== Getting Started
-=== Tool Chain ===
You need a tool chain for RTEMS based on the latest RTEMS Source Builder (RSB).
@@ -33,14 +32,6 @@ status' says `rtems_waf` need updating run the submodule update command:
$ git submodule sync
$ git submodule rtems_waf update
-=== Board Support Package Requirements ===
-
-You need the latest RTEMS version to build the libbsd master. The Board
-Support Package (BSP) must support the
-http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group\__rtems\__interrupt__extension.html[Interrupt Manager Extension]
-// The first underscores have to be masked to stop asciidoc interpreting them
-to make use of generic FreeBSD based drivers.
-
=== Board Support Package Configuration and Build ===
You need to configure RTEMS for the desired BSP and install it. The BSP must
@@ -66,16 +57,6 @@ ${HOME}/git-rtems/configure \
make && \
make install
-------------------------------------------------------------------------------
-
-The `arm/xilinx_zynq_a9_qemu` BSP running on the Qemu simulator has some
-benefits for development and test of the BSD library
-
-* it offers a NULL pointer read and write protection,
-* Qemu is a fast simulator,
-* Qemu provides support for GDB watchpoints,
-* Qemu provides support for virtual Ethernet networks, e.g. TUN and bridge
-devices (you can run multiple test instances on one virtual network).
-
=== BSD Library Configuration and Build ===
The build system based on the Waf build system. To build with Waf please refer