summaryrefslogtreecommitdiffstats
path: root/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Eliminate UTF-8 characters except superscripted 2 in i2cJoel Sherrill2018-12-202-4/+4
|
* users/host/posix.rst: Update Ubuntu instructions based on 18.04.1 LTSJoel Sherrill2018-11-161-3/+13
| | | | Closes #3416.
* glossary.rst: Fix grammar errors (GCI 2018)Aneendya2018-11-161-2/+2
|
* user: add a warning not to use special characters in pathnamesMarçal Comajoan Cara2018-11-161-0/+7
| | | | | | | | | | | | | | | Spaces and other specical characters in pathnames break builds of any software packages using GNU make. All of the GNU tools and RTEMS use make and this breaks builds. This is a long standing known issue with GNU make, which can't handle spaces in pathnames: https://savannah.gnu.org/bugs/?712 This work was part of GCI 2018. Probably closes #3450.
* Remove m32c architecture portSebastian Huber2018-11-091-2/+1
| | | | Update #3599.
* user: spelling and grammar fixesMarçal Comajoan Cara2018-11-092-5/+5
| | | | This work was part of GCI 2018.
* user: Update architecture listSebastian Huber2018-11-081-1/+3
|
* user: Remove obsolete boostrap -p stepSebastian Huber2018-11-081-44/+2
| | | | Update #3254.
* user: Add RTEMS executable and test documentation.Chris Johns2018-11-0317-47/+1371
|
* User: Simplify the top level headings.Chris Johns2018-11-034-10/+26
|
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* Move duplicate host configuration information from RSB to Users GuideJoel Sherrill2018-10-134-236/+383
|
* Merge duplicative RSB Quick Start into Users GuideJoel Sherrill2018-10-134-18/+240
|
* user: Document QorIQ BSP variantsSebastian Huber2018-10-011-0/+3
|