summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-01build: Exclude performance test if RTEMS_COVERAGEqual-59Sebastian Huber
2022-05-18build: Fix typoSebastian Huber
2022-05-18Doxygen: Adding Doxygen groups to filesFrank Kühndel
2022-05-18libc: Avoid dead code in memset()Sebastian Huber
2022-05-18build: FIXME introduce pre-qualified partsSebastian Huber
2022-05-18bsp/leon3: Add specialized target hashSebastian Huber
2022-05-18bsp/leon3: Fix group membershipsSebastian Huber
Update #3706.
2022-05-18bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber
Remove the BSP_POWER_DOWN_AT_FATAL_HALT BSP option. Applications should do the customization of the system termination with an initial fatal extension.
2022-05-18bsp/leon3: Enable up-counter conditionallySebastian Huber
2022-05-18bsp/leon3: Use LEON3_GPTIMER_BASESebastian Huber
2022-05-18bsp/leon3: Add LEON3_IRQAMP_EXTENDED_INTERRUPTSebastian Huber
2022-05-18bsp/leon3: Add LEON3_PROBE_ASR_22_23_UP_COUNTERSebastian Huber
2022-05-18bsp/leon3: Simplify fatal error handlingSebastian Huber
2022-05-18bsp/leon3: Move leon3_power_down_loop()Sebastian Huber
2022-05-18bsp/leon3: Add LEON3_L2CACHE_BASESebastian Huber
2022-05-18bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTERSebastian Huber
2022-05-18bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMPSebastian Huber
2022-05-18bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMERSebastian Huber
2022-05-18bsp/leon3: Add LEON3_IRQAMP_BASESebastian Huber
2022-05-18bsp/leon3: Add LEON3_GPTIMER_BASESebastian Huber
2022-05-18bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2022-05-18bsp/leon3: Use new L2CACHE register block APISebastian Huber
2022-05-18bsp/leon3: Use new GPTIMER register block APISebastian Huber
2022-05-18bsp/leon3: Move up-counter supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2022-05-18bsp/leon3: Move system control register supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2022-05-18bsp/leon3: Use new IRQ(A)MP register block APISebastian Huber
2022-05-18bsps: Use new APBUART register block APISebastian Huber
2022-05-18bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber
2022-05-18bsp/leon3: Untangle interrupt controller supportSebastian Huber
Separate the probing of the interrupt controller from the initialization.
2022-05-18validation: grlibSebastian Huber
2022-05-18grlib: Add generated headersSebastian Huber
2022-05-18validation: Add tests derived from modelsAndrew Butterfield
2022-05-18membench: Add memory benchmark programsSebastian Huber
2022-05-18unit: Test unlimited objects configurationFrank Kühndel
2022-05-18unit: Test POSIX-specific message queue implFrank Kühndel
2022-05-18validation: Test sparc/leon3 BSP familySebastian Huber
2022-05-18validation: Test memory allocationSebastian Huber
2022-05-18validation: Add MemorySave() and MemoryRestore()Sebastian Huber
2022-05-18Add not pre-qualified constraintsSebastian Huber
2022-05-18cpukit/doxygen/appl-config.hSebastian Huber
2022-05-18Replace Doxygen main pageSebastian Huber
2022-05-18build: Add RTEMS_CLANG_STATIC_ANALYZER optionSebastian Huber
2022-05-18build: Install test executablesSebastian Huber
2022-05-18build: Add RTEMS_COVERAGE supportSebastian Huber
2022-05-18build: Add cflags to BuildItemContextSebastian Huber
2022-05-18build: Support conditional build dependenciesSebastian Huber
2022-05-18build: Split includesSebastian Huber
2022-05-18score: Add SPDX License IdentifierSebastian Huber
Remove URL in copyright notice. Update #3053.
2022-05-18rtems: Relicense rtemsmaxprio.cSebastian Huber
Change license to BSD-2-Clause according to file history. Update #3053.
2022-05-18bsps: Relicense <bsp/fatal.h>Sebastian Huber
Add Doxygen documentation. Change license to BSD-2-Clause according to file history. Update #3053.