summaryrefslogtreecommitdiffstats
path: root/cpukit/include (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-25libmisc/rtems-fdt: Support prop map items up to the size of uintptr_tChris Johns1-0/+6
2022-11-14cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman14-48/+307
2022-11-10cpukit/fdt: Fix typos and clarify paramsKinsey Moore1-9/+15
2022-11-10Remove remnants of rtems_io_lookup_nameJoel Sherrill1-21/+0
2022-11-09config: Place init task storage area in .rtemsstackSebastian Huber1-1/+2
2022-11-08rtems: Fix type in descriptionSebastian Huber1-1/+1
2022-10-30cpukit/dev/can: Added CAN supportPrashanth S3-0/+620
2022-10-18libdebugger: Add a target break call to suspend all running threadsChris Johns2-0/+9
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber1-1/+2
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber6-32/+104
2022-10-14stackchk: Add rtems_stack_checker_iterate()Sebastian Huber1-0/+75
2022-10-14stackchk: Avoid internal header fileSebastian Huber1-8/+6
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 Huber95-859/+859
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber3-10/+7
2022-09-08Implement SHA2-224 submode of SHA2-256Conrad Meyer1-0/+62
2022-09-08Fix C++ includability of crypto headers with static array sizesAlan Somers4-5/+10
2022-09-08Implement SHA-512 truncated (224 and 256 bits)Allan Jude1-0/+66
2022-09-08crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer3-3/+3
2022-09-08Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude3-6/+85
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 Johns7-13/+32
2022-08-22cpukit/include: Fixes for C++Chris Johns4-6/+14
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