summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* c-user: Clarify interrupt manager directivesSebastian Huber2017-11-301-58/+137
| | | | Use RTEMS coding style in all code blocks.
* c-user: Document global constructionSebastian Huber2017-11-242-5/+74
| | | | Close #3243.
* c-user: Document rtems_panic()Sebastian Huber2017-11-231-4/+42
| | | | Close #3244.
* c-user: Remove RTEMS_SYSINIT_POSIX_RWLOCKSebastian Huber2017-11-221-4/+0
| | | | Update #3115.
* c-user: Remove RTEMS_SYSINIT_POSIX_BARRIERSebastian Huber2017-11-221-4/+0
| | | | Update #3114.
* c-user: Remove RTEMS_SYSINIT_POSIX_MUTEXSebastian Huber2017-11-221-4/+0
| | | | Update #3112.
* c-user: RTEMS_SYSINIT_POSIX_CONDITION_VARIABLESebastian Huber2017-11-221-4/+0
| | | | Update #3113.
* Mention barrier manager in rtems_semaphore_flush()Sebastian Huber2017-11-202-0/+6
|
* Clarify INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAILSebastian Huber2017-11-202-2/+6
| | | | Update #3239.
* c-user: Clarify rtems_interrupt_flash()Sebastian Huber2017-11-201-7/+11
|
* c-user: Remove clock driver specific functionsSebastian Huber2017-11-171-3/+0
| | | | | | Do not mention functions which belong to a specific clock driver implementation. These functions should not be called by applications directly.
* Document INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAILSebastian Huber2017-11-171-0/+4
| | | | Close #3239.
* INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber2017-11-171-0/+4
|
* bsp-howto: Add getentropy.Christian Mauderer2017-11-172-0/+40
| | | | Update #3239.
* c-users: Clarify semaphore obtain/flushSebastian Huber2017-11-161-1/+43
|
* bsp-howto/console: Move misplaced var. in exampleMartin Erik Werner2017-11-161-1/+1
| | | | Signed-off-by: Martin Erik Werner <martinerikwerner@gmail.com>
* Clean up sphinx warnings.Chris Johns2017-11-1335-428/+708
| | | | | | | | | | - 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.
* Use '.. toctree::' and not '.. include::' in the User Manual.Chris Johns2017-11-1317-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.
* c-user: Fix index locations.Chris Johns2017-11-1236-785/+920
| | | | Update #3229.
* Add indexes to all documents.Chris Johns2017-11-1226-27/+65
| | | | Update #3229.
* Change RTEMS version to 5Sebastian Huber2017-11-0916-272/+288
| | | | Update #3220.
* c-user/configuring_a_system.rst: Delete notepads sectionJoel Sherrill2017-11-021-32/+0
| | | | closes #3215.