summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Canonicalize implementation Doxygen groupsSebastian Huber2020-12-0263-131/+191
* rtems: Add <rtems/rtems/clockimpl.h>Sebastian Huber2020-12-027-35/+78
* shell: Rename "IO" typedef for better DoxygenSebastian Huber2020-12-023-6/+6
* rtems: Simplify includes in version.cSebastian Huber2020-12-021-1/+1
* posix: Delete unused _POSIX_Fatal_error()Sebastian Huber2020-12-023-198/+0
* score: Delete empty pheapinit.cSebastian Huber2020-12-022-25/+0
* rtems: Fix documentation in <rtems/rtems/part.h>Sebastian Huber2020-12-011-3/+3
* rtems: Remove empty and unused rtclock.cSebastian Huber2020-11-271-27/+0
* config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-271-2/+4
* sapi: Remove obsolete README fileSebastian Huber2020-11-271-129/+0
* rtems: Delete rtems_object_id_api_maximum_class()Sebastian Huber2020-11-271-17/+0
* config: Check CONFIGURE_INIT_TASK_STACK_SIZESebastian Huber2020-11-261-0/+2
* config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-267-14/+224
* Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULLSebastian Huber2020-11-263-8/+23
* config: Clarify the use of pragmasSebastian Huber2020-11-261-1/+9
* rtems: Move "Set Errno" group to the APISebastian Huber2020-11-261-5/+5
* score: Change _Per_CPU_Information declarationSebastian Huber2020-11-261-1/+1
* rtems: Remove unused barriermp.hSebastian Huber2020-11-261-127/+0
* score/aarch64: Resolve warning in exception dumpKinsey Moore2020-11-241-2/+2
* rtems: Move _Partition_Allocate()Sebastian Huber2020-11-242-12/+5
* rtems: Move _Partition_Initialize()Sebastian Huber2020-11-242-25/+25
* rtems: Move _Partition_Is_buffer_area_aligned()Sebastian Huber2020-11-242-8/+6
* rtems: Move _Partition_Is_buffer_size_aligned()Sebastian Huber2020-11-242-8/+6
* rtems: Move _Partition_Is_buffer_on_boundary()Sebastian Huber2020-11-242-23/+16
* rtems: Move _Partition_Is_buffer_valid()Sebastian Huber2020-11-242-24/+17
* libtest: Fix undefined setjmp() behaviourSebastian Huber2020-11-242-53/+60
* rtems: Remove _Partition_Destroy()Sebastian Huber2020-11-232-8/+1
* rtems: Remove _Partition_Free()Sebastian Huber2020-11-232-15/+1
* rtems: Move _Partition_Free_buffer()Sebastian Huber2020-11-232-13/+9
* rtems: Move _Partition_Allocate_buffer()Sebastian Huber2020-11-232-14/+6
* rtems: Update partition documentationSebastian Huber2020-11-232-31/+84
* rtems: Canonicalize partition file documentationSebastian Huber2020-11-239-18/+34
* rtems: Update event documentationSebastian Huber2020-11-232-13/+79
* rtems: Remove unused _Event_Timeout()Sebastian Huber2020-11-231-8/+0
* rtems: Remove EVENT_SETS_NONE_PENDINGSebastian Huber2020-11-231-7/+1
* rtems: Remove unused EVENT_CURRENTSebastian Huber2020-11-231-6/+0
* rtems: Canonicalize task event file documentationSebastian Huber2020-11-239-19/+30
* libio: Move to RTEMS implementation groupSebastian Huber2020-11-231-0/+2
* doxygen: Use common syntax for groupsSebastian Huber2020-11-231-3/+4
* doxygen: Rename Internal to ImplementationSebastian Huber2020-11-2324-26/+26
* cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer2020-11-201-0/+103
* score: Restore RTEMS_COMPILER_UNUSED_ATTRIBUTESebastian Huber2020-11-201-9/+9
* config: Initialize task stack allocator on demandSebastian Huber2020-11-192-12/+12
* config: Simplify task stack allocator initSebastian Huber2020-11-193-9/+19
* libtest: Simplify "Load" environment reportingSebastian Huber2020-11-191-2/+2
* libtest: Allow assert checks during test beginSebastian Huber2020-11-192-13/+18
* libtest: Rename ValidCache in FullCacheSebastian Huber2020-11-192-6/+6
* libtest: Add primitive test case memory allocatorSebastian Huber2020-11-192-0/+92
* libtest: Simplify runtime measurement supportSebastian Huber2020-11-191-47/+32
* libtest: Make test case allocator configurableSebastian Huber2020-11-195-113/+92