summaryrefslogtreecommitdiff
path: root/spec (follow)
AgeCommit message (Collapse)Author
2023-11-21spec: Fix typo in nameSebastian Huber
2023-11-21spec: Specify thread dispatch detailSebastian Huber
2023-11-21spec: Fix memory benchmark configurationsSebastian Huber
2023-11-21spec: Make SMP memory benchmarks optionalSebastian Huber
2023-11-21spec: Add SIS descriptionsSebastian Huber
2023-11-21spec: Add Gaisler board descriptionsDaniel Hellstrom
2023-11-21spec: Add runtime performance limitsSebastian Huber
2023-11-21spec: Update performance limits for gr712rcSebastian Huber
Using the DSU for the CPU counter implementation changed the performance limits.
2023-11-21spec: Adjust target hashesSebastian Huber
Using the DSU for the clock driver and the CPU counter implementation changed the target hashes of the GR712RC.
2023-11-21spec: Add missing verbSebastian Huber
2023-11-21spec: Fix typosSebastian Huber
2023-11-21spec: Validate user interfacesSebastian Huber
2023-11-21spec: Validate build optionsSebastian Huber
2023-11-21spec: Validate C interfacesSebastian Huber
2023-11-21spec: Validate compiler interfacesSebastian Huber
2023-11-21spec: Validate documentation interfacesSebastian Huber
2023-11-21spec: Validate implementation interfacesSebastian Huber
2023-11-21spec: Add valid by construction analysisSebastian Huber
2023-11-21spec: Fix enabled-bySebastian Huber
2023-11-07spec: Fix validation test for microblazeSebastian Huber
2023-11-07spec: Improve thread idle bodies testSebastian Huber
2023-11-03spec: More unit tests for compiler builtinsSebastian Huber
2023-10-12spec: Test CPU performanceSebastian Huber
Measure the runtime of 1000 no-operation instructions. This may help to investigate runtime measurement variations which do not result from code generation or source code changes. The runtime measurement of a function which does nothing and just returns gives an estimate of the measurement overhead.
2023-10-12spec: Unit tests for compiler builtinsSebastian Huber
2023-10-12spec: Use validation links for unit testsSebastian Huber
2023-10-12spec: Support powerpc in test caseSebastian Huber
2023-09-26spec: Clarify performance requirementSebastian Huber
2023-09-26spec: Compatibility for other RTEMS versionsSebastian Huber
Make some performance tests compatible to other RTEMS versions which do not allow changing the priority of a task which owns a priority inheritance mutex.
2023-09-26spec: Simplify partition performance testSebastian Huber
Do not depend on <rtems/chain.h>.
2023-09-26spec: Specify interrupt service detailSebastian Huber
2023-09-18spec: Improve RTEMS_DEFINE_GLOBAL_SYMBOL() testsSebastian Huber
Assign the symbol address to an object. Check that it has the expected value.
2023-09-18spec: rtems_configuration_get_interrupt_stack_size()Sebastian Huber
Fix rtems_configuration_get_interrupt_stack_size() for some code models. The _ISR_Stack_size symbol has an arbitrary absolute address and may not be representable in the code model used by the compiler.
2023-09-13spec: Improve RTEMS_DEFINE_GLOBAL_SYMBOL() testsSebastian Huber
Use a symbol value relative to an existing symbol address to make the test work on more code models.
2023-09-13spec: Fix RTEMS_DEFINE_GLOBAL_SYMBOL()Sebastian Huber
The availability of a proper RTEMS_DEFINE_GLOBAL_SYMBOL() implementation depends on __asm__() and thus __GNUC__. Clarify documentation.
2023-08-10spec: Allow a target in build scriptsSebastian Huber
2023-08-09spec: Fix variable typeSebastian Huber
This fixes test failures on targets using short enums.
2023-07-31spec: Remove superfluous includeSebastian Huber
2023-07-25spec: Clarify thread exitted extensionSebastian Huber
2023-07-25spec: Add task entry glossary termSebastian Huber
2023-07-21spec: Clarify leon3 shutdownSebastian Huber
2023-07-21spec: Remove superfluous ';'Sebastian Huber
2023-07-21spec: Fix formatSebastian Huber
2023-07-21spec: Fix enabled-bySebastian Huber
2023-07-21spec: Improve wording of unit test descriptionSebastian Huber
2023-07-20spec: Move feature termSebastian Huber
2023-07-20spec: Add specification-specific glossarySebastian Huber
2023-07-20spec: Add RISC-V grlib supportSebastian Huber
2023-07-20spec: Fix typoSebastian Huber
2023-07-20spec/wake-after: Update references to intervalsKinsey Moore
rtems_task_wake_after takes a parameter in terms of a count of clock ticks and not a measure in a subunit of seconds. This updates documentation to reflect that and recommends clock_nanosleep() for applications requiring sleep for a time-based duration instead of a count of clock ticks. Updates #4772
2023-07-14spec: Use GRLIB definition of GRSPWROUTERSebastian Huber
Rename item to match with GRLIB naming. Update #4842.