summaryrefslogtreecommitdiffstats
path: root/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* user/exe: Add Device Tree sectionVijay Kumar Banerjee2019-08-073-19/+95
|
* user: Move support sections to top levelSebastian Huber2019-08-067-120/+156
| | | | | This is a preparation step to move the bug reporting procedure from the wiki to the user manual and to add a contributing section.
* user/bsps : Fix formatting and typo in arm/beagleVijay Kumar Banerjee2019-07-271-18/+37
|
* user/bsps : Add documentation for BeagleVijay Kumar Banerjee2019-07-201-2/+89
|
* user: Split the ARM BSPs source into separate files.Chris Johns2019-07-1220-382/+458
|
* user: Add the boot image tool command.Chris Johns2019-06-122-0/+446
|
* user: Document boot image generationSebastian Huber2019-05-271-1/+12
| | | | Update #3727.
* user: Add basic lpc24xx descriptionSebastian Huber2019-03-181-3/+72
| | | | | Update #3724. Update #3725.
* user/test: Update with the latest test configuration format.Chris Johns2019-03-061-14/+96
|
* User: Change output block to type none.Chris Johns2019-03-0127-117/+119
|
* user: Remove nit-picky warnings.Chris Johns2019-02-2834-313/+541
|
* Add unicode support for commonly used characters like copyright.Chris Johns2019-02-281-8/+10
| | | | | - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
* Update User Documentation for Host setup for LinuxVaibhav Gupta2019-02-282-0/+7
| | | | | Mention the requirement of 'pax' package for building BSP if RTEMS is configured with '--enable-tests' option, else build fails.
* user: Add a Dynamic Loader section.Chris Johns2019-02-208-3/+881
|
* user: Fix tense in quick startSebastian Huber2019-02-192-4/+5
|
* user: Clarify U-Boot commandsSebastian Huber2019-02-191-4/+12
|
* user: Remove obsolete content in quick startSebastian Huber2019-02-181-87/+0
|
* user: Add "Build Your Application"Sebastian Huber2019-02-182-0/+12
|
* user: Add "Test a Board Support Package (BSP)"Sebastian Huber2019-02-183-0/+69
|
* 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-151-2/+0
|
* waf: Remove as many sys path hacks as we can.Chris Johns2019-02-131-11/+7
| | | | | | | | 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.
* build: Prepend project common pathSebastian Huber2019-02-082-2/+2
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* user: Add basic event recording documentationSebastian Huber2019-02-015-4/+64
| | | | Update #3665.
* 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.
* 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-141-8/+12
| | | | | | | | 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-1410-15/+2772
| | | | Remove the separate RSB manual.
* user: Remove unused fileSebastian Huber2019-01-111-10/+0
|
* Simplify SPDX-License-Identifier commentSebastian Huber2019-01-1166-66/+66
|
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-1142-42/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-1161-62/+81
|
* user: Add TODO entries for all BSP familiesSebastian Huber2019-01-0916-6/+370
| | | | Update #3464.
* 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.
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-23/+1
|