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. 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 | 20 +++-- 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, 526 insertions(+), 145 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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel