summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* user: remove old build system cmdG S Niteesh Babu2021-02-031-2/+2
|
* c-user: Clarify partition manager documentationSebastian Huber2021-02-032-48/+123
| | | | | | | Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
* c-user: Clarify object servicesSebastian Huber2021-02-032-55/+151
| | | | | | | Add a "Constraints" paragraph to the documentation. Use function prototypes for the directives. Update #3993.
* user: add guidance on version numbers to GSoC guide.Gedare Bloom2021-02-011-0/+6
|
* Improve file header comment in generated filesSebastian Huber2021-01-2525-75/+175
|
* eng: Add design group requirement item typeSebastian Huber2021-01-151-0/+24
| | | | Update #3715.
* user: Update aarch64/xilinx-zynqmp Qemu commandKinsey Moore2021-01-141-1/+1
| | | | | | The Xilinx ZynqMP BSP has been updated to use the second UART in the memory map as the primary UART since this is how both the hardware and Qemu use them.
* user: Mention use of LLVMSebastian Huber2021-01-041-0/+4
|
* user/bsp/imxrt: Information for custom FDTChristian Mauderer2020-12-141-8/+38
| | | | Update #4180
* shell: Document i2c and spi commands.Christian Mauderer2020-12-141-0/+215
|
* user: Add aarch64/xilinx-zynqmpKinsey Moore2020-12-112-0/+36
|
* user: Add A53 Qemu run instructionsKinsey Moore2020-12-111-0/+8
|
* aarch64: Update interrupt detailsKinsey Moore2020-12-112-3/+7
|
* c-user: Generate Timer Manager documentationSebastian Huber2020-12-092-375/+674
| | | | | | | | | 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 Object Services documentationSebastian Huber2020-12-022-428/+643
| | | | | | | | | 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: Clarify invalid identifier descriptionsSebastian Huber2020-12-022-4/+4
| | | | Update #3993.
* c-user: Clarify rtems_partition_delete()Sebastian Huber2020-12-021-2/+3
| | | | | | | Move the PTCB sentence to the notes to be in line with rtems_partition_create(). Update #3993.
* c-user: Clarify rtems_partition_create()Sebastian Huber2020-12-021-3/+2
| | | | | | | The rtems_partition_create() returns an object identifier and not just a partition identifier. Update #3993.
* c-user: Fix format in Partition ManagerSebastian Huber2020-12-011-3/+4
| | | | Update #3993.
* eng: Add performance specification itemsSebastian Huber2020-11-271-113/+502
| | | | | | Add items to specify runtime performance requirements. Update #3715.
* c-user: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-251-1/+68
| | | | | | | Document new configuration option CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE. Close #4181.
* c-user: Split up object servicesSebastian Huber2020-11-206-173/+192
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* user/bsps: Fix list in bsps-armChristian Mauderer2020-11-201-2/+2
| | | | Seems that some filenames haven't been added correctly.
* user/bsps: Add imxrtChristian Mauderer2020-11-202-0/+174
| | | | Update #4180
* c-user: Update internal error listSebastian Huber2020-11-201-29/+8
|
* eng: Rework and clarify Doxygen GuidelinesSebastian Huber2020-11-202-63/+149
|
* eng: Fix typoSebastian Huber2020-11-191-102/+103
| | | | Update #3715.
* eng: Simplify "Load" environment reportingSebastian Huber2020-11-131-14/+7
| | | | | | | Report all runtime measurement environments with a name only and encode the worker count of the "Load" environment in the name. Update #3199.
* eng: Rename ValidCache environment in FullCacheSebastian Huber2020-11-131-7/+8
| | | | | | | This name better reflects the execution envirnoment in which the cache is fully loaded with valid data unrelated to the body request handler. Update #3199.
* c-user: Generate Partition Manager documentationSebastian Huber2020-11-122-280/+406
| | | | | | | | | 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.
* c-user: Generate Event Manager documentationSebastian Huber2020-11-122-121/+228
| | | | | | | | | 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.
* Improve automatically generated warningSebastian Huber2020-11-1217-85/+68
|
* eng: Move code formatting rules into one sectionSebastian Huber2020-11-114-181/+197
| | | | | Clarify the 80 character limit. Change the line continuation indent level.
* eng: Clarify "Coding Conventions" introductionSebastian Huber2020-11-111-5/+5
|
* eng: Clarify "Source Documentation" sectionSebastian Huber2020-11-112-10/+19
|
* eng: Add header file conventionsSebastian Huber2020-11-113-0/+41
|
* eng: Remove "Generating a Tools Patch"Sebastian Huber2020-11-112-36/+0
| | | | | This section is probably some left over stuff from CVS times. The topic is already covered by the "Software Development (Git Users)" section.
* c-user: Add "Generated from ..." commentsSebastian Huber2020-11-0914-0/+330
|
* 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.