summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Add "Kernel Character I/O Support" chapterSebastian Huber2021-08-037-8/+465
| | | | Close #4482.
* eng: Add freestanding test casesSebastian Huber2021-08-031-0/+6
| | | | Update #3715.
* user/imxrt: Add notes about problems with EVBChristian Mauderer2021-07-291-0/+9
| | | | | There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
* c-user: Remove _Internal_errors_What_happenedSebastian Huber2021-07-281-3/+2
| | | | This global object no longer exists.
* c-user: Document interrupt manager extensionsSebastian Huber2021-07-272-72/+2714
| | | | Close #3269.
* README: Added centOS 8 instructionsStephen Clark2021-07-201-0/+11
| | | | Added some instructions for setting up CentOS 8.
* README: Minor clarifications and fixesStephen Clark2021-07-201-24/+25
| | | | | | Fixed some minor typographical errors. Updated a dead link. Reworded some sentences for clarity.
* user/bsps/aarch64: Minor formatting fixStephen Clark2021-07-152-6/+10
| | | | | Fixed formatting error in user/bsps/aarch64/a53.rst and user/bsps/aarch64/xilinx-zynqmp.rst.
* xilinx-zynqmp.rst: Documented SDIO driverStephen Clark2021-07-151-0/+14
| | | | Added documentation for SDIO driver.
* user: Update ZynqMP network configurationKinsey Moore2021-07-151-8/+3
| | | | | Network configuration is now automatic and requires no user configuration.
* rtems-docs: remove Eclipse ManualRay Garza2021-07-0635-479/+0
| | | | | Due to RTEMS 6 no longer using the Make build system and instead using Waf (Eclipse does not offer Waf support), this guide is being removed.
* user/bsps/imxrt: Info about ARM PLL frequencyChristian Mauderer2021-07-021-0/+20
| | | | Update #4180
* user/bsps/imxrt: Fix typoChristian Mauderer2021-07-021-1/+1
|
* user/bsps: Update ZynqMP for hardware BSPsKinsey Moore2021-07-011-8/+49
| | | | | | Update the ZynqMP documentation for the new hardware BSP variants including information about booting, boot image generation, and networking.
* user/bsps: add aarch64 xilinx-versalGedare Bloom2021-06-222-0/+40
|
* user: Fixed typo to build hello applicationIda Delphine2021-06-151-1/+1
|
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-1515-159/+163
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* user: add bsps/aarch64/a72.rstGedare Bloom2021-06-082-0/+36
|
* user: fix typo in aarch64/a53.rstGedare Bloom2021-06-081-1/+1
|
* Update Compliance Tracking CSV file to fix minor bugsJoel Sherrill2021-06-042-873/+874
|
* eng/vc-authors: Add section on migrating personal repo to top-levelVijay Kumar Banerjee2021-05-301-0/+46
|
* c-users: Add rtems_*mutex_try_lockChristian Mauderer2021-05-281-0/+35
| | | | Closes #4440.
* bsps/imxrt: Remove superfluous options from dtcChristian Mauderer2021-05-281-1/+1
| | | | | | | | | | | The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device trees. So the symbols only increase the size of the binary. The same is true for the padding. It would be useful if the device tree is changed during run time which is not supported in RTEMS. Update #4180
* c-user: Document new rtems_task_delete() errorSebastian Huber2021-05-271-0/+3
| | | | Close #4414.
* Fix the bibtex extension configure testChris Johns2021-05-211-2/+4
|
* Fix the linux specific includeChris Johns2021-05-211-4/+4
|
* posix-compliance: Update to include POSIX 1003.1-2017 (Issue 7).Joel Sherrill2021-05-174-1379/+1395
|
* posix-compliance/posix_rst.py: Use proper names of standards in headingsJoel Sherrill2021-05-171-18/+18
|
* user/bld/index.rst: removed references to legacy network config optionsHarrison Edward Gerber2021-05-161-7/+0
|
* c-user: Constify rtems_task_wake_when()Sebastian Huber2021-05-121-1/+1
| | | | Update #4406.
* c-user: Clarify rtems_task_get_priority()Sebastian Huber2021-05-121-2/+2
|
* c-user: Document rtems_task_set_scheduler() errorsSebastian Huber2021-05-121-2/+22
|
* c-user: Add task priority glossary termsSebastian Huber2021-05-121-3/+38
|
* c-user: Change format of external function refsSebastian Huber2021-05-081-1/+1
|
* eng: Add unspecified interface groupsSebastian Huber2021-05-081-0/+3
| | | | Update #3715.
* c-user: rtems_scheduler_get_processor_set()Sebastian Huber2021-05-071-1/+1
| | | | | | Document changed error status. Update #4401.
* c-user: rtems_scheduler_ident_by_processor_set()Sebastian Huber2021-05-071-0/+4
| | | | Document new error status.
* eng: Remove text attribute from acfg optionsSebastian Huber2021-04-301-6/+0
| | | | Update #3715.
* c-user: Reformat configuration option constraintsSebastian Huber2021-04-2914-330/+414
| | | | | | If only one constraint is present, then use a single sentence, otherwise use a list for the constraints. Format the constraints so that the line length limit is maintained.
* c-user: CONFIGURE_BSP_PREREQUISITE_DRIVERSSebastian Huber2021-04-291-2/+2
| | | | Replace copy and paste with a proper description.
* c-user: Add missing "the"Sebastian Huber2021-04-291-11/+10
|
* eng: Add test suite nameSebastian Huber2021-04-291-0/+4
| | | | Update #3715.
* eng: Remove scope from constraintsSebastian Huber2021-04-291-4/+0
| | | | | | Use links instead of this special purpose attributes. Update #3715.
* eng: Add unit test link roleSebastian Huber2021-04-291-2/+23
| | | | Update #3715.
* eng: Remove embedded constraintsSebastian Huber2021-04-291-44/+1
| | | | Update #3715.
* c-user: Generate region manager documentationSebastian Huber2021-04-282-470/+859
| | | | | | | | | 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 task manager documentationSebastian Huber2021-04-283-1187/+1761
| | | | | | | | | 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: Fix typo "cod" -> "code"Sebastian Huber2021-04-281-6/+7
|
* c-user: Clarify constraintsSebastian Huber2021-04-286-13/+22
|
* c-user: Generate scheduling concepts documentationSebastian Huber2021-04-282-325/+646
| | | | | | | | | 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.