summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-11Add missing <math.h> methods implemented as macros on compiler builtins.amJoel Sherrill
These methods have long been provided and this change is needed on the 5.x branch and master. Closes #4075.
2020-09-09user/pc386 BSP: add documentation.Karel Gardas
The content is compiled from TBR pc386 wiki page, BSP's README files and from the actual BSP code.
2020-09-08user: Add xilinx-zynq BSP detailsChris Johns
2020-09-02c-user: Split up scheduling conceptsSebastian Huber
Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.
2020-09-02c-user: Split up user extensions managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up timer managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up task managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up signal managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up region managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up rate-monotonic managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up partition managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up message managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up IO managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up interrupt managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up dual-ported memory managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up clock managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up barrier managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up event managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up semaphore managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02user: Mention file descriptor changesSebastian Huber
2020-09-01eng: Update the python template, add a shell templateChris Johns
2020-09-01user: Change the BSP build set pathChris Johns
Updates #4048
2020-08-19eng: Add automatically generated warningSebastian Huber
Update #3715.
2020-08-19eng: Unify test attribute keysSebastian Huber
Update #3715.
2020-08-19eng: Add test header to test caseSebastian Huber
Update #3715.
2020-08-19eng: Remove test name attributeSebastian Huber
Derive the test name from the item UID. Update #3715.
2020-08-19eng: Add test case attributesSebastian Huber
Update #3715.
2020-08-13user: Fix formatSebastian Huber
2020-08-12user: Add the RSB sb-track commandChris Johns
Updates #4036
2020-08-12user, README: Add Python script host set up informationChris Johns
- Add Python3 and venv to the README - Add a section on how to set up a host if the python command is not available. Update #4037
2020-08-12user, eclipse: Remove RSB sb-bootstrap commandChris Johns
Update #4046
2020-08-11user: Remove RSB sb-builder commandChris Johns
Updates #4045
2020-08-10user: Add shell environment migration aidSebastian Huber
2020-08-10eng: Add Doxyfile update to release processSebastian Huber
2020-08-07common: Fix pale color of HTML definition termsSebastian Huber
2020-08-07c-user: Add automatically generated warningSebastian Huber
Update #3994.
2020-08-07c-user: Improve refs and formatting in appl configSebastian Huber
The formatting is generated through references within the specification. Update #3994.
2020-08-07c-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEMSebastian Huber
Improve formatting.
2020-08-07eng: Add reference to unspecified interfacesSebastian Huber
Update #3715.
2020-08-07eng: Add more variants of unspecified interfacesSebastian Huber
Update #3715.
2020-08-07eng: Add application config options how-toSebastian Huber
Update #3715.
2020-08-07eng: Refer to the rtems-central repositorySebastian Huber
Close #4043.
2020-08-06eng: Partially revert previous commitSebastian Huber
The previous commit contained more than just a typo fix. Remove this part. Update #3715.
2020-08-06eng: Fix typoSebastian Huber
Update #3715.
2020-07-29eng/release: Add libbsd version updateChristian Mauderer
2020-07-28eng: Fix format of regular expressionsSebastian Huber
Update #3715.
2020-07-28eng: Add ability to skip action transitionsSebastian Huber
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-28eng: Support N/A in the action transitionsSebastian Huber
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-28eng: Add brief description to header file itemsSebastian Huber
Update #3715.
2020-07-28eng: Add requirement text to interface groupsSebastian Huber
This allows to state the requirement for an interface group directly in the item. Update #3715.