summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reflect removal of the epiphany targetSebastian Huber2020-07-053-97/+4
| | | | Update #3941.
* eng: Fix typoSebastian Huber2020-07-031-1/+1
| | | | Update #3715.
* eng: Reformat to maximize the text widthSebastian Huber2020-07-031-72/+69
| | | | | | Remove extra "X" character in some labels. Update #3715.
* user: Document arm/realview-pbx-a9 BSPSebastian Huber2020-07-021-2/+14
|
* eng: Update release processSebastian Huber2020-06-301-4/+20
|
* Change version to RTEMS 6Sebastian Huber2020-06-301-1/+1
| | | | Update #4020.
* c-user: Add APA terms to glossaryRichi Dubey2020-06-301-0/+28
|
* eng: Update the release procedure.Chris Johns2020-06-261-12/+156
|
* 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
|
* user: update copyright and minor typoGedare Bloom2020-04-042-2/+3
|
* Chapter-on-need-for-RTEMS-specific-cross-compilerUtkarsh Rai2020-04-041-0/+33
| | | | Removed '-' character and provided definition list format