summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* eng: Add function attributesSebastian Huber2020-11-091-0/+7
| | | | Update #3715.
* user: Add arm/stm32h7Sebastian Huber2020-10-273-0/+66
| | | | Close #3910.
* user: Rename files to match the chapter indexSebastian Huber2020-10-272-0/+0
|
* eng: Replace spec2doc.py with spec2modules.pySebastian Huber2020-10-241-7/+7
| | | | Update #3715.
* user/beagle: Add debug hardware modChris Johns2020-10-192-0/+61
|
* c-user: Generate I/O Manager documentationSebastian Huber2020-10-112-316/+481
| | | | | | | | | The manager 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. This header file was generated from the items by a script. Update #3993.
* eng: Add placement link roleSebastian Huber2020-10-111-0/+12
| | | | Update #3715.
* eng: Move index-entries to all interfacesSebastian Huber2020-10-111-6/+5
| | | | Update #3715.
* Improve file header comment in generated filesSebastian Huber2020-10-1115-60/+135
|
* eng: Remove explicit figure classSebastian Huber2020-10-091-2/+0
| | | | This makes the legend left justified.
* images: Fix bld-deps.png sizeSebastian Huber2020-10-083-1/+1
|
* eng: Add proper figure titlesSebastian Huber2020-10-081-0/+4
| | | | The first paragraph of a figure directive block is the figure title.
* user: Fix RTEMS release URLsSebastian Huber2020-10-061-6/+6
|
* Add AArch64 documentationKinsey Moore2020-10-053-1/+161
|
* cpu-supplement: Fix formatting and missing wordsKinsey Moore2020-10-051-9/+9
|
* eng: Clarify stlib build attributeSebastian Huber2020-10-011-13/+32
| | | | Update #4107.
* eng: Fix typoSebastian Huber2020-09-281-1/+1
|
* c-user: Fix use of getchark() and rtems_putc()Sebastian Huber2020-09-281-4/+4
|
* user: Add migration hints from old build systemSebastian Huber2020-09-251-2/+96
| | | | Update #3818.
* i386: tweak grammar and styleGedare Bloom2020-09-211-7/+4
|
* pc386 BSP: add runtime options for debugging and move few lines around for ↵Karel Gardas2020-09-211-5/+27
| | | | better context.
* pc386 BSP: add a note about default baud rate for console over UART/COM.Karel Gardas2020-09-211-0/+4
|
* eng: Improve interrupt test imageSebastian Huber2020-09-193-0/+0
|
* eng/test-framework.rst -- Fix typoFrank Kühndel2020-09-181-3/+3
|
* eng: Remove double blank lineSebastian Huber2020-09-181-1/+0
|
* eng: Update release processSebastian Huber2020-09-181-2/+6
|
* c-user: CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGESebastian Huber2020-09-171-0/+32
| | | | | | Document this application configuration option. Update #3959.
* c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-171-0/+44
| | | | | | Document this application configuration option. Close #4074.
* Add missing <math.h> methods implemented as macros on compiler builtins.Joel Sherrill2020-09-142-1357/+1357
| | | | | | | These methods have long been provided and this change is needed on the 5.x branch and master. Closes #4075.
* user: Document BSP new build systemSebastian Huber2020-09-137-154/+367
| | | | Update #3818.
* eng: Add BSP build system chapterSebastian Huber2020-09-1314-0/+702
| | | | Update #3818.
* common: Enable numfig roleSebastian Huber2020-09-131-0/+3
|
* 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.