1113 Commits

Author SHA1 Message Date
Chris Johns
089f6197c7 user: Remove RSB sb-builder command
Updates #4045
2020-08-11 12:41:57 +10:00
Sebastian Huber
515839577e user: Add shell environment migration aid 2020-08-10 11:47:55 +02:00
Sebastian Huber
7811c76135 eng: Add Doxyfile update to release process 2020-08-10 11:41:08 +02:00
Sebastian Huber
03e0601e4f common: Fix pale color of HTML definition terms 2020-08-07 08:46:14 +02:00
Sebastian Huber
63764a6d27 c-user: Add automatically generated warning
Update #3994.
2020-08-07 07:15:09 +02:00
Sebastian Huber
db22500e84 c-user: Improve refs and formatting in appl config
The formatting is generated through references within the specification.

Update #3994.
2020-08-07 07:15:09 +02:00
Sebastian Huber
cbb49c602a c-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
Improve formatting.
2020-08-07 07:15:09 +02:00
Sebastian Huber
5cb493eeb1 eng: Add reference to unspecified interfaces
Update #3715.
2020-08-07 07:15:09 +02:00
Sebastian Huber
3e8e301b06 eng: Add more variants of unspecified interfaces
Update #3715.
2020-08-07 07:15:09 +02:00
Sebastian Huber
83e13b70e2 eng: Add application config options how-to
Update #3715.
2020-08-07 06:43:57 +02:00
Sebastian Huber
e2abac7f30 eng: Refer to the rtems-central repository
Close #4043.
2020-08-07 06:43:29 +02:00
Sebastian Huber
e1e04083e3 eng: Partially revert previous commit
The previous commit contained more than just a typo fix.  Remove this
part.

Update #3715.
2020-08-06 09:16:55 +02:00
Sebastian Huber
bac4398afc eng: Fix typo
Update #3715.
2020-08-06 09:11:39 +02:00
Christian Mauderer
5bd15a0a05 eng/release: Add libbsd version update 2020-07-29 11:13:34 +02:00
Sebastian Huber
1bb694719f eng: Fix format of regular expressions
Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
3f9fa47dc0 eng: Add ability to skip action transitions
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.
2020-07-28 07:33:18 +02:00
Sebastian Huber
c2595631da eng: Support N/A in the action transitions
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.
2020-07-28 07:33:18 +02:00
Sebastian Huber
f12cae140e eng: Add brief description to header file items
Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
fd2fc509a3 eng: Add requirement text to interface groups
This allows to state the requirement for an interface group directly in
the item.

Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
ba3f26561a eng: Add recommendations for attributes
Fix formatting.
2020-07-24 07:10:51 +02:00
Sebastian Huber
7ee5a7b43d c-user: Unify references in appl config chapter
This is a prepration step to allow the generation of the application
configuration options in Doxygen markup.
2020-07-23 10:10:08 +02:00
Sebastian Huber
21fa28c7ad eng: Update test framework chapter
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.
2020-07-23 10:04:59 +02:00
Sebastian Huber
31b1d88aac user: Mention replacements for removed APIs 2020-07-15 07:23:45 +02:00
Sebastian Huber
b6a1d396b6 user: Add v5 to v6 migration help 2020-07-14 09:21:46 +02:00
G S Niteesh Babu
b82e7d6730 eng: fix typo in coding-file-hdr.rst 2020-07-11 20:50:17 +02:00
Sebastian Huber
6b52a48ac4 common: Remove probably superfluous import
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_')
2020-07-08 07:35:59 +02:00
Sebastian Huber
5a412bd35f c-user: Fix CONFIGURE_MAXIMUM_PROCESSORS minimum 2020-07-07 13:04:41 +02:00
Sebastian Huber
4c58162d0b c-user: Fix appl config option references 2020-07-06 12:11:00 +02:00
Sebastian Huber
d2d60c54e9 c-user: Sort appl config options by name 2020-07-06 10:06:09 +02:00
Sebastian Huber
2df6f90d4b Reflect removal of the epiphany target
Update #3941.
2020-07-05 18:06:10 +02:00
Sebastian Huber
0c13e946d0 eng: Fix typo
Update #3715.
2020-07-03 10:33:30 +02:00
Sebastian Huber
1bd14cda60 eng: Reformat to maximize the text width
Remove extra "X" character in some labels.

Update #3715.
2020-07-03 10:33:25 +02:00
Sebastian Huber
a78314425e user: Document arm/realview-pbx-a9 BSP 2020-07-02 07:41:35 +02:00
Sebastian Huber
d07eecaaf7 eng: Update release process 2020-06-30 09:39:56 +02:00
Sebastian Huber
16f8cc46bb Change version to RTEMS 6
Update #4020.
2020-06-30 09:27:01 +02:00
Richi Dubey
16c326c652 c-user: Add APA terms to glossary 2020-06-30 09:02:46 +02:00
Chris Johns
06a8f1059b eng: Update the release procedure. 2020-06-26 15:16:13 +10:00
Sebastian Huber
1b2468c5c6 c-user: Remove RTEMS_MP_NOT_CONFIGURED error
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.
2020-06-18 07:13:13 +02:00
Sebastian Huber
1f8301a972 c-user: Mention possible preemptions
Mention that object create/delete may case the calling task to be
preempted due to the object allocator mutex.
2020-06-18 07:13:13 +02:00
Sebastian Huber
a517a09856 c-user: Use * for list items 2020-06-17 16:06:38 +02:00
Sebastian Huber
87a9478da6 eng: Clarify action requirement specification
Update #3715.
2020-06-17 09:10:52 +02:00
Sebastian Huber
db3892b5b8 eng: Update action requirement specification
Update #3715.
2020-06-10 10:12:00 +02:00
Sebastian Huber
ca2f5e6384 eng: Update specification how-to section
Update #3715.
2020-06-08 08:53:02 +02:00
Sebastian Huber
0213e8efab eng: Add a specification type for actions
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.
2020-06-08 08:52:50 +02:00
Sebastian Huber
0c43c520c8 eng: Add generic attribute key types
Update #3715.
2020-06-04 15:06:12 +02:00
Sebastian Huber
f54798854f eng: Simplify wording for specification items
Update #3715.
2020-06-04 15:06:12 +02:00
Sebastian Huber
b35f3ef44a Use a complete sentence for acronym definitions 2020-06-04 15:06:12 +02:00
Sebastian Huber
9b269adc6c eng: Add interface specification how-to
Update #3715.
2020-06-01 13:00:41 +02:00
Sebastian Huber
459326c2b9 eng: Update requirements tooling section
Update #3715.
2020-05-29 17:47:21 +02:00
Sebastian Huber
23ab40d3e6 eng: Add generated documentation of spec items
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.
2020-05-29 08:21:03 +02:00