[PATCH v2 00/10] Rework quick start in user manual
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Jan 28 12:27:02 UTC 2019
This patch set reworks the quick start chapter in the user manual. You
find a PDF with this patch set here:
https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf
It duplicates some information with the "Installation" chapter. The
"Installation" chapter should be reworked to contain the details.
The "Build Your Application" is a TODO.
v2:
Fix some issues after first review from Chris.
Sebastian Huber (10):
user: Rework "Host Computer Setup" section
user: Fix references to prefixes section
user: Rework Prefixes section
user: Add "Obtain the Sources" section
user: Add "Install the Tool Suite" section
user: Add "Bootstrap the RTEMS Sources"
user: Add "Build a Board Support Package (BSP)"
user: Add "Test a Board Support Package (BSP)"
user: Add "Build Your Application"
user: Remove obsolete content in quick start
user/hardware/architectures.rst | 3 +
user/hosts/macos.rst | 2 +-
user/hosts/posix.rst | 4 +-
user/installation/project-sandboxing.rst | 5 +-
user/installation/releases.rst | 4 +-
user/rsb/why-build-from-source.rst | 2 +
user/start/app.rst | 11 +++
user/start/bootstrap.rst | 55 ++++++++++++
user/start/bsp-build.rst | 146 +++++++++++++++++++++++++++++++
user/start/bsp-test.rst | 66 ++++++++++++++
user/start/host.rst | 22 ++---
user/start/index.rst | 93 ++------------------
user/start/prefixes.rst | 79 +++++++++--------
user/start/sources.rst | 51 +++++++++++
user/start/tools.rst | 126 ++++++++++++++++++++++++++
user/testing/index.rst | 2 +
user/tools/index.rst | 2 +
17 files changed, 527 insertions(+), 146 deletions(-)
create mode 100644 user/start/app.rst
create mode 100644 user/start/bootstrap.rst
create mode 100644 user/start/bsp-build.rst
create mode 100644 user/start/bsp-test.rst
create mode 100644 user/start/sources.rst
create mode 100644 user/start/tools.rst
--
2.16.4
More information about the devel
mailing list