Sebastian Huber
ef49c4692b
glossary: Add terms
2023-12-19 08:30:54 +01:00
Andrew Butterfield
2c88912893
eng: Add formal verification chapter
2023-11-09 13:44:36 +01:00
Sebastian Huber
68ece64ffc
eng: Allow target attribute in build script items
2023-09-18 08:49:34 +02:00
Karel Gardas
ded73ef7c9
eng: add Apache License 2.0 restriction
2023-07-28 22:11:31 +02:00
Sebastian Huber
bb19475be4
eng: Add guidelines for validation tests
...
Update #3717 .
2023-06-26 17:16:02 +02:00
Sebastian Huber
bbb8b7aa81
Update company name
...
The embedded brains GmbH & Co. KG is the legal successor of embedded
brains GmbH.
2023-05-20 11:12:29 +02:00
Sebastian Huber
2e939ff735
eng: Add register block specification types
...
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-19 07:35:57 +02:00
Sebastian Huber
9c2498a728
eng: Add unspecified header file item type
...
Update #3715 .
2023-05-09 14:00:52 +02:00
Sebastian Huber
2fecb7a025
eng: Make design group identifiers optional
...
Update #3715 .
2023-05-05 10:40:34 +02:00
Sebastian Huber
63286a5f85
eng: Add an item type for not defined defines
...
This helps to deduce that a missing define in the software design is
intended.
Update #3715 .
2023-05-05 10:38:53 +02:00
Sebastian Huber
9a5fb29377
eng: Remove ambiguous interface types
...
Use an item proxy instead.
Update #3715 .
2023-05-05 10:38:53 +02:00
Sebastian Huber
8bc24e5f54
eng: Add proxy item type
...
Update #3715 .
2023-05-05 10:38:51 +02:00
Sebastian Huber
2a5e59d34f
eng: Add design target item type
...
Update #3715 .
2023-05-04 15:53:16 +02:00
Sebastian Huber
c69046ef48
eng: Remove obsolete type listing
...
Update #3715 .
2023-05-04 15:53:12 +02:00
Sebastian Huber
7158449cc5
eng: Update application configuration how-to
...
Change paths to be in line with the actual specification. Fix group
membership link role.
Update #3715 .
2023-05-04 15:53:12 +02:00
Sebastian Huber
77e8b566b7
eng: Add optional floating-point number type
...
Update #3715 .
2023-05-04 15:52:43 +02:00
Sebastian Huber
98172bc9a4
eng: Use type refinement for validation method
...
Update #3715 .
2023-05-04 15:51:36 +02:00
Sebastian Huber
c81a24418a
eng: Add conditional build dependencies
...
Update #3715 .
2023-05-04 15:51:32 +02:00
Sebastian Huber
5928d04c84
eng: Generalize external references
...
Use a common subtype for external references of interfaces and
requirements. Add specializations for document and file references.
Update #3715 .
2023-05-04 15:50:54 +02:00
Sebastian Huber
6dc190beea
eng: Rework performance meansurement items
...
Use links to specify runtime performance limits in target-specific
items. Clarify wording.
Update #3715 .
2023-05-04 15:50:54 +02:00
Kinsey Moore
3b33dd3cd9
eng/vc-users.rst: Fix markup for subjectprefix
...
This was missing a line and causing the code block to not appear in the
rendered document.
2023-03-23 10:34:38 -05:00
Sebastian Huber
3bda7ddbfa
eng: Remove test-suite-name attribute
2023-02-16 08:44:33 +01:00
Kinsey Moore
cb375249c5
eng: Add ObjectsItem details
...
This adds a section on adding ObjectsItems.
2023-02-09 08:52:36 +01:00
Sebastian Huber
0b0dd797fa
eng: Use a recommendation for requirement texts
...
Update #3715 .
2023-01-23 07:53:19 +01:00
Sebastian Huber
f690480e21
eng: Add reason to test program state
2023-01-23 07:53:19 +01:00
Sebastian Huber
f3811f29a8
eng: Improve build option default values
...
Merge "default" and "default-by-variant" attributes. Use an enabled-by
expression to select the default value.
2023-01-23 07:53:19 +01:00
Sebastian Huber
dc2ea301ea
eng: Add more flags to build group item
2023-01-23 07:53:19 +01:00
Joel Sherrill
a3d7dd1b88
eng/vc-users.rst: Add commit message guidance
...
Closes #4274 .
2022-12-14 16:48:37 -06:00
Gedare Bloom
9ef41e4ebd
eng, user: update bsp_list to bsplist
2022-11-11 11:58:25 -07:00
Gedare Bloom
168ed2701e
eng, user: update bsp_defaults to bspdefaults
2022-11-11 11:58:25 -07:00
Matt Joyce
c881d1e7d8
eng: Fix typos
2022-11-08 06:59:24 +01:00
Gedare Bloom
1b7a2ad298
eng: show how to set local default subject-prefix
2022-11-03 10:33:08 -06:00
Sebastian Huber
4fddb23a8f
eng: Add memory benachmark type refinement
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
b55c8bf295
eng: Use type refinement for validation method
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
4966ed0611
eng: Remove appl config group member link role
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
c909228c7d
eng: Refine unspecified interfaces
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
1d9f9afbb8
eng: Add function implementation link role
...
Update #3715 .
2022-10-04 08:39:31 +02:00
Sebastian Huber
c812323f0f
eng: Unify interface function and macro
...
This allows the documentation of parameter and return types for macros.
Update #3715 .
2022-10-04 08:39:05 +02:00
Sebastian Huber
889a498dbb
eng: Remove interface container item type
...
Update #3715 .
2022-10-04 08:37:03 +02:00
Sebastian Huber
c33cca3352
eng: Document new build item attributes
...
Close #4670 .
2022-09-08 08:36:12 +02:00
Joel Sherrill
7757c19ccc
eng/req/howto.rst: Fix ./spec2dmodules.py to ./spec2modules.py typo
2022-08-11 13:05:23 -05:00
Joel Sherrill
582141e757
eng/coding-conventions.rst: Fix duplicate periods
2022-06-15 10:53:28 -05:00
Joel Sherrill
9b6583d7f1
eng/tester.rst: Reference User Manual for rtems-test
...
This was just a TBD section of no value before.
2022-03-24 14:18:12 -05:00
Sebastian Huber
383b600016
eng: Add rtems-central.git post branch procedures
2022-01-28 14:59:52 +01:00
Sebastian Huber
fff7d6afc1
eng: Fix indentation
2022-01-28 14:59:52 +01:00
Sebastian Huber
2924bf7811
eng: Update version number handling
2022-01-28 14:59:52 +01:00
Sebastian Huber
dd60a4a247
eng: Add script usage to how-to
...
Update #3715 .
2022-01-24 15:35:30 +01:00
Sebastian Huber
1ba0f4103a
eng: Document get-string-command-line action
...
Update #4548 .
2022-01-11 17:01:45 +01:00
Sebastian Huber
9fecafaef1
eng: Add runtime performance kinds
2022-01-11 16:54:32 +01:00
Sebastian Huber
fa1c18ef07
eng: Document get-string-command-line action
...
Close #4548 .
2022-01-11 16:54:32 +01:00