summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* user: Add "Build a Board Support Package (BSP)"Sebastian Huber2019-02-182-0/+147
|
* user: Add "Bootstrap the RTEMS Sources"Sebastian Huber2019-02-182-0/+56
|
* user: Add "Install the Tool Suite" sectionSebastian Huber2019-02-183-0/+130
|
* user: Add "Obtain the Sources" sectionSebastian Huber2019-02-182-0/+52
|
* user: Rework Prefixes sectionSebastian Huber2019-02-185-41/+41
| | | | | | Rename it to "Choose an Installation Prefix". Update #3675.
* user: Fix references to prefixes sectionSebastian Huber2019-02-185-9/+7
|
* user: Rework "Host Computer Setup" sectionSebastian Huber2019-02-182-10/+14
| | | | Rename it to "Prepare Your Host Computer".
* user: Add product nameSebastian Huber2019-02-181-2/+2
|
* user: Add basic Intel Cyclone V documentationSebastian Huber2019-02-181-2/+73
|
* Use pathto() on the genindex URL to make it relative.Chris Johns2019-02-1515-32/+1
|
* common/latex.py: Remove hack for CentOS. Use Texlive per instructions.Joel Sherrill2019-02-131-8/+0
|
* README.txt: Fix typosJoel Sherrill2019-02-131-2/+2
|
* waf: Use the release date in the coverpageChris Johns2019-02-142-4/+18
|
* waf: Fix version.py to support older versions of git.Chris Johns2019-02-132-17/+35
|
* waf: Remove as many sys path hacks as we can.Chris Johns2019-02-1316-165/+111
| | | | | | | | There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
* Remove minted from the PDF builds.Chris Johns2019-02-133-1518/+2
| | | | | | This is feedback from the Sphinx project. See: https://github.com/sphinx-doc/sphinx/issues/6021#issuecomment-460951653
* Add copyright noticesSebastian Huber2019-02-089-0/+13
|
* build: Prepend project common pathSebastian Huber2019-02-0832-32/+32
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* cpu-supplement: Fix file nameSebastian Huber2019-02-072-1/+1
|
* Version change, forgot to add wscript to the commit.Chris Johns2019-02-071-1/+1
|
* Fix the version logic to make it more robust.Chris Johns2019-02-071-1/+4
|
* Fix building with Sphinx 1.8 and later.Chris Johns2019-02-062-14/+33
| | | | | | | | - Provide the pytnon.ist file for makeindex. - Add support for xelatex building so we can switch if we want too. Closes #3669
* Support VERSION file for releasing and deploymentChris Johns2019-02-062-35/+170
| | | | - Shorten the GIT hash.
* user: Add basic event recording documentationSebastian Huber2019-02-015-4/+64
| | | | Update #3665.
* c-user: Add event recording configurationSebastian Huber2019-02-011-0/+58
| | | | Update #3665.
* bsp-howto: Fix URLsSebastian Huber2019-01-312-2/+2
|
* user: Use capital letters for acronymsSebastian Huber2019-01-242-4/+5
| | | | Fix GCC definition.
* user: Spell out third-partySebastian Huber2019-01-2411-21/+21
|
* user: Stub documentation for griscv BSPSebastian Huber2019-01-221-0/+6
| | | | Update #3678.
* Change first copyright year to 1988Sebastian Huber2019-01-181-1/+1
| | | | The OAR copyright goes back to 1988.
* user: Add "Host Computer Setup" to "Quick Start"Sebastian Huber2019-01-142-0/+20
|
* user: Move "Prefixes" to "Quick Start"Sebastian Huber2019-01-144-42/+57
| | | | | Move "Project Sandboxing" to a separate section of the "Installation" chapter since this is an advance topic which may confuse new users.
* user: Rework "Hardware" chapterSebastian Huber2019-01-148-104/+120
| | | | | | | Rename it to "Target Hardware". Remove BSPs section and reference the BSPs chapter instead. Remove explicit list of architectures and reference the BSPs chapter instead. Fix typos. Elaborate multilib description in the architecture section.
* user: Move deployment details to RSB chapterSebastian Huber2019-01-143-155/+164
|
* user: Move "Ecosystem" into "Introduction"Sebastian Huber2019-01-143-242/+239
|
* user: Move "Support" to "Introduction"Sebastian Huber2019-01-143-128/+125
| | | | | New users may find it useful to get this information in the introduction.
* Reformat and update copyright and license noticesSebastian Huber2019-01-1414-99/+90
| | | | | | | | For everything before 2015 an OAR copyright is assumed. Later copyright notices are based on Git commits on a best effort basis. The copyright notices of the "RTEMS Software Engineering Handbook" and the "RTEMS CPU Architecture Supplement" are incomplete.
* user: Add RSB content as a chapterSebastian Huber2019-01-1414-81/+33
| | | | Remove the separate RSB manual.
* user: Remove unused fileSebastian Huber2019-01-111-10/+0
|
* common/header: Add missing copyright noticeSebastian Huber2019-01-111-0/+4
|
* rsb: Reword some sentencesChris Johns2019-01-111-6/+6
|
* rsb: Move content of duplicate sectionSebastian Huber2019-01-114-66/+24
| | | | | Move "Controlling the Tools Build" section and "Building Tools and RTEMS" chapter to "Project Sets" chapter and "RTEMS" section.
* rsb: Move "Why Build from Source?" to own chapterSebastian Huber2019-01-113-56/+60
|
* rsb: Move "History" to own chapterSebastian Huber2019-01-113-33/+38
| | | | Move it to the end of the document. It is auxiliary information.
* Simplify SPDX-License-Identifier commentSebastian Huber2019-01-11272-272/+272
|
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-11178-178/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-11235-378/+262
|
* user: Add TODO entries for all BSP familiesSebastian Huber2019-01-0916-6/+370
| | | | Update #3464.
* rsb: Fix chapter layoutSebastian Huber2019-01-091-3/+0
|
* user: Rework overviewSebastian Huber2019-01-093-31/+233
| | | | | | Move "Overview", "Real-time Applicaiton Systems" and "Real-time Executive" chapters as sections into new "Introduction" chapter. Add "Feature" section.