summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cpu-supplement: Update trap handling for SPARCSebastian Huber2021-11-261-19/+38
| | | | Close #4459.
* cpu-supplement: Use ``REG`` for SPARC registersSebastian Huber2021-11-261-26/+26
| | | | Update #4459.
* cpu-supplement: Update URLSebastian Huber2021-11-261-1/+1
|
* c-user: Replace "precision" with "resolution"Sebastian Huber2021-11-232-33/+33
| | | | Resolution is the right term for the documented property.
* c-user: rtems_scheduler_remove_processor()Sebastian Huber2021-11-191-3/+6
| | | | | | Update error status description. Close #4544.
* c-user: Document new clock manager directivesSebastian Huber2021-11-192-0/+916
| | | | | | | Add new clock manager directives to get all times provided by the timehands. Close #4527.
* c-user: Use RTEMS_WHO_AM_I for rtems_task_ident()Sebastian Huber2021-11-191-2/+2
|
* c-user: Use rubric for configuration optionsSebastian Huber2021-11-1714-3029/+4307
| | | | | | | | | | | | | Clear the page for each configuration options similar to the directives. Use a rubric instead of a definition list for the application configuration options similar to the directive documentation pages. For direcives and application configuration options use the same rubric order. Generalize value constraints to constraints. This patch does not change hand written content.
* c-user: CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRSSebastian Huber2021-11-161-2/+2
| | | | Fix default value description.
* Update jQuery from 1.12.4 to 3.6.0.Amar Takhar2021-11-111-5/+2
| | | | Identified by security scans.
* c-user: Update for application CONFIGURE optionKinsey Moore2021-11-031-0/+30
| | | | | This adds the documentation for the application configuration option CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING.
* cpu-supplement: Update AArch64 SMP detailsKinsey Moore2021-11-031-2/+4
| | | | AArch64 now supports SMP for the Xilinx ZynqMP BSP family.
* 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.