summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-24score/aarch64: Resolve warning in exception dumpKinsey Moore1-2/+2
2020-11-24rtems: Move _Partition_Allocate()Sebastian Huber2-12/+5
2020-11-24rtems: Move _Partition_Initialize()Sebastian Huber2-25/+25
2020-11-24rtems: Move _Partition_Is_buffer_area_aligned()Sebastian Huber2-8/+6
2020-11-24rtems: Move _Partition_Is_buffer_size_aligned()Sebastian Huber2-8/+6
2020-11-24rtems: Move _Partition_Is_buffer_on_boundary()Sebastian Huber2-23/+16
2020-11-24rtems: Move _Partition_Is_buffer_valid()Sebastian Huber2-24/+17
2020-11-24libtest: Fix undefined setjmp() behaviourSebastian Huber2-53/+60
2020-11-23rtems: Remove _Partition_Destroy()Sebastian Huber2-8/+1
2020-11-23rtems: Remove _Partition_Free()Sebastian Huber2-15/+1
2020-11-23rtems: Move _Partition_Free_buffer()Sebastian Huber2-13/+9
2020-11-23rtems: Move _Partition_Allocate_buffer()Sebastian Huber2-14/+6
2020-11-23rtems: Update partition documentationSebastian Huber2-31/+84
2020-11-23rtems: Canonicalize partition file documentationSebastian Huber9-18/+34
2020-11-23rtems: Update event documentationSebastian Huber2-13/+79
2020-11-23rtems: Remove unused _Event_Timeout()Sebastian Huber1-8/+0
2020-11-23rtems: Remove EVENT_SETS_NONE_PENDINGSebastian Huber1-7/+1
2020-11-23rtems: Remove unused EVENT_CURRENTSebastian Huber1-6/+0
2020-11-23rtems: Canonicalize task event file documentationSebastian Huber9-19/+30
2020-11-23libio: Move to RTEMS implementation groupSebastian Huber1-0/+2
2020-11-23doxygen: Use common syntax for groupsSebastian Huber1-3/+4
2020-11-23doxygen: Rename Internal to ImplementationSebastian Huber24-26/+26
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer1-0/+103
2020-11-20score: Restore RTEMS_COMPILER_UNUSED_ATTRIBUTESebastian Huber1-9/+9
2020-11-19config: Initialize task stack allocator on demandSebastian Huber2-12/+12
2020-11-19config: Simplify task stack allocator initSebastian Huber3-9/+19
2020-11-19libtest: Simplify "Load" environment reportingSebastian Huber1-2/+2
2020-11-19libtest: Allow assert checks during test beginSebastian Huber2-13/+18
2020-11-19libtest: Rename ValidCache in FullCacheSebastian Huber2-6/+6
2020-11-19libtest: Add primitive test case memory allocatorSebastian Huber2-0/+92
2020-11-19libtest: Simplify runtime measurement supportSebastian Huber1-47/+32
2020-11-19libtest: Make test case allocator configurableSebastian Huber5-113/+92
2020-11-13score/aarch64: Size saved SP register for ABIKinsey Moore1-1/+4
2020-11-12rtems: Generate <rtems/score/basedefs.h>Sebastian Huber1-344/+701
2020-11-12rtems: Generate <rtems/rtems/part.h>Sebastian Huber1-80/+316
2020-11-12rtems: Generate <rtems/rtems/event.h>Sebastian Huber1-416/+635
2020-11-12rtems: Generate <rtems/rtems/attr.h>Sebastian Huber1-89/+222
2020-11-12rtems: Generate <rtems/rtems/types.h>Sebastian Huber1-115/+212
2020-11-12rtems: Generate <rtems/rtems/options.h>Sebastian Huber1-36/+95
2020-11-12rtems: Generate <rtems/rtems/modes.h>Sebastian Huber1-67/+191
2020-11-12rtems: Generate <rtems/rtems/status.h>Sebastian Huber1-144/+255
2020-11-12rtems: Generate <rtems/rtems/config.h>Sebastian Huber1-68/+236
2020-11-12rtems: Generate <rtems/config.h>Sebastian Huber1-96/+431
2020-11-12rtems: Include missing header fileSebastian Huber2-0/+2
2020-11-12Improve automatically generated warningSebastian Huber3-15/+12
2020-11-09libtrace: Move _Record_Stream_header_initialize()Sebastian Huber3-106/+141
2020-11-06sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP()Sebastian Huber1-0/+12
2020-11-06sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE()Sebastian Huber1-0/+17
2020-11-06sparc: Add SPARC_IS_INTERRUPT_TRAP()Sebastian Huber1-0/+17
2020-11-06sparc: Move SPARC-specific macros to sparc.hSebastian Huber2-22/+40