summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-0/+1
2022-10-14score: Simplify castsSebastian Huber1-8/+4
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-119/+85
2022-10-14score: Move Thread_Control::Registers memberSebastian Huber1-2/+9
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber1-5/+12
2022-10-10libmisc/rtems-fdt: Update to support 64bit addressesChris Johns1-4/+95
2022-10-04rtems: Clarify application config info APISebastian Huber2-221/+625
2022-09-30rtems: Fix formatSebastian Huber1-1/+1
2022-09-23score: Simplify Chain_Node definitionSebastian Huber1-16/+6
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber92-842/+842
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber3-10/+7
2022-09-08rtems: Include <rtems/score/cpuopts.h>Sebastian Huber3-0/+3
2022-09-08score: Improve formattingSebastian Huber1-4/+10
2022-09-05config: Add SMP scheduler configuration errorsSebastian Huber1-0/+20
2022-09-05score: Regenerate <rtems/score/basedefs.h>Sebastian Huber1-2/+2
2022-09-05rtems: Add constraints for rtems_clock_tick()Sebastian Huber1-0/+12
2022-09-05Add items to Doxygen groupsSebastian Huber16-17/+53
2022-08-31Fix pedanic warnings without a storage increaseSebastian Huber2-1/+11
2022-08-31libtest: Fix warnings without a pragmaSebastian Huber1-15/+8
2022-08-31config: Include <rtems/posix/timer.h> on demandSebastian Huber1-2/+3
2022-08-30score: Do not expose <limits.h> to <rtems.h>Sebastian Huber1-3/+1
2022-08-29score: Fix formatSebastian Huber1-1/+1
2022-08-29score: Fix formatSebastian Huber2-3/+3
2022-08-29Revert "linkersets.h: Fix gcc 12 warning"Sebastian Huber1-1/+1
2022-08-22cpukit/include: Fix including in C++Chris Johns6-13/+24
2022-08-22cpukit/include: Fixes for C++Chris Johns3-5/+5
2022-08-19test.h: Add pragma for gcc 12 warningRyan Long1-0/+7
2022-08-19schedulerpriority.h: Fix gcc 12 warningRyan Long1-1/+1
2022-08-19percpu.h: Add pragma for gcc 12 warningRyan Long1-0/+8
2022-08-19interr.h: Fix gcc 12 warningRyan Long1-1/+3
2022-08-19linkersets.h: Fix gcc 12 warningRyan Long1-1/+1
2022-08-19threads.h: Add pragmas to get rid of gcc 12 errorsRyan Long1-0/+15
2022-08-10cpukit/include/rtems/test-info.h: Change @returns to @returnJoel Sherrill1-3/+3
2022-08-10Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill3-0/+100
2022-08-10rtems/malloc.h: Add API level Doxygen groupSebastian Huber1-19/+41
2022-08-10libtest: Add T_report_hash_sha256_update()Sebastian Huber1-0/+2
2022-08-03libmisc/shell: Add an 'rtems' command to report a running buildChris Johns1-0/+6
2022-07-28score: Allow linker garbage collectionSebastian Huber2-3/+3
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber1-4/+1
2022-07-28score: Use priority inheritance for thread joinSebastian Huber2-31/+78
2022-07-27score: Fix objects local table initializationSebastian Huber2-4/+2
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber7-123/+243
2022-07-25imfs: Add <rtems/imfsimpl.h>Sebastian Huber2-37/+93
2022-07-25libtest: Add missing initializerSebastian Huber1-1/+1
2022-07-21Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce4-14/+27
2022-07-18score: Fix unlimited objects supportSebastian Huber1-4/+25
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber1-1/+13
2022-07-15score: Place object controls into .noinit sectionsSebastian Huber2-5/+11
2022-07-07score: Conditional _Thread_Priority_replace()Sebastian Huber1-0/+2
2022-07-04gcov: Add functions to dump the gcov informationSebastian Huber2-0/+93