summaryrefslogtreecommitdiffstats
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spec: Specify and test clock manager directivesSebastian Huber2022-09-227-21/+82
|
* spec: Add deadlock detection special caseSebastian Huber2022-09-092-0/+100
|
* spec: Fix integer type in test codeSebastian Huber2022-09-091-1/+1
|
* spec: Use proper type for interface functionsSebastian Huber2022-09-0880-160/+160
|
* spec: Use design group for external interfacesSebastian Huber2022-09-082-15/+10
|
* spec: Fix placement of external interfacesSebastian Huber2022-09-0826-4/+48
|
* spec: Improve formattingSebastian Huber2022-09-081-4/+10
|
* spec: Add attributes to build itemsSebastian Huber2022-09-082-0/+16
| | | | Update #4670.
* spec: Application configuration options validationSebastian Huber2022-09-057-2/+115
|
* spec: Refine basedefs specificationSebastian Huber2022-09-059-5/+135
|
* spec: Add not pre-qualified constraintSebastian Huber2022-09-051-0/+2
|
* spec: Ignore array bounds warningsSebastian Huber2022-09-051-0/+10
| | | | Update #4702.
* spec: Add glossary linkSebastian Huber2022-09-051-6/+5
| | | | Updates #4691.
* Add POSIX Timer FACE Behavior ConfigurationJoel Sherrill2022-09-052-0/+53
| | | | Updates #4691.
* spec: Clarify fine grained lockingSebastian Huber2022-09-023-7/+10
|
* spec: Move Classic API maximum priority itemSebastian Huber2022-09-023-2/+4
|
* spec: Add score interfaces to groupsSebastian Huber2022-09-02191-2/+545
|
* spec: Add Classic API items to groupsSebastian Huber2022-09-0223-0/+115
|
* spec: Add groups for rtems_printerSebastian Huber2022-09-025-0/+52
|
* spec: Add basedefs.h to score groupSebastian Huber2022-09-021-0/+2
|
* spec: Add libio groupSebastian Huber2022-09-024-0/+22
|
* spec: Add requirements for unit testsSebastian Huber2022-09-025-3/+46
|
* spec: Add not prequalified constraintsSebastian Huber2022-09-0210-0/+28
|
* spec: Add event interfaces to groupSebastian Huber2022-09-029-0/+18
|
* spec: Add grlib interfaces to groupSebastian Huber2022-09-029-0/+18
|
* spec: Add header to groupSebastian Huber2022-09-021-0/+2
|
* spec: Fix enabled-bySebastian Huber2022-09-026-6/+12
|
* spec: Add external interfaces to a groupSebastian Huber2022-09-0250-122/+172
| | | | Remove interface container item type.
* spec: Add C interfaces to a groupSebastian Huber2022-09-0285-0/+170
|
* spec: Specify <rtems/score/atomic.h>Sebastian Huber2022-09-023-0/+42
|
* spec: Specify <sys/ioccom.h>Sebastian Huber2022-09-027-0/+87
|
* spec: Move flush filter stop to flush fifoSebastian Huber2022-08-314-95/+232
| | | | This gets rid of a cyclic dependency in the specification graph.
* spec: Update due to API changesSebastian Huber2022-08-315-8/+16
|
* spec: Fix warnings in validation codeSebastian Huber2022-08-305-20/+16
| | | | Update #4662.
* spec: Update references to --enable-* optionsJoel Sherrill2022-08-116-22/+23
|
* spec: Make constraints conditionalSebastian Huber2022-08-112-2/+2
|
* validation: Use T_report_hash_sha256_update()Sebastian Huber2022-08-111-0/+2
| | | | | | Add the direct BSP character ouput to the report hash. Update #3716.
* spec: Fix relative CLOCK_REALTIME sleepSebastian Huber2022-08-041-9/+5
| | | | | | | | | A relative CLOCK_REALTIME time out shall not be affected by CLOCK_REALTIME changes through clock_settime(). Since our CLOCK_REALTIME is basically just CLOCK_MONOTONIC plus an offset, we can simply use the CLOCK_MONOTONIC watchdog for relative CLOCK_REALTIME time outs. Update #4690.
* spec: Use priority inheritance for thread joinSebastian Huber2022-07-283-50/+47
|
* spec: Document new task delete behaviourSebastian Huber2022-07-281-7/+23
|
* spec: Specify SMP interrupt dispatch detailSebastian Huber2022-07-121-14/+69
|
* spec: Specify thread idle body detailSebastian Huber2022-07-072-0/+113
|
* spec: Always specify spurious interruptsSebastian Huber2022-07-071-14/+10
|
* spec: Specify thread free of FPU ownerSebastian Huber2022-07-072-0/+83
|
* spec: Specify scheduler detailSebastian Huber2022-07-052-2/+135
|
* spec: Update due to API changesSebastian Huber2022-07-041-2/+3
| | | | Update #4670.
* spec: Adjust clock_nanosleep() test caseSebastian Huber2022-06-231-2/+8
| | | | Update #4669.
* interface: Support register setsSebastian Huber2022-05-171-3/+3
|
* spec: Fix fatal error test suiteSebastian Huber2022-04-121-0/+2
| | | | | | | In the SMP_FATAL_MULTITASKING_START_ON_NOT_ONLINE_PROCESSOR test case, the boot processor ends up in the idle body. Do not issue a fatal error here and instead enter the idle loop. The secondary processor will terminate the system.
* spec: Clarify scheduler of created taskSebastian Huber2022-03-305-5/+154
|