summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-23Add newlib to rest test documentnewlib-testerJoel Sherrill
2018-08-21waf: Fix type in single html build.Chris Johns
2018-08-21pdf: Revert the changes to the Latex index formatting.Chris Johns
I removed the '_' splitting of long labels from the index when testing and this puts it back.
2018-08-21build: Fix indexing so it works on HTML and PDF.Chris Johns
- 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-20cpu-supplement/sparc.rst: Revert work in progress accidentally committedJoel Sherrill
2018-08-20user: Update x86-64 chapter with end-of-GSoC statusAmaan Cheval
2018-08-20cpu-supplement/sparc.rst: Fix meJoel Sherrill
2018-08-20cpu-supplement: Remove empty indexSebastian Huber
Due to the hierarchical structure an index is not absolutely necessary and an empty index is not helpful. The document sources contain no index directives. Close #3499.
2018-08-20cpu-supplement: Remove empty command/vars chapterSebastian Huber
Close #3498.
2018-08-11c-user: SMP is supported on RISC-VSebastian Huber
Update #3433.
2018-08-10c-user: Adjust integer types in partition createSebastian Huber
Close #3486.
2018-08-09Fix SPARC_SWTRAP_IRQDIS typoJoel Sherrill
close #3493.
2018-08-07c-user: CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber
Close #3434.
2018-08-07c-user: Sort POSIX configuration optionsSebastian Huber
2018-08-03c-user: Update partition create documentationSebastian Huber
Add an example. Close #3482.
2018-08-02user: Add RISC-V BSP sectionSebastian Huber
Update #3433.
2018-08-02cpu-supplement: Add RISC-V chapterSebastian Huber
Update #3433.
2018-07-19cpu-supplement: Update interrupt stack paragraphSebastian Huber
Close #3459.
2018-07-18user: Add x86_64 BSP chapterAmaan Cheval
2018-06-26bsp-howto: Mention clock driver hook removalSebastian Huber
Update #3436.
2018-06-26user: Add BSP chapter for each architectureSebastian Huber
Update #3464.
2018-06-26user: Add ARM BSPs chapterSebastian Huber
Add NXP i.MX section as a BSP example. Update #2854.
2018-06-19c-user: Document RTEMS_SYSINIT_CPU_COUNTERSebastian Huber
Update #3456.
2018-06-18c-user: Remove obsolete RTEMS_SYSINIT_CPU_SETSebastian Huber
Update #2514.
2018-06-18Adding Trace DocumentationVidushi Vashishth
- 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-06-18Adding Trace Docuemntation ImagesVidushi Vashishth
-Removed CTF related images
2018-06-05c-user: RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber
Close #3437.
2018-06-05c-user: Update rtems_region_create()Sebastian Huber
2018-05-23configuring_a_system.rst, scheduling_concepts.rst: Fix spelling of arbitrary.Joel Sherrill
2018-05-20c-user: changed RTEMS_STATUS_SUCCESSFUL to RTEMS_SUCCESSFULMalte Münch
2018-05-18c-user/configuring_a_system.rst: Removed double 'with'Malte Münch
2018-05-18fix typo: extesion->extensionMalte Münch
2018-05-18c-user: Update manual organization in overviewMalte Münch
2018-04-30c-user: Fix referenceSebastian Huber
2018-04-30c-user: Fix typoSebastian Huber
2018-04-27Update due to BSP source reorganizationSebastian Huber
This patch is a part of the BSP source reorganization. Close #3285.
2018-04-23bsp-howto: Avoid :file: role with ${...}Sebastian Huber
The curly braces have a special meaning in the :file: role. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsp-howto: Update BSP source code structureSebastian Huber
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-28user: Do not mention "bootstrap -p"Sebastian Huber
It is now obsolete and was never necessary for an RTEMS users. Update #3254.
2018-03-26rsb: Add '--patchdir' option descriptionMaksim E. Kozlov
According to commit d30be3129e9681a74efc80ce241aaf3c3a5b0efe in rtems-source-builder repo. Signed-off-by: Maksim E. Kozlov <maksim.e.kozlov@gmail.com>
2018-03-12c-user: Properly fix the previous typoSebastian Huber
2018-03-12c-user: Fix typoSebastian Huber
2018-03-12c-user: Simplify clustered scheduler configurationSebastian Huber
Close #3325.
2018-03-09Update the POSIX Compliance Tracking Spreadsheet. Add standards.Joel Sherrill
This update adds the following: C11 Programming Language Standard FACE Technical Standard Edition 3.0 (four profiles) Software Communication Architecture Specification 2.2.2 (one profile) Software Communication Architecture Specification 4.1 (three profiles)
2018-03-09RTEMS Docs: Check sphinx versionRichard Campbell
Sphinx.util.compat module was removed at Sphinx version 1.7. Imported module was not being used. Closes #3311.
2018-03-09posix-compliance: Add description of standardsJoel Sherrill
2018-03-09c-user: Fix simple SMP scheduler limitsSebastian Huber
2018-03-08c-user: Rework scheduler alogrithm config defsSebastian Huber
Update #3325.
2018-03-07c-user: Rework clustered scheduling configurationSebastian Huber
2018-03-07c-user: Use uniprocessor throughoutSebastian Huber