Sebastian Huber
491567efff
user: Mention file descriptor changes
2020-09-02 07:18:22 +02:00
Sebastian Huber
49f7e05dbd
user: Fix format
...
Update #3859 .
5.1
2020-08-13 11:38:38 +02:00
Sebastian Huber
cb4358c9b1
user: Add shell environment migration aid
...
Update #3859 .
2020-08-10 11:42:25 +02:00
Sebastian Huber
17aca24105
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-08-10 11:42:11 +02: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
Sebastian Huber
59312aa965
eng: Split up requirements engineering chapter
...
This allows to more easily generate the specification item section with
a script using specification items.
Update #3715 .
2020-05-29 07:14:53 +02:00
Richi Dubey
a23b1fbaa0
Spelling/Grammar Mistakes
2020-05-17 16:48:25 -05:00
Sebastian Huber
d4ba908e42
eng: Update requirements engineering chapter
...
Update requirements engineering chapter due to the removal of Doorstop
as the requirements management tool.
Update the application configuration related specification items.
Update #3715 .
2020-05-05 07:03:40 +02:00
Joel Sherrill
2d22d7453d
Rework RTEMS licensing discussions.
...
This now captures historical rationale along with cross-linking
code templates with license guidelines.
Closes #3962 .
2020-05-01 11:11:31 -05:00
Chris Johns
ccc473b69d
user/rsb: Update the configuration documentation
...
Closes #3945
2020-04-28 16:27:15 +10:00
Chris Johns
8bf866b3f7
user/tester: Remove command line help as output
...
Closes #3381
2020-04-28 15:27:11 +10:00
Chris Johns
b42e051868
user: Update the RSB BSP quick start to say where the tests are installed
...
Closes #3956
2020-04-28 11:30:48 +10:00
Chris Johns
7fab12c679
freebsd: Update to reflect the current release 12 requirements
...
Closes #3960
2020-04-27 10:03:13 +10:00
Sebastian Huber
a19be8b748
c-user: Document rtems_extension_create()
...
Close #3953 .
2020-04-17 10:03:46 +02:00
Christian Mauderer
01b1f479a3
user/imx: Add i.MX6UL/ULL.
...
Update #3869
2020-04-15 17:13:48 +02:00
Sebastian Huber
7b7efb2ed0
c-user: Fix RTEMS_SCHEDULER_EDF_SMP()
...
Update #3815 .
2020-04-15 16:51:09 +02:00
Sebastian Huber
7e08133aff
eng: Adjust config.h include
...
Use variant used by most source files.
2020-04-15 16:50:35 +02:00
Sebastian Huber
cd2ed1ad08
c-user: Split deprecated/removed directives chapter
2020-04-15 16:50:32 +02:00
Sebastian Huber
e150e1689a
c-user: Add removed directive rtems_clock_get()
...
Be in line with Task Manager chapter.
Update #2693 .
2020-04-15 16:50:30 +02:00
Sebastian Huber
02bded3f03
user: Update migration guide
...
Update #3895 .
2020-04-15 16:48:19 +02:00
Chris Johns
ca6611241b
user: Fix start app chmod execute of waf.
2020-04-14 10:44:15 +10:00
Sebastian Huber
ea4c098bc2
user: Document event recording
...
Close #3904 .
2020-04-11 15:41:58 +02:00
Cláudio Maia
c8ee17a1c5
user/tools/tester.rst: Removes text references to 'erc32-run' and replaces the example with 'erc32-sis'
2020-04-09 22:01:58 -06:00
Cláudio Maia
8a83c43c3a
user/tools/tester.rst: Removes example using 'sparc-rtems5-run'
2020-04-09 22:01:58 -06:00
Cláudio Maia
6566e765f9
user/tools/tester.rst: Clarifies the need of --rtems-tools in rtems-test command line
2020-04-09 22:01:58 -06:00
Cláudio Maia
564007287c
user/tools/tester.rst: Removes wrong reference to GDB
2020-04-09 22:01:58 -06:00
Cláudio Maia
8d914b3bf8
user/tools/tester.rst: Cleans up text
2020-04-09 22:01:58 -06:00
Gedare Bloom
e94ed6d483
rsb/configuration: add my copyright
2020-04-05 14:56:38 -06:00
Gedare Bloom
cbdfde035a
user/rsb: describe how to create configuration reports
...
Closes #3629 .
2020-04-05 14:54:27 -06:00
Gedare Bloom
c9cb173eb7
rsb: replace asciidoc with rst formatting
2020-04-05 14:47:27 -06:00
Gedare Bloom
79c37d2ed6
user/rsb/configuration: fix typo xy to xz
2020-04-05 14:39:50 -06:00
Gedare Bloom
7a1bb48564
rsb/configuration: fix broken link to _configdir
2020-04-05 14:36:36 -06:00
Gedare Bloom
cae8b6dfc9
user: update copyright and minor typo
2020-04-04 22:22:40 -06:00
Utkarsh Rai
b22c1e12ae
Chapter-on-need-for-RTEMS-specific-cross-compiler
...
Removed '-' character and provided definition list format
2020-04-04 22:19:46 -06:00
Gedare Bloom
fb3644c14b
common: fix title page
...
Sphinx changed the default behavior of maketitle. Provide our
own rtemsmaketitle command and use it instead.
2020-04-04 10:14:47 +11:00
Chris Johns
ec9457f604
Add a release procedure section.
2020-04-04 10:14:11 +11:00
Gedare Bloom
44fde6c3be
Update top-level copyrights
2020-04-03 12:44:31 -06:00
Vaibhav Gupta
53217a9940
RTEMS Docs: Add steps for sphinxcontrib-bibtex
...
Add step to install sphinxcontrib-bibtex
together with the steps mentioned for ArcLinux,
to install sphinx and dependencies.
Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
2020-04-03 12:13:42 -06:00