summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-02rtems: Canonicalize implementation Doxygen groupsSebastian Huber63-131/+191
2020-12-02rtems: Add <rtems/rtems/clockimpl.h>Sebastian Huber7-35/+78
2020-12-02shell: Rename "IO" typedef for better DoxygenSebastian Huber3-6/+6
2020-12-02rtems: Simplify includes in version.cSebastian Huber1-1/+1
2020-12-02posix: Delete unused _POSIX_Fatal_error()Sebastian Huber3-198/+0
2020-12-02score: Delete empty pheapinit.cSebastian Huber2-25/+0
2020-12-01rtems: Fix documentation in <rtems/rtems/part.h>Sebastian Huber1-3/+3
2020-11-27rtems: Remove empty and unused rtclock.cSebastian Huber1-27/+0
2020-11-27config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber1-2/+4
2020-11-27sapi: Remove obsolete README fileSebastian Huber1-129/+0
2020-11-27rtems: Delete rtems_object_id_api_maximum_class()Sebastian Huber1-17/+0
2020-11-26config: Check CONFIGURE_INIT_TASK_STACK_SIZESebastian Huber1-0/+2
2020-11-26config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber7-14/+224
2020-11-26Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULLSebastian Huber3-8/+23
2020-11-26config: Clarify the use of pragmasSebastian Huber1-1/+9
2020-11-26rtems: Move "Set Errno" group to the APISebastian Huber1-5/+5
2020-11-26score: Change _Per_CPU_Information declarationSebastian Huber1-1/+1
2020-11-26rtems: Remove unused barriermp.hSebastian Huber1-127/+0
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