summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Split up initialization managerSebastian Huber2021-04-216-99/+120
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* c-user: Document rtems_semaphore_obtain() errorsSebastian Huber2021-04-191-0/+8
| | | | Update #3993.
* c-user: Add scheduler glossary termsSebastian Huber2021-04-141-0/+24
| | | | | Add glossary terms which characterize the relationship of a scheduler to a task.
* posix-compliance: Use constant name for API spreadsheet.Joel Sherrill2021-04-073-26/+49
| | | | | | | README-cvs.txt will need to be updated each time the spreadsheet is updated. The spreadsheet is managed and maintained externally and has a version in the name. We do not want that in the repository because a diff of the CSV should always be much smaller than a "delete old/add new" patch.
* posix-compliance: Update tracking spreadsheet to v12Joel Sherrill2021-04-075-1364/+1398
| | | | | | | | | | The new version of the API tracking spreadsheet includes FACE Technical Standard, Edition 3.1 as well as a few additions to what RTEMS supports. The generation script and discussion of standards was updated to reflect the inclusion of a new Edition of the FACE Technical Standard. Closes #4380.
* c-user: Fix rtems_semaphore_release() docsSebastian Huber2021-04-071-1/+1
| | | | | The directive returns RTEMS_UNSATISFIED if the semaphore's count already had the maximum value of UINT32_MAX.
* tools/boot-image.rst: Master Boot Record is MBR not MRBJoel Sherrill2021-04-051-1/+1
|
* user/bsps: Add STM32H7 SDMMC driverChristian Mauderer2021-04-011-0/+26
| | | | Update #4372
* common/latex.py: use distro module for python3.5 and upVijay Kumar Banerjee2021-03-301-2/+5
|
* networking: Rename to legacy networkingVijay Kumar Banerjee2021-03-3013-7/+7
|
* User/BSPs/Beagle: Add JTAG debugger sectionChristian Mauderer2021-03-301-2/+65
|
* start: provide more version guidance for gsocGedare Bloom2021-03-252-2/+6
|
* start: Console output example updatesIda Delphine2021-03-255-150/+159
|
* app: Update command to configure appIda Delphine2021-03-251-4/+4
|
* bsp-build: Update manual bsp build commandIda Delphine2021-03-251-5/+5
|
* tools: Update command to install toolsuiteIda Delphine2021-03-251-5/+5
|
* sourses: Update source download commandIda Delphine2021-03-251-2/+2
|
* prefixes: Update installation prefixIda Delphine2021-03-251-4/+4
|
* eng: Add example to action requirements how-toSebastian Huber2021-03-192-4/+406
| | | | Update #3715.
* eng: Document expressions in action requirementsSebastian Huber2021-03-191-11/+198
| | | | Update #3715.
* eng: Add build/appl config clauses to how-toSebastian Huber2021-03-191-0/+122
| | | | Update #3715.
* eng: Update EARS syntaxSebastian Huber2021-03-192-41/+64
| | | | | | | | | The document used the EARS syntax from 2009 which slightly changed in 2016, see "Listens Learned (8 Lessons Learned Applying EARS)". The optional pre-conditions moved to the state-driven pattern. This refined syntax fits better to the action requirements. Update #3715.
* c-user: Remove obsolete constraintSebastian Huber2021-03-171-3/+0
|
* c-user: Update semaphore exampleSebastian Huber2021-03-171-1/+2
| | | | Update #4346.
* eng/vc-users: Set up patch message with repo nameMeh Mbeh Ida Delphine2021-03-161-0/+8
| | | | | | | Added instructions on how to set up a patch message with a repo name. Author: Meh Mbeh Ida Delphine <idadelm@gmail.com> Date: Tue Mar 16 19:11:23 2021 +0100
* user/bsps: Mention fixed console baud rate for zynqJan Sommer2021-03-161-0/+12
|
* eng: Clarify how-to for action requirementsSebastian Huber2021-03-111-9/+9
| | | | | | Bring how-to in line with current action requirements. Update #3715.
* eng: Clarify how-to for action requirementsSebastian Huber2021-03-111-1/+41
| | | | Update #3715.
* eng: Clarify how-to for action requirementsSebastian Huber2021-03-081-2/+3
| | | | Update #3715.
* eng: Add how-to for action requirementsSebastian Huber2021-03-081-1/+178
| | | | Update #3715.
* c-user: Clarify constraintsSebastian Huber2021-03-081-2/+8
|
* user: Update ZynqMP QEMU BSP nameKinsey Moore2021-03-051-5/+6
| | | | | | The ZynqMP QEMU BSPs have had _qemu added to their names to better identify them as QEMU BSPs similar to other BSPs which are meant to run exclusively on QEMU and not hardware.
* eng: Fix typoSebastian Huber2021-03-021-1/+1
| | | | Update #3715.
* c-user: Generate signal manager documentationSebastian Huber2021-02-192-112/+209
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* STM32H7 doc updateRobin Mueller2021-02-181-1/+17
|
* common/waf: fix some typosGedare Bloom2021-02-181-3/+3
|
* common: use bibtex_bibfiles for newer bibtexGedare Bloom2021-02-182-1/+6
| | | | Closes #4229.
* c-user: Generate clock manager documentationSebastian Huber2021-02-173-398/+613
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Generate user extensions manager docsSebastian Huber2021-02-102-111/+255
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Generate barrier manager documentationSebastian Huber2021-02-103-218/+395
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Generate semaphore manager documentationSebastian Huber2021-02-102-571/+966
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Move deprecated/removed directivesSebastian Huber2021-02-105-0/+413
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Add control block acronymsSebastian Huber2021-02-101-1/+13
| | | | Update #3993.
* c-user: Add labels to the manager chaptersSebastian Huber2021-02-1017-4/+30
| | | | Update #3993.
* c-user: Clarify object services documentationSebastian Huber2021-02-101-6/+6
| | | | | | Unify the wording across similar directives of other managers. Update #3993.
* c-user: Clarify IO manager documentationSebastian Huber2021-02-101-3/+3
| | | | | | Unify the wording across similar directives of other managers. Update #3993.
* c-user: Clarify partition manager documentationSebastian Huber2021-02-101-9/+15
|
* c-user: Clarify event manager documentationSebastian Huber2021-02-102-18/+41
| | | | | | | Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
* c-user: Clarify timer manager documentationSebastian Huber2021-02-103-52/+164
| | | | | | | Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
* eng: Update test case itemSebastian Huber2021-02-081-26/+31
| | | | Update #3715.