summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* cpu-supplement/sparc.rst: Revert work in progress accidentally committedJoel Sherrill2018-08-201-593/+0
|
* user: Update x86-64 chapter with end-of-GSoC statusAmaan Cheval2018-08-201-1/+51
|
* cpu-supplement/sparc.rst: Fix meJoel Sherrill2018-08-201-0/+593
|
* cpu-supplement: Remove empty indexSebastian Huber2018-08-202-6/+0
| | | | | | | | 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.
* cpu-supplement: Remove empty command/vars chapterSebastian Huber2018-08-202-9/+0
| | | | Close #3498.
* c-user: SMP is supported on RISC-VSebastian Huber2018-08-111-1/+3
| | | | Update #3433.
* c-user: Adjust integer types in partition createSebastian Huber2018-08-101-2/+2
| | | | Close #3486.
* Fix SPARC_SWTRAP_IRQDIS typoJoel Sherrill2018-08-091-1/+1
| | | | close #3493.
* c-user: CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber2018-08-071-7/+37
| | | | Close #3434.
* c-user: Sort POSIX configuration optionsSebastian Huber2018-08-071-60/+60
|
* c-user: Update partition create documentationSebastian Huber2018-08-031-11/+54
| | | | | | Add an example. Close #3482.
* user: Add RISC-V BSP sectionSebastian Huber2018-08-021-1/+109
| | | | Update #3433.
* cpu-supplement: Add RISC-V chapterSebastian Huber2018-08-022-0/+80
| | | | Update #3433.
* cpu-supplement: Update interrupt stack paragraphSebastian Huber2018-07-191-10/+14
| | | | Close #3459.
* user: Add x86_64 BSP chapterAmaan Cheval2018-07-181-1/+142
|
* bsp-howto: Mention clock driver hook removalSebastian Huber2018-06-261-22/+1
| | | | Update #3436.
* user: Add BSP chapter for each architectureSebastian Huber2018-06-2619-0/+144
| | | | Update #3464.
* user: Add ARM BSPs chapterSebastian Huber2018-06-263-0/+153
| | | | | | Add NXP i.MX section as a BSP example. Update #2854.
* c-user: Document RTEMS_SYSINIT_CPU_COUNTERSebastian Huber2018-06-191-0/+6
| | | | Update #3456.
* c-user: Remove obsolete RTEMS_SYSINIT_CPU_SETSebastian Huber2018-06-181-4/+0
| | | | Update #2514.
* Adding Trace DocumentationVidushi Vashishth2018-06-186-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.
* Adding Trace Docuemntation ImagesVidushi Vashishth2018-06-182-0/+0
| | | | -Removed CTF related images
* c-user: RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber2018-06-051-0/+4
| | | | Close #3437.
* c-user: Update rtems_region_create()Sebastian Huber2018-06-051-9/+10
|
* configuring_a_system.rst, scheduling_concepts.rst: Fix spelling of arbitrary.Joel Sherrill2018-05-232-2/+2
|
* c-user: changed RTEMS_STATUS_SUCCESSFUL to RTEMS_SUCCESSFULMalte Münch2018-05-201-2/+2
|
* c-user/configuring_a_system.rst: Removed double 'with'Malte Münch2018-05-181-1/+1
|
* fix typo: extesion->extensionMalte Münch2018-05-181-1/+1
|
* c-user: Update manual organization in overviewMalte Münch2018-05-181-32/+57
|
* c-user: Fix referenceSebastian Huber2018-04-301-6/+6
|
* c-user: Fix typoSebastian Huber2018-04-301-2/+2
|
* Update due to BSP source reorganizationSebastian Huber2018-04-2714-356/+75
| | | | | | This patch is a part of the BSP source reorganization. Close #3285.