summaryrefslogtreecommitdiffstats
path: root/eng (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glossary: Add termsSebastian Huber2023-12-193-9/+25
|
* eng: Add formal verification chapterAndrew Butterfield2023-11-0911-0/+3268
|
* eng: Allow target attribute in build script itemsSebastian Huber2023-09-181-0/+5
|
* eng: add Apache License 2.0 restrictionKarel Gardas2023-07-281-1/+25
|
* eng: Add guidelines for validation testsSebastian Huber2023-06-261-0/+78
| | | | Update #3717.
* Update company nameSebastian Huber2023-05-2019-33/+33
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* eng: Add register block specification typesSebastian Huber2023-05-191-0/+337
| | | | | | | | | | | | | | | A register block may be used to specify the interface of devices which contain registers associated with an integer address. Register blocks consist of register block members specified by the ``definition`` attribute. Register block members are either instances of registers specified by the ``registers`` attribute or instances of other register blocks specified by links with the "register-block-include" link role. Registers consists of bit fields. The register block members are placed into the address space of the device relative to the base address of the register block. Register member offests and the register block size are specified in units of the address space granule. Update #3715.
* eng: Add unspecified header file item typeSebastian Huber2023-05-091-0/+24
| | | | Update #3715.
* eng: Make design group identifiers optionalSebastian Huber2023-05-051-3/+19
| | | | Update #3715.
* eng: Add an item type for not defined definesSebastian Huber2023-05-051-0/+3
| | | | | | | This helps to deduce that a missing define in the software design is intended. Update #3715.
* eng: Remove ambiguous interface typesSebastian Huber2023-05-051-6/+0
| | | | | | Use an item proxy instead. Update #3715.
* eng: Add proxy item typeSebastian Huber2023-05-051-0/+29
| | | | Update #3715.
* eng: Add design target item typeSebastian Huber2023-05-041-0/+25
| | | | Update #3715.
* eng: Remove obsolete type listingSebastian Huber2023-05-041-2/+0
| | | | Update #3715.
* eng: Update application configuration how-toSebastian Huber2023-05-042-28/+28
| | | | | | | Change paths to be in line with the actual specification. Fix group membership link role. Update #3715.
* eng: Add optional floating-point number typeSebastian Huber2023-05-041-0/+11
| | | | Update #3715.
* eng: Use type refinement for validation methodSebastian Huber2023-05-041-2/+5
| | | | Update #3715.
* eng: Add conditional build dependenciesSebastian Huber2023-05-041-0/+18
| | | | Update #3715.
* eng: Generalize external referencesSebastian Huber2023-05-041-63/+115
| | | | | | | Use a common subtype for external references of interfaces and requirements. Add specializations for document and file references. Update #3715.
* eng: Rework performance meansurement itemsSebastian Huber2023-05-042-54/+56
| | | | | | | Use links to specify runtime performance limits in target-specific items. Clarify wording. Update #3715.
* eng/vc-users.rst: Fix markup for subjectprefixKinsey Moore2023-03-231-0/+1
| | | | | This was missing a line and causing the code block to not appear in the rendered document.
* eng: Remove test-suite-name attributeSebastian Huber2023-02-161-4/+0
|
* eng: Add ObjectsItem detailsKinsey Moore2023-02-092-2/+35
| | | | This adds a section on adding ObjectsItems.
* eng: Use a recommendation for requirement textsSebastian Huber2023-01-231-63/+63
| | | | Update #3715.
* eng: Add reason to test program stateSebastian Huber2023-01-231-8/+19
|
* eng: Improve build option default valuesSebastian Huber2023-01-231-37/+25
| | | | | Merge "default" and "default-by-variant" attributes. Use an enabled-by expression to select the default value.
* eng: Add more flags to build group itemSebastian Huber2023-01-231-0/+8
|
* eng/vc-users.rst: Add commit message guidanceJoel Sherrill2022-12-141-6/+77
| | | | Closes #4274.
* eng, user: update bsp_list to bsplistGedare Bloom2022-11-111-1/+1
|
* eng, user: update bsp_defaults to bspdefaultsGedare Bloom2022-11-111-1/+1
|
* eng: Fix typosMatt Joyce2022-11-081-4/+4
|
* eng: show how to set local default subject-prefixGedare Bloom2022-11-031-0/+5
|
* eng: Add memory benachmark type refinementSebastian Huber2022-10-041-4/+10
| | | | Update #3715.
* eng: Use type refinement for validation methodSebastian Huber2022-10-041-18/+22
| | | | Update #3715.
* eng: Remove appl config group member link roleSebastian Huber2022-10-041-9/+0
| | | | Update #3715.
* eng: Refine unspecified interfacesSebastian Huber2022-10-041-3/+24
| | | | Update #3715.
* eng: Add function implementation link roleSebastian Huber2022-10-041-1/+14
| | | | Update #3715.
* eng: Unify interface function and macroSebastian Huber2022-10-041-107/+66
| | | | | | This allows the documentation of parameter and return types for macros. Update #3715.
* eng: Remove interface container item typeSebastian Huber2022-10-041-19/+1
| | | | Update #3715.
* eng: Document new build item attributesSebastian Huber2022-09-081-0/+20
| | | | Close #4670.
* eng/req/howto.rst: Fix ./spec2dmodules.py to ./spec2modules.py typoJoel Sherrill2022-08-111-1/+1
|
* eng/coding-conventions.rst: Fix duplicate periodsJoel Sherrill2022-06-151-1/+1
|
* eng/tester.rst: Reference User Manual for rtems-testJoel Sherrill2022-03-241-4/+9
| | | | This was just a TBD section of no value before.
* eng: Add rtems-central.git post branch proceduresSebastian Huber2022-01-281-8/+18
|
* eng: Fix indentationSebastian Huber2022-01-281-16/+16
|
* eng: Update version number handlingSebastian Huber2022-01-281-7/+7
|
* eng: Add script usage to how-toSebastian Huber2022-01-241-1/+102
| | | | Update #3715.
* eng: Document get-string-command-line actionSebastian Huber2022-01-111-4/+4
| | | | Update #4548.
* eng: Add runtime performance kindsSebastian Huber2022-01-111-0/+4
|
* eng: Document get-string-command-line actionSebastian Huber2022-01-111-0/+6
| | | | Close #4548.