summaryrefslogtreecommitdiffstats
path: root/user (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-08build: Prepend project common pathSebastian Huber2-2/+2
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2019-02-01user: Add basic event recording documentationSebastian Huber5-4/+64
Update #3665.
2019-01-24user: Use capital letters for acronymsSebastian Huber2-4/+5
Fix GCC definition.
2019-01-24user: Spell out third-partySebastian Huber11-21/+21
2019-01-22user: Stub documentation for griscv BSPSebastian Huber1-0/+6
Update #3678.
2019-01-14user: Add "Host Computer Setup" to "Quick Start"Sebastian Huber2-0/+20
2019-01-14user: Move "Prefixes" to "Quick Start"Sebastian Huber4-42/+57
Move "Project Sandboxing" to a separate section of the "Installation" chapter since this is an advance topic which may confuse new users.
2019-01-14user: Rework "Hardware" chapterSebastian Huber8-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.
2019-01-14user: Move deployment details to RSB chapterSebastian Huber3-155/+164
2019-01-14user: Move "Ecosystem" into "Introduction"Sebastian Huber3-242/+239
2019-01-14user: Move "Support" to "Introduction"Sebastian Huber3-128/+125
New users may find it useful to get this information in the introduction.
2019-01-14Reformat and update copyright and license noticesSebastian Huber1-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.
2019-01-14user: Add RSB content as a chapterSebastian Huber10-15/+2772
Remove the separate RSB manual.
2019-01-11user: Remove unused fileSebastian Huber1-10/+0
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber66-66/+66
2019-01-11Remove superfluous "All rights reserved."Sebastian Huber42-42/+0
2019-01-11Use standard format for copyright linesSebastian Huber61-62/+81
2019-01-09user: Add TODO entries for all BSP familiesSebastian Huber16-6/+370
Update #3464.
2019-01-09user: Rework overviewSebastian Huber3-31/+233
Move "Overview", "Real-time Applicaiton Systems" and "Real-time Executive" chapters as sections into new "Introduction" chapter. Add "Feature" section.
2019-01-09Add common header.rst to reduce copy and pasteSebastian Huber1-23/+1
2018-12-20Eliminate UTF-8 characters except superscripted 2 in i2cJoel Sherrill2-4/+4
2018-11-16users/host/posix.rst: Update Ubuntu instructions based on 18.04.1 LTSJoel Sherrill1-3/+13
Closes #3416.
2018-11-16glossary.rst: Fix grammar errors (GCI 2018)Aneendya1-2/+2
2018-11-16user: add a warning not to use special characters in pathnamesMarçal Comajoan Cara1-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.
2018-11-09Remove m32c architecture portSebastian Huber1-2/+1
Update #3599.
2018-11-09user: spelling and grammar fixesMarçal Comajoan Cara2-5/+5
This work was part of GCI 2018.
2018-11-08user: Update architecture listSebastian Huber1-1/+3
2018-11-08user: Remove obsolete boostrap -p stepSebastian Huber1-44/+2
Update #3254.
2018-11-03user: Add RTEMS executable and test documentation.Chris Johns17-47/+1371
2018-11-03User: Simplify the top level headings.Chris Johns4-10/+26
2018-10-19Update the copyright year.Chris Johns1-1/+1
2018-10-13Move duplicate host configuration information from RSB to Users GuideJoel Sherrill4-236/+383
2018-10-13Merge duplicative RSB Quick Start into Users GuideJoel Sherrill4-18/+240
2018-10-01user: Document QorIQ BSP variantsSebastian Huber1-0/+3
2018-09-25user: Add i.MX 7D MMC/SDCard driverSebastian Huber1-0/+8
Close #3525.
2018-08-29user: Add qoriq BSP sectionSebastian Huber1-1/+78
Update #2854.
2018-08-21build: Fix indexing so it works on HTML and PDF.Chris Johns2-5/+1
- Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
2018-08-20user: Update x86-64 chapter with end-of-GSoC statusAmaan Cheval1-1/+51
2018-08-02user: Add RISC-V BSP sectionSebastian Huber1-1/+109
Update #3433.
2018-07-18user: Add x86_64 BSP chapterAmaan Cheval1-1/+142
2018-06-26user: Add BSP chapter for each architectureSebastian Huber19-0/+144
Update #3464.
2018-06-26user: Add ARM BSPs chapterSebastian Huber3-0/+153
Add NXP i.MX section as a BSP example. Update #2854.
2018-06-18Adding Trace DocumentationVidushi Vashishth6-0/+996
- Updates #3454 - This commit adds Tracing Framework Chapter in the RTEMS User Manual - It comprises of subchapters on RTEMS Trace Linker, Capture Engine, Trace generation techniques explaining trace generation using Trace Buffering and Printk generators and sample demonstrations.
2018-03-28user: Do not mention "bootstrap -p"Sebastian Huber1-2/+1
It is now obsolete and was never necessary for an RTEMS users. Update #3254.
2017-11-13Clean up sphinx warnings.Chris Johns6-83/+43
- Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229.
2017-11-13Use '.. toctree::' and not '.. include::' in the User Manual.Chris Johns17-228/+30
- Change all suitable '.. include::' to TOC tree. - Remove unused and not needed sections. - Fix the conf.py to not exclude some files. Close #3232.
2017-11-12Add indexes to all documents.Chris Johns2-2/+5
Update #3229.
2017-11-09Change RTEMS version to 5Sebastian Huber9-228/+244
Update #3220.
2017-08-11Update copyright notices.Chris Johns3-11/+32
2017-06-14User Manual: Added rtems-tester in the docsTanu Hari Dixit2-0/+447
Added as part of Tools. Made changes according to Chris' review Also removed the ini format part inline with the new release that is expected.