summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* c-user: rtems_rate_monotonic_get_status()Sebastian Huber2021-10-251-4/+5
| | | | | | | | | Mention that resetting the processor usage time of tasks has no impact on the period status and statistics. Remove no longer relevant RTEMS_NOT_DEFINED error status. Close #4528.
* c-user: Regenerate for IDLE task allocator optionSebastian Huber2021-10-251-34/+37
| | | | Update #4524.
* task-stack-alloc.rst: Add CONFIGURE_TASK_STACK_FROM_ALLOCATORJoel Sherrill2021-10-121-0/+33
| | | | Updates #4524.
* glossary: Add termsSebastian Huber2021-09-301-0/+30
|
* glossary: Add OMIPSebastian Huber2021-09-281-0/+6
|
* posix.rst: Add info for FreeBSD 13Ryan Long2021-09-271-0/+7
| | | | | Add list of additional packages needed to build RTEMS environment for FreeBSD 13.
* user/testing: Add the %wait directiveChris Johns2021-09-232-10/+86
|
* rtems: Fix message manager documentationSebastian Huber2021-09-161-2/+2
| | | | | | | Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Close #4508.
* c-user: Fix use of lower and higher prioritySebastian Huber2021-09-151-2/+2
|
* c-user: Clarify task prioritiesSebastian Huber2021-09-153-12/+16
|
* c-user: Define lower and higher prioritySebastian Huber2021-09-151-5/+32
|
* c-user: Fix message manager documentationSebastian Huber2021-09-151-9/+10
| | | | | | | Remove bogus return status from rtems_message_queue_receive(). Clarify rtems_message_queue_flush(). Close #4508.
* c-user: Clarify rtems_extension_create()Sebastian Huber2021-09-151-3/+7
|
* c-user: Add "Cache Manager" chapterSebastian Huber2021-09-134-0/+782
| | | | | | | | | | | | | | | | | | | | | | The Cache Manager directives are available via <rtems.h>. Document most of them in the Classic API Guide. Not documented are the following directive since the API is not yet stable: * rtems_cache_coherent_allocate() * rtems_cache_coherent_free() * rtems_cache_coherent_add_area() Not documented are the following directive since the directives are not implemented on maintained platforms: * rtems_cache_freeze_data() * rtems_cache_freeze_instruction() * rtems_cache_unfreeze_data() * rtems_cache_unfreeze_instruction() Close #4513.
* eng: Fix wording in specification itemsSebastian Huber2021-09-131-14/+14
|
* eng: Add hidden interface group membershipSebastian Huber2021-09-101-0/+14
| | | | Update #3715.
* eng: Make interface definitions optionalSebastian Huber2021-09-101-36/+45
| | | | Update #3715.
* eng: Add interface params/return to typedefsSebastian Huber2021-09-101-0/+11
| | | | Update #3715.
* eng: Simplify interface return specificationSebastian Huber2021-09-101-8/+13
| | | | Update #3715.
* c-user: Document time of day constraintsSebastian Huber2021-09-061-4/+15
| | | | Close #4338.
* eng: Remove bogus coding ruleSebastian Huber2021-09-021-2/+0
| | | | | Declaring functions used only through function pointers as inline makes absolutely no sense at all.
* c-user: Add LIFO to glossarySebastian Huber2021-09-021-1/+9
|
* eng: Document use of BSP family for defaultsSebastian Huber2021-08-302-4/+8
| | | | Update #4468.
* bsps/raspberrypi: Change firmware version, add SPI & I2C supportpranav2021-08-181-6/+45
|
* 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
|