summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* posix-users/system_database.rst: Add PrototypesMarçal Comajoan Cara2018-11-211-4/+36
| | | | | | Add Prototypes to System Database APIs in POSIX Users Guide. This work was part of GCI 2018.
* posix-users/thread_cancellation.rst: Add PrototypesMarçal Comajoan Cara2018-11-211-3/+18
| | | | | | Add Prototypes to Thread Cancellation APIs. This work was part of GCI 2018.
* posix-users/language_specific_services.rst: Add Prototypes to Language ↵Marçal Comajoan Cara2018-11-211-42/+48
| | | | | | Specific Service APIs This work was part of GCI 2018.
* c-user: Remove 16-bit object identifiersSebastian Huber2018-11-211-36/+8
| | | | Close #3603.
* cpu-supplement/sparc.rst: Merge Annul Slot Explanation (GCI 2018)zehata2018-11-201-0/+45
| | | | | This content originated as an email response from Jiri Gaisler to Joel Sherrill in response to a question.
* cpu-supplement/sparc_v8_stacks_regwin.rst: Add credit boxJoel Sherrill2018-11-201-0/+8
|
* cpu-supplement/sparc_v8_stacks_regwin.rst: Complete FormattingMarçal Comajoan Cara2018-11-201-49/+48
| | | | This work was part of GCI 2018.
* images/cpu_supplement/sparcwin.svg: New file (GCI 2018)Marçal Comajoan Cara2018-11-191-0/+176
| | | | File was missed in previous commit.
* cpu-supplement/sparc_v8_stacks_regwin.rst: Simplify section titleJoel Sherrill2018-11-191-2/+2
|
* Improve SPARC Calling Overview Webpage conversionMarçal Comajoan Cara2018-11-196-209/+187
| | | | | | | | | Fixed tables, typos, redrawn images and converted ASCII art to ditaa and PNG, and improved the overall format. This work was part of GCI 2018. Closes #3567.
* cpu-supplement/sparc_v8_stacks_regwin.rst: Basic formatting with TBDsJoel Sherrill2018-11-191-51/+271
| | | | Leaving notes for follow up as a GCI 2018 task.
* Initial addition of SPARC V8 Stack/Register Windowing from Peter MagnussonJoel Sherrill2018-11-192-0/+413
| | | | | | | | | This content was originally at https://www.sics.se/~psm/sparcstack.html and is currently only available via the Wayback Machine. Peter kindly gave permission to include it with the RTEMS Documentation. This initial commit is a cut and paste with minimal edits. Edits are needed to ensure proper formatting and the figures need to be made to look correct in the Rest formatted output.
* users/host/posix.rst: Update Ubuntu instructions based on 18.04.1 LTSJoel Sherrill2018-11-161-3/+13
| | | | Closes #3416.
* README.txt: Fix grammar errors (GCI 2018)Aneendya2018-11-161-3/+3
|
* glossary.rst: Fix grammar errors (GCI 2018)Aneendya2018-11-162-4/+4
|
* 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.
* c-user: Update type deprecationSebastian Huber2018-11-161-10/+5
| | | | | | Update #3584. Update #3587. Update #3589.
* Remove m32c architecture portSebastian Huber2018-11-092-11/+2
| | | | 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.
* c-user: Use common wording for build config optsSebastian Huber2018-11-052-7/+7
|
* c-user: Update POSIX API configurationSebastian Huber2018-11-051-11/+22
| | | | Close ##2514.
* user: Add RTEMS executable test generated images.Chris Johns2018-11-0315-0/+0
|
* user: Add RTEMS executable and test documentation.Chris Johns2018-11-0333-49/+1934
|
* waf: Add support to build PlantUML and Ditaa images.Chris Johns2018-11-035-2/+99
|
* User: Simplify the top level headings.Chris Johns2018-11-034-10/+26
|
* Document CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRSSebastian Huber2018-10-301-0/+32
|
* c-user/message_manager.rst: Change "cons void" to "const void"Joel Sherrill2018-10-291-1/+1
| | | | Closes #3575.
* c-user: Clarify scheduler configurationSebastian Huber2018-10-263-23/+71
|
* Add a README file containing the colours used in the RTEMS logo.Amar Takhar2018-10-241-0/+5
|
* c-user: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber2018-10-221-12/+29
| | | | | | | | | Use CPU_STACK_MINIMUM_SIZE instead of CONFIGURE_MINIMUM_TASK_STACK_SIZE to set the default value. Clarify documentation. Update #3480.
* Update the copyright year.Chris Johns2018-10-1914-14/+14
|
* Move duplicate host configuration information from RSB to Users GuideJoel Sherrill2018-10-136-584/+383
|
* Merge duplicative RSB Quick Start into Users GuideJoel Sherrill2018-10-138-558/+312
|
* c-user/index.rst: Reorder linker sets and directive status codesJoel Sherrill2018-10-111-1/+1
|
* barrier_manager.rst: Fix Barrier Wait Section TitleJoel Sherrill2018-10-051-2/+2
| | | | closes #3538.
* c-user: Document rtems_task_exit()Sebastian Huber2018-10-041-1/+46
| | | | Close #3533.
* user: Document QorIQ BSP variantsSebastian Huber2018-10-011-0/+3
|
* rsb/hosts.rst: Add more packages needed on UbuntuJoel Sherrill2018-09-251-2/+2
| | | | Closes #3517.
* RSB: Fix MacOS typosJoel Sherrill2018-09-251-3/+3
| | | | Close #3518.
* user: Add i.MX 7D MMC/SDCard driverSebastian Huber2018-09-251-0/+8
| | | | Close #3525.
* Remove CONFIGURE_HAS_OWN_CONFIGURATION_TABLESebastian Huber2018-09-171-26/+7
| | | | | Close #3489. Close #3490.
* c-user: Remove CONFIGURE_HAS_OWN_MOUNT_TABLESebastian Huber2018-09-171-33/+7
| | | | Close #3488.
* c-user: Mention thread pinningSebastian Huber2018-09-101-0/+22
| | | | Close #3508.
* c-user: Mention per-processor dataSebastian Huber2018-09-101-0/+18
| | | | Close #3507.
* user: Add qoriq BSP sectionSebastian Huber2018-08-291-1/+78
| | | | Update #2854.
* waf: Fix type in single html build.Chris Johns2018-08-211-1/+1
|
* pdf: Revert the changes to the Latex index formatting.Chris Johns2018-08-212-1/+4
| | | | | I removed the '_' splitting of long labels from the index when testing and this puts it back.
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-2130-103/+71
| | | | | | | | | | | | - 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