summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* eng: Add runtime performance kindsSebastian Huber2022-01-111-0/+4
|
* eng: Document get-string-command-line actionSebastian Huber2022-01-111-0/+6
| | | | Close #4548.
* eng: Fix action requirement patternsSebastian Huber2022-01-111-5/+5
|
* c-user: Use document internal linksSebastian Huber2022-01-111-10/+12
|
* c-user: Clarify Clock Manager dependenciesSebastian Huber2022-01-111-8/+16
| | | | Update #4572.
* cpu-supplement: Add aarch64 to indexKinsey Moore2022-01-051-0/+1
| | | | This was never updated when AArch64 documentation was added.
* Update package list for UbuntuRyan Long2021-12-221-6/+6
| | | | | | | | Updated the latest version referenced of Ubuntu to 20.04, updated package list, and identified what packages need to still be installed afterwards to pass sb-check. Closes #4110
* c-user: Clarify time formatsSebastian Huber2021-12-161-12/+27
| | | | Update #4572.
* c-user: Fix Clock Manager parameter descriptionsSebastian Huber2021-12-161-17/+21
| | | | Update #4572.
* 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.