summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-21spec: Fix enabled-bySebastian Huber
2023-11-21util: Strip only '\r' and '\n'Sebastian Huber
2023-11-21util: Improve typingSebastian Huber
2023-11-21util: Add copy_file()Sebastian Huber
Add logging to copy_files().
2023-11-21util: Add base64_to_hex()Sebastian Huber
2023-11-21Makefile: Create env/bin/python3-configSebastian Huber
This is a workaround to let the RSB build GDB in a virtual Python environment.
2023-11-21requirements.txt: Set maximum Sphinx versionSebastian Huber
Update #4915. Update #4928.
2023-11-21specverify: Improve typingSebastian Huber
2023-11-21transitionmap: Improve typingSebastian Huber
2023-11-21specview.py: Add build filterSebastian Huber
2023-11-21specview.py: Share validation supportSebastian Huber
2023-11-21membench: Clarify wordingSebastian Huber
2023-11-21membench: Support variant comparisonSebastian Huber
2023-11-21sphinxcontent: Add SphinxContent.label_scope()Sebastian Huber
2023-11-21items: Add ItemMapper.copyrights_by_licenseSebastian Huber
Register the copyrights by license in the ItemMapper. This allows getting an aggregated copyright information from the item mapper.
2023-11-21content: Make BSD_2_CLAUSE_LICENSE publicSebastian Huber
2023-11-21content: Improve copyright supportSebastian Huber
2023-11-21content: Reject copyright statements without a yearSebastian Huber
2023-11-21content: Improve empty list supportSebastian Huber
2023-11-21content: Make Content iterableSebastian Huber
2023-11-21items: Add Link orderSebastian Huber
2023-11-21items: Add ItemMapper.scope()Sebastian 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-18Ignore generated Python filesAndrew Butterfield
2023-10-18formal: Address warnings in generated filesAndrew Butterfield
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-26modules: Update rtemsSebastian 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-18modules: Update rtemsSebastian Huber
2023-09-18modules: Update rtems-docsSebastian Huber
2023-09-18modules: Update rtemsSebastian 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-10modules: Update rtemsSebastian Huber
2023-08-10modules: Update rtemsSebastian Huber
2023-08-10modules: Update rtemsSebastian Huber
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-08-03modules: Update rtemsSebastian Huber
2023-07-31modules: Update rtemsSebastian Huber