summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* user: Add shell environment migration aidSebastian Huber2020-08-101-0/+27
|
* eng: Add Doxyfile update to release processSebastian Huber2020-08-101-0/+2
|
* common: Fix pale color of HTML definition termsSebastian Huber2020-08-071-1/+0
|
* c-user: Add automatically generated warningSebastian Huber2020-08-0714-0/+98
| | | | Update #3994.
* c-user: Improve refs and formatting in appl configSebastian Huber2020-08-0714-98/+136
| | | | | | The formatting is generated through references within the specification. Update #3994.
* c-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEMSebastian Huber2020-08-071-2/+2
| | | | Improve formatting.
* eng: Add reference to unspecified interfacesSebastian Huber2020-08-071-0/+4
| | | | Update #3715.
* eng: Add more variants of unspecified interfacesSebastian Huber2020-08-071-4/+16
| | | | Update #3715.
* eng: Add application config options how-toSebastian Huber2020-08-071-0/+119
| | | | Update #3715.
* eng: Refer to the rtems-central repositorySebastian Huber2020-08-071-7/+6
| | | | Close #4043.
* eng: Partially revert previous commitSebastian Huber2020-08-061-18/+0
| | | | | | | The previous commit contained more than just a typo fix. Remove this part. Update #3715.
* eng: Fix typoSebastian Huber2020-08-061-2/+19
| | | | Update #3715.
* eng/release: Add libbsd version updateChristian Mauderer2020-07-291-0/+9
|
* eng: Fix format of regular expressionsSebastian Huber2020-07-281-9/+9
| | | | Update #3715.
* eng: Add ability to skip action transitionsSebastian Huber2020-07-281-8/+43
| | | | | | | | | | Sometimes the pre-conditions in an action requirement are not independent and it is necessary skip a certain set of pre-condition states. This should be used with care since no test code is run in these cases. There shall be a reason given why skipping a transition is justified. Update #3715.
* eng: Support N/A in the action transitionsSebastian Huber2020-07-281-4/+13
| | | | | | | | Sometimes the pre-conditions in an action requirement are not independent and it is necessary to mark pre-conditions as not applicable in a particular transition. Update #3715.
* eng: Add brief description to header file itemsSebastian Huber2020-07-281-1/+7
| | | | Update #3715.
* eng: Add requirement text to interface groupsSebastian Huber2020-07-281-0/+6
| | | | | | | This allows to state the requirement for an interface group directly in the item. Update #3715.
* eng: Add recommendations for attributesSebastian Huber2020-07-241-4/+30
| | | | Fix formatting.
* c-user: Unify references in appl config chapterSebastian Huber2020-07-234-62/+49
| | | | | This is a prepration step to allow the generation of the application configuration options in Doxygen markup.
* eng: Update test framework chapterSebastian Huber2020-07-235-103/+313
| | | | | | | | Document the dynamic text fixtures, utility functions, and the interrupt test support. Reorder some sections and reword some paragraphs based on review comments. Update #3199.
* user: Mention replacements for removed APIsSebastian Huber2020-07-151-0/+51
|
* user: Add v5 to v6 migration helpSebastian Huber2020-07-142-0/+21
|
* eng: fix typo in coding-file-hdr.rstG S Niteesh Babu2020-07-111-1/+1
|
* common: Remove probably superfluous importSebastian Huber2020-07-081-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: Fix CONFIGURE_MAXIMUM_PROCESSORS minimumSebastian Huber2020-07-071-1/+1
|
* c-user: Fix appl config option referencesSebastian Huber2020-07-062-2/+2
|
* c-user: Sort appl config options by nameSebastian Huber2020-07-063-72/+72
|
* 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.