summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-14Add missing <math.h> methods implemented as macros on compiler builtins.5Joel Sherrill
These methods have long been provided and this change is needed on the 5.x branch and master. Closes #4075.
2020-09-02user: Mention file descriptor changesSebastian Huber
2020-08-13user: Fix format5.1Sebastian Huber
Update #3859.
2020-08-10user: Add shell environment migration aidSebastian Huber
Update #3859.
2020-08-10common: Remove probably superfluous importSebastian Huber
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-06-18c-user: Remove RTEMS_MP_NOT_CONFIGURED errorSebastian Huber
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-18c-user: Mention possible preemptionsSebastian Huber
Mention that object create/delete may case the calling task to be preempted due to the object allocator mutex.
2020-06-17c-user: Use * for list itemsSebastian Huber
2020-06-17eng: Clarify action requirement specificationSebastian Huber
Update #3715.
2020-06-10eng: Update action requirement specificationSebastian Huber
Update #3715.
2020-06-08eng: Update specification how-to sectionSebastian Huber
Update #3715.
2020-06-08eng: Add a specification type for actionsSebastian Huber
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-04eng: Add generic attribute key typesSebastian Huber
Update #3715.
2020-06-04eng: Simplify wording for specification itemsSebastian Huber
Update #3715.
2020-06-04Use a complete sentence for acronym definitionsSebastian Huber
2020-06-01eng: Add interface specification how-toSebastian Huber
Update #3715.
2020-05-29eng: Update requirements tooling sectionSebastian Huber
Update #3715.
2020-05-29eng: Add generated documentation of spec itemsSebastian Huber
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-29eng: Split up requirements engineering chapterSebastian Huber
This allows to more easily generate the specification item section with a script using specification items. Update #3715.
2020-05-17Spelling/Grammar MistakesRichi Dubey
2020-05-05eng: Update requirements engineering chapterSebastian Huber
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-01Rework RTEMS licensing discussions.Joel Sherrill
This now captures historical rationale along with cross-linking code templates with license guidelines. Closes #3962.
2020-04-28user/rsb: Update the configuration documentationChris Johns
Closes #3945
2020-04-28user/tester: Remove command line help as outputChris Johns
Closes #3381
2020-04-28user: Update the RSB BSP quick start to say where the tests are installedChris Johns
Closes #3956
2020-04-27freebsd: Update to reflect the current release 12 requirementsChris Johns
Closes #3960
2020-04-17c-user: Document rtems_extension_create()Sebastian Huber
Close #3953.
2020-04-15user/imx: Add i.MX6UL/ULL.Christian Mauderer
Update #3869
2020-04-15c-user: Fix RTEMS_SCHEDULER_EDF_SMP()Sebastian Huber
Update #3815.
2020-04-15eng: Adjust config.h includeSebastian Huber
Use variant used by most source files.
2020-04-15c-user: Split deprecated/removed directives chapterSebastian Huber
2020-04-15c-user: Add removed directive rtems_clock_get()Sebastian Huber
Be in line with Task Manager chapter. Update #2693.
2020-04-15user: Update migration guideSebastian Huber
Update #3895.
2020-04-14user: Fix start app chmod execute of waf.Chris Johns
2020-04-11user: Document event recordingSebastian Huber
Close #3904.
2020-04-09user/tools/tester.rst: Removes text references to 'erc32-run' and replaces ↵Cláudio Maia
the example with 'erc32-sis'
2020-04-09user/tools/tester.rst: Removes example using 'sparc-rtems5-run'Cláudio Maia
2020-04-09user/tools/tester.rst: Clarifies the need of --rtems-tools in rtems-test ↵Cláudio Maia
command line
2020-04-09user/tools/tester.rst: Removes wrong reference to GDBCláudio Maia
2020-04-09user/tools/tester.rst: Cleans up textCláudio Maia
2020-04-05rsb/configuration: add my copyrightGedare Bloom
2020-04-05user/rsb: describe how to create configuration reportsGedare Bloom
Closes #3629.
2020-04-05rsb: replace asciidoc with rst formattingGedare Bloom
2020-04-05user/rsb/configuration: fix typo xy to xzGedare Bloom
2020-04-05rsb/configuration: fix broken link to _configdirGedare Bloom
2020-04-04user: update copyright and minor typoGedare Bloom
2020-04-04Chapter-on-need-for-RTEMS-specific-cross-compilerUtkarsh Rai
Removed '-' character and provided definition list format
2020-04-04common: fix title pageGedare Bloom
Sphinx changed the default behavior of maketitle. Provide our own rtemsmaketitle command and use it instead.
2020-04-04Add a release procedure section.Chris Johns
2020-04-03Update top-level copyrightsGedare Bloom