summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-09rtems: Reference types in construct directivesqual-83Sebastian Huber
2023-05-09rtems: Add constraint to typesSebastian Huber
2023-05-08validation: RTEMS_STATIC_ANALYSISSebastian Huber
Improve the validation of this define which is not defined for normal builds. Update #3716.
2023-05-08validation: Fix formattingSebastian Huber
Update #3716.
2023-05-08validation: rtems_scheduler_get_maximum_priority()Sebastian Huber
Validate this directive for the EDF SMP scheduler. Update #3716.
2023-05-08validation: Improve formattingSebastian Huber
This enables automatic Doxygen links. Update #3716.
2023-05-08validation: Add group for runtime measurementsSebastian Huber
Update #3716.
2023-05-08validation: Use spec:* referencesSebastian Huber
Update #3716.
2023-05-08validation: Fix formattingSebastian Huber
Update #3716.
2023-05-08validation: Fix typoSebastian Huber
Update #3716.
2023-05-08validation: Validate RTEMS_NO_TIMEOUTSebastian Huber
Update #3716.
2023-05-08validation: Test the global constructionSebastian Huber
Update #3716.
2023-05-08basedefs.h: Improve formattingSebastian Huber
2023-05-08basedefs.h: Add proper brief descriptionSebastian Huber
2023-05-08rtems: Conditionally include MPCI headerSebastian Huber
2023-04-26build: Remove superfluous attributeSebastian Huber
2023-04-25Add pre-qualified constraintsSebastian Huber
2023-04-25build: Exclude performance test if RTEMS_GCOV_COVERAGESebastian Huber
2023-04-25build: Do not use coverage for librtemstestSebastian Huber
2023-04-25Doxygen: Adding Doxygen groups to filesFrank Kühndel
2023-04-25libc: Avoid dead code in memset()Sebastian Huber
2023-04-25build fixmeSebastian Huber
2023-04-25build fixmeSebastian Huber
2023-04-25build fixmeSebastian Huber
2023-04-25build: FIXME introduce pre-qualified partsSebastian Huber
2023-04-25bsp/leon3: Simplify shutdownSebastian Huber
Do not wait for other processors to halt.
2023-04-25bsp/leon3: Add specialized target hashSebastian Huber
2023-04-25bsp/leon3: Fix group membershipsSebastian Huber
Update #3706.
2023-04-25bsps/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.
2023-04-25bsp/leon3: Enable up-counter conditionallySebastian Huber
2023-04-25bsp/leon3: Use LEON3_GPTIMER_BASESebastian Huber
2023-04-25bsp/leon3: Add LEON3_IRQAMP_EXTENDED_INTERRUPTSebastian Huber
2023-04-25bsp/leon3: Add LEON3_PROBE_ASR_22_23_UP_COUNTERSebastian Huber
2023-04-25bsp/leon3: Simplify fatal error handlingSebastian Huber
2023-04-25bsp/leon3: Move leon3_power_down_loop()Sebastian Huber
2023-04-25bsp/leon3: Add LEON3_L2CACHE_BASESebastian Huber
2023-04-25bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTERSebastian Huber
2023-04-25bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMPSebastian Huber
2023-04-25bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMERSebastian Huber
2023-04-25bsp/leon3: Add LEON3_IRQAMP_BASESebastian Huber
2023-04-25bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2023-04-25bsp/leon3: Add LEON3_GPTIMER_BASESebastian Huber
2023-04-25bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2023-04-25bsp/leon3: Use new L2CACHE register block APISebastian Huber
2023-04-25bsp/leon3: Use new GPTIMER register block APISebastian Huber
2023-04-25bsp/leon3: Move up-counter supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2023-04-25bsp/leon3: Move system control register supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2023-04-25bsp/leon3: Use new IRQ(A)MP register block APISebastian Huber
2023-04-25bsps: Use new APBUART register block APISebastian Huber
2023-04-25bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber