summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* user/pc386 BSP: add documentation.Karel Gardas2020-09-091-1/+395
| | | | | The content is compiled from TBR pc386 wiki page, BSP's README files and from the actual BSP code.
* user: Add xilinx-zynq BSP detailsChris Johns2020-09-081-2/+112
|
* c-user: Split up scheduling conceptsSebastian Huber2020-09-028-969/+995
| | | | | | | | | Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.
* c-user: Split up user extensions managerSebastian Huber2020-09-025-162/+177
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up timer managerSebastian Huber2020-09-026-181/+200
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up task managerSebastian Huber2020-09-026-626/+648
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up signal managerSebastian Huber2020-09-027-323/+342
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up region managerSebastian Huber2020-09-026-214/+233
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up rate-monotonic managerSebastian Huber2020-09-027-1092/+1114
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up partition managerSebastian Huber2020-09-026-121/+140
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up message managerSebastian Huber2020-09-026-206/+225
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up IO managerSebastian Huber2020-09-026-216/+235
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up interrupt managerSebastian Huber2020-09-026-252/+271
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up dual-ported memory managerSebastian Huber2020-09-026-85/+104
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up clock managerSebastian Huber2020-09-026-223/+242
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up barrier managerSebastian Huber2020-09-026-159/+174
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up event managerSebastian Huber2020-09-027-310/+330
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up semaphore managerSebastian Huber2020-09-026-310/+329
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* user: Mention file descriptor changesSebastian Huber2020-09-021-0/+19
|
* eng: Update the python template, add a shell templateChris Johns2020-09-011-4/+59
|
* user: Change the BSP build set pathChris Johns2020-09-011-4/+4
| | | | Updates #4048
* eng: Add automatically generated warningSebastian Huber2020-08-191-0/+7
| | | | Update #3715.
* eng: Unify test attribute keysSebastian Huber2020-08-191-19/+19
| | | | Update #3715.
* eng: Add test header to test caseSebastian Huber2020-08-191-77/+82
| | | | Update #3715.
* eng: Remove test name attributeSebastian Huber2020-08-191-28/+0
| | | | | | Derive the test name from the item UID. Update #3715.
* eng: Add test case attributesSebastian Huber2020-08-191-0/+18
| | | | Update #3715.
* user: Fix formatSebastian Huber2020-08-131-1/+1
|
* user: Add the RSB sb-track commandChris Johns2020-08-121-0/+81
| | | | Updates #4036
* user, README: Add Python script host set up informationChris Johns2020-08-123-16/+161
| | | | | | | | | - 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
* user, eclipse: Remove RSB sb-bootstrap commandChris Johns2020-08-123-8/+8
| | | | Update #4046
* user: Remove RSB sb-builder commandChris Johns2020-08-112-75/+14
| | | | Updates #4045
* user: Add shell environment migration aidSebastian Huber2020-08-101-0/+27
|
* eng: Add Doxyfile update to release processSebastian Huber2020-08-101-0/+2
|
* common: Fix pale color of HTML definition termsSebastian Huber2020-08-071-1/+0
|
* c-user: Add automatically generated warningSebastian Huber2020-08-0714-0/+98
| | | | Update #3994.
* c-user: Improve refs and formatting in appl configSebastian Huber2020-08-0714-98/+136
| | | | | | The formatting is generated through references within the specification. Update #3994.
* c-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEMSebastian Huber2020-08-071-2/+2
| | | | Improve formatting.
* eng: Add reference to unspecified interfacesSebastian Huber2020-08-071-0/+4
| | | | Update #3715.
* eng: Add more variants of unspecified interfacesSebastian Huber2020-08-071-4/+16
| | | | Update #3715.
* eng: Add application config options how-toSebastian Huber2020-08-071-0/+119
| | | | Update #3715.
* eng: Refer to the rtems-central repositorySebastian Huber2020-08-071-7/+6
| | | | Close #4043.
* eng: Partially revert previous commitSebastian Huber2020-08-061-18/+0
| | | | | | | The previous commit contained more than just a typo fix. Remove this part. Update #3715.
* eng: Fix typoSebastian Huber2020-08-061-2/+19
| | | | Update #3715.
* eng/release: Add libbsd version updateChristian Mauderer2020-07-291-0/+9
|
* eng: Fix format of regular expressionsSebastian Huber2020-07-281-9/+9
| | | | Update #3715.
* eng: Add ability to skip action transitionsSebastian Huber2020-07-281-8/+43
| | | | | | | | | | 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.
* eng: Support N/A in the action transitionsSebastian Huber2020-07-281-4/+13
| | | | | | | | 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.
* eng: Add brief description to header file itemsSebastian Huber2020-07-281-1/+7
| | | | Update #3715.
* eng: Add requirement text to interface groupsSebastian Huber2020-07-281-0/+6
| | | | | | | This allows to state the requirement for an interface group directly in the item. Update #3715.
* eng: Add recommendations for attributesSebastian Huber2020-07-241-4/+30
| | | | Fix formatting.