summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* eng/vc-users.rst: Add commit message guidance5.35.25Joel Sherrill2022-12-141-6/+77
| | | | Closes #4275.
* waf: Handle the enable options for singlehtml and ditaa/pumlChris Johns2022-11-111-3/+3
| | | | Close #4755
* waf: Backport from main build fixesChris Johns2022-11-105-35/+78
| | | | Closes #4752
* task-stack-alloc.rst: Add CONFIGURE_TASK_STACK_FROM_ALLOCATORJoel Sherrill2021-10-071-1/+35
| | | | Updates #4520.
* c-user: Update MrsP semaphore documentationSebastian Huber2021-03-171-3/+3
| | | | Update #4347.
* Add missing <math.h> methods implemented as macros on compiler builtins.Joel Sherrill2020-09-142-1357/+1357
| | | | | | | These methods have long been provided and this change is needed on the 5.x branch and master. Closes #4075.
* user: Mention file descriptor changesSebastian Huber2020-09-021-0/+19
|
* user: Fix format5.1Sebastian Huber2020-08-131-1/+1
| | | | Update #3859.
* user: Add shell environment migration aidSebastian Huber2020-08-101-0/+27
| | | | Update #3859.
* common: Remove probably superfluous importSebastian Huber2020-08-101-1/+0
| | | | | | | | | The purpose of this import is unclear. This import caused the following error with Sphinx 3.0: Extension error: Could not import extension rtemsdomain (exception: cannot import name 'l_')
* c-user: Remove RTEMS_MP_NOT_CONFIGURED errorSebastian Huber2020-06-184-8/+0
| | | | | | | | | | | | | | Some objects can be created with a local or global scope in a multiprocessing network. In non-multiprocessing configurations setting the scope to local or global had no effect since such a system can be viewed as a multiprocessing network with just one node. One and all nodes is the same in such a network. However, if multiprocessing was configured, creation of a global object in a single node network resulted in an RTEMS_MP_NOT_CONFIGURED error. Remove this error condition for symmetry to the non-multiprocessing setup. This is in line with the task affinity behaviour in SMP systems. Close #4005.
* c-user: Mention possible preemptionsSebastian Huber2020-06-187-13/+32
| | | | | Mention that object create/delete may case the calling task to be preempted due to the object allocator mutex.
* c-user: Use * for list itemsSebastian Huber2020-06-174-51/+51
|
* eng: Clarify action requirement specificationSebastian Huber2020-06-171-6/+136
| | | | Update #3715.
* eng: Update action requirement specificationSebastian Huber2020-06-101-1/+80
| | | | Update #3715.
* eng: Update specification how-to sectionSebastian Huber2020-06-081-0/+75
| | | | Update #3715.
* eng: Add a specification type for actionsSebastian Huber2020-06-081-24/+377
| | | | | | | | | Add support to specify functional requirements for actions (functions or macros) via a transition map of pre-conditions to post-conditions. This will be the work horse for functional requirements. Generation of corresponding validation tests is supported. Update #3715.
* eng: Add generic attribute key typesSebastian Huber2020-06-041-26/+37
| | | | Update #3715.
* eng: Simplify wording for specification itemsSebastian Huber2020-06-041-247/+217
| | | | Update #3715.
* Use a complete sentence for acronym definitionsSebastian Huber2020-06-042-45/+46
|
* eng: Add interface specification how-toSebastian Huber2020-06-012-0/+89
| | | | Update #3715.
* eng: Update requirements tooling sectionSebastian Huber2020-05-291-11/+22
| | | | Update #3715.
* eng: Add generated documentation of spec itemsSebastian Huber2020-05-296-414/+4255
| | | | | | | | | The documentation of the specification items is generated by an RTEMS qualification tool from a specification of specification items. Move non-generated content to "req-for-req.rst". Update #3715.
* eng: Split up requirements engineering chapterSebastian Huber2020-05-299-1283/+1309
| | | | | | | This allows to more easily generate the specification item section with a script using specification items. Update #3715.
* Spelling/Grammar MistakesRichi Dubey2020-05-171-25/+25
|
* eng: Update requirements engineering chapterSebastian Huber2020-05-057-321/+427
| | | | | | | | | Update requirements engineering chapter due to the removal of Doorstop as the requirements management tool. Update the application configuration related specification items. Update #3715.
* Rework RTEMS licensing discussions.Joel Sherrill2020-05-012-14/+96
| | | | | | | This now captures historical rationale along with cross-linking code templates with license guidelines. Closes #3962.
* user/rsb: Update the configuration documentationChris Johns2020-04-281-39/+13
| | | | Closes #3945
* user/tester: Remove command line help as outputChris Johns2020-04-281-31/+2
| | | | Closes #3381
* user: Update the RSB BSP quick start to say where the tests are installedChris Johns2020-04-281-1/+3
| | | | Closes #3956
* freebsd: Update to reflect the current release 12 requirementsChris Johns2020-04-271-13/+14
| | | | Closes #3960
* c-user: Document rtems_extension_create()Sebastian Huber2020-04-171-0/+2
| | | | Close #3953.
* user/imx: Add i.MX6UL/ULL.Christian Mauderer2020-04-151-3/+44
| | | | Update #3869
* c-user: Fix RTEMS_SCHEDULER_EDF_SMP()Sebastian Huber2020-04-151-1/+1
| | | | Update #3815.
* eng: Adjust config.h includeSebastian Huber2020-04-151-1/+1
| | | | Use variant used by most source files.
* c-user: Split deprecated/removed directives chapterSebastian Huber2020-04-151-4/+7
|
* c-user: Add removed directive rtems_clock_get()Sebastian Huber2020-04-151-21/+108
| | | | | | Be in line with Task Manager chapter. Update #2693.
* user: Update migration guideSebastian Huber2020-04-151-12/+44
| | | | Update #3895.
* user: Fix start app chmod execute of waf.Chris Johns2020-04-141-1/+1
|
* user: Document event recordingSebastian Huber2020-04-111-10/+212
| | | | Close #3904.
* user/tools/tester.rst: Removes text references to 'erc32-run' and replaces ↵Cláudio Maia2020-04-091-5/+3
| | | | the example with 'erc32-sis'
* user/tools/tester.rst: Removes example using 'sparc-rtems5-run'Cláudio Maia2020-04-091-13/+1
|
* user/tools/tester.rst: Clarifies the need of --rtems-tools in rtems-test ↵Cláudio Maia2020-04-091-6/+8
| | | | command line
* user/tools/tester.rst: Removes wrong reference to GDBCláudio Maia2020-04-091-3/+0
|
* user/tools/tester.rst: Cleans up textCláudio Maia2020-04-091-80/+90
|
* rsb/configuration: add my copyrightGedare Bloom2020-04-051-0/+1
|
* user/rsb: describe how to create configuration reportsGedare Bloom2020-04-051-3/+18
| | | | Closes #3629.
* rsb: replace asciidoc with rst formattingGedare Bloom2020-04-052-10/+10
|
* user/rsb/configuration: fix typo xy to xzGedare Bloom2020-04-051-2/+2
|
* rsb/configuration: fix broken link to _configdirGedare Bloom2020-04-051-2/+3
|