summaryrefslogtreecommitdiffstats
path: root/eng (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-19glossary: Add termsSebastian Huber3-9/+25
2023-11-09eng: Add formal verification chapterAndrew Butterfield11-0/+3268
2023-09-18eng: Allow target attribute in build script itemsSebastian Huber1-0/+5
2023-07-28eng: add Apache License 2.0 restrictionKarel Gardas1-1/+25
2023-06-26eng: Add guidelines for validation testsSebastian Huber1-0/+78
Update #3717.
2023-05-20Update company nameSebastian Huber19-33/+33
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-05-19eng: Add register block specification typesSebastian Huber1-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.
2023-05-09eng: Add unspecified header file item typeSebastian Huber1-0/+24
Update #3715.
2023-05-05eng: Make design group identifiers optionalSebastian Huber1-3/+19
Update #3715.
2023-05-05eng: Add an item type for not defined definesSebastian Huber1-0/+3
This helps to deduce that a missing define in the software design is intended. Update #3715.
2023-05-05eng: Remove ambiguous interface typesSebastian Huber1-6/+0
Use an item proxy instead. Update #3715.
2023-05-05eng: Add proxy item typeSebastian Huber1-0/+29
Update #3715.
2023-05-04eng: Add design target item typeSebastian Huber1-0/+25
Update #3715.
2023-05-04eng: Remove obsolete type listingSebastian Huber1-2/+0
Update #3715.
2023-05-04eng: Update application configuration how-toSebastian Huber2-28/+28
Change paths to be in line with the actual specification. Fix group membership link role. Update #3715.
2023-05-04eng: Add optional floating-point number typeSebastian Huber1-0/+11
Update #3715.
2023-05-04eng: Use type refinement for validation methodSebastian Huber1-2/+5
Update #3715.
2023-05-04eng: Add conditional build dependenciesSebastian Huber1-0/+18
Update #3715.
2023-05-04eng: Generalize external referencesSebastian Huber1-63/+115
Use a common subtype for external references of interfaces and requirements. Add specializations for document and file references. Update #3715.
2023-05-04eng: Rework performance meansurement itemsSebastian Huber2-54/+56
Use links to specify runtime performance limits in target-specific items. Clarify wording. Update #3715.
2023-03-23eng/vc-users.rst: Fix markup for subjectprefixKinsey Moore1-0/+1
This was missing a line and causing the code block to not appear in the rendered document.
2023-02-16eng: Remove test-suite-name attributeSebastian Huber1-4/+0
2023-02-09eng: Add ObjectsItem detailsKinsey Moore2-2/+35
This adds a section on adding ObjectsItems.
2023-01-23eng: Use a recommendation for requirement textsSebastian Huber1-63/+63
Update #3715.
2023-01-23eng: Add reason to test program stateSebastian Huber1-8/+19
2023-01-23eng: Improve build option default valuesSebastian Huber1-37/+25
Merge "default" and "default-by-variant" attributes. Use an enabled-by expression to select the default value.
2023-01-23eng: Add more flags to build group itemSebastian Huber1-0/+8
2022-12-14eng/vc-users.rst: Add commit message guidanceJoel Sherrill1-6/+77
Closes #4274.
2022-11-11eng, user: update bsp_list to bsplistGedare Bloom1-1/+1
2022-11-11eng, user: update bsp_defaults to bspdefaultsGedare Bloom1-1/+1
2022-11-08eng: Fix typosMatt Joyce1-4/+4
2022-11-03eng: show how to set local default subject-prefixGedare Bloom1-0/+5
2022-10-04eng: Add memory benachmark type refinementSebastian Huber1-4/+10
Update #3715.
2022-10-04eng: Use type refinement for validation methodSebastian Huber1-18/+22
Update #3715.
2022-10-04eng: Remove appl config group member link roleSebastian Huber1-9/+0
Update #3715.
2022-10-04eng: Refine unspecified interfacesSebastian Huber1-3/+24
Update #3715.
2022-10-04eng: Add function implementation link roleSebastian Huber1-1/+14
Update #3715.
2022-10-04eng: Unify interface function and macroSebastian Huber1-107/+66
This allows the documentation of parameter and return types for macros. Update #3715.
2022-10-04eng: Remove interface container item typeSebastian Huber1-19/+1
Update #3715.
2022-09-08eng: Document new build item attributesSebastian Huber1-0/+20
Close #4670.
2022-08-11eng/req/howto.rst: Fix ./spec2dmodules.py to ./spec2modules.py typoJoel Sherrill1-1/+1
2022-06-15eng/coding-conventions.rst: Fix duplicate periodsJoel Sherrill1-1/+1
2022-03-24eng/tester.rst: Reference User Manual for rtems-testJoel Sherrill1-4/+9
This was just a TBD section of no value before.
2022-01-28eng: Add rtems-central.git post branch proceduresSebastian Huber1-8/+18
2022-01-28eng: Fix indentationSebastian Huber1-16/+16
2022-01-28eng: Update version number handlingSebastian Huber1-7/+7
2022-01-24eng: Add script usage to how-toSebastian Huber1-1/+102
Update #3715.
2022-01-11eng: Document get-string-command-line actionSebastian Huber1-4/+4
Update #4548.
2022-01-11eng: Add runtime performance kindsSebastian Huber1-0/+4
2022-01-11eng: Document get-string-command-line actionSebastian Huber1-0/+6
Close #4548.