summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* bsp-howto: Avoid :file: role with ${...}Sebastian Huber2018-04-231-4/+4
| | | | | | | | The curly braces have a special meaning in the :file: role. This patch is a part of the BSP source reorganization. Update #3285.
* bsp-howto: Update BSP source code structureSebastian Huber2018-04-201-91/+41
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* user: Do not mention "bootstrap -p"Sebastian Huber2018-03-281-2/+1
| | | | | | It is now obsolete and was never necessary for an RTEMS users. Update #3254.
* rsb: Add '--patchdir' option descriptionMaksim E. Kozlov2018-03-261-0/+7
| | | | | | | According to commit d30be3129e9681a74efc80ce241aaf3c3a5b0efe in rtems-source-builder repo. Signed-off-by: Maksim E. Kozlov <maksim.e.kozlov@gmail.com>
* c-user: Properly fix the previous typoSebastian Huber2018-03-121-1/+1
|
* c-user: Fix typoSebastian Huber2018-03-121-1/+1
|
* c-user: Simplify clustered scheduler configurationSebastian Huber2018-03-121-45/+54
| | | | Close #3325.
* Update the POSIX Compliance Tracking Spreadsheet. Add standards.Joel Sherrill2018-03-096-1208/+1434
| | | | | | | | | 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)
* RTEMS Docs: Check sphinx versionRichard Campbell2018-03-092-5/+23
| | | | | | | Sphinx.util.compat module was removed at Sphinx version 1.7. Imported module was not being used. Closes #3311.
* posix-compliance: Add description of standardsJoel Sherrill2018-03-093-5/+84
|
* c-user: Fix simple SMP scheduler limitsSebastian Huber2018-03-091-1/+1
|
* c-user: Rework scheduler alogrithm config defsSebastian Huber2018-03-081-78/+92
| | | | Update #3325.
* c-user: Rework clustered scheduling configurationSebastian Huber2018-03-072-151/+185
|
* c-user: Use uniprocessor throughoutSebastian Huber2018-03-077-25/+25
|
* c-user: Sort scheduler configuration optionsSebastian Huber2018-03-071-96/+96
|
* c-user: Promote clustered scheduler configurationSebastian Huber2018-03-073-8/+7
| | | | Add own section for the clustered scheduler configuration.
* c-user: Fix scheduler configuration overviewSebastian Huber2018-03-072-4/+6
|
* c-user: Update CONFIGURE_SCHEDULER_NAMESebastian Huber2018-03-072-9/+27
|
* CONFIGURE_*_SIMPLE_TASK_CONSOLE_DRIVERSebastian Huber2018-03-061-13/+84
| | | | Update #3320.
* CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVERSebastian Huber2018-02-051-0/+39
| | | | | Close #3170. Update #3199.
* c-user: Fix index directivesSebastian Huber2018-02-051-0/+10
| | | | Update #3229.
* c-user: Use configuration option as section nameSebastian Huber2018-02-051-713/+390
| | | | | | | This makes it easier to find the documentation for a given configuration option. Remove superfluous comments.
* c-user: Document obsolete termios config optionsSebastian Huber2018-02-051-63/+16
| | | | Update #2843.
* c-user: Add self-contained objects chapterSebastian Huber2018-02-052-0/+1071
| | | | Update #2843.
* c-user: Clarify user extensionsSebastian Huber2018-01-051-10/+16
|
* c-user: Update unlimites objects configurationSebastian Huber2017-12-151-33/+22
|
* Account for non-preemption and interrupt level not supported on SMPJoel Sherrill2017-12-062-1/+9
| | | | Closes #3000.
* c-user: Clarify local interrupt disableSebastian Huber2017-12-011-3/+6
|