summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLEDSebastian Huber2022-12-022-0/+10
* libmisc/rtems-fdt: Support prop map items up to the size of uintptr_tChris Johns2022-11-251-0/+6
* cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-1414-48/+307
* cpukit/fdt: Fix typos and clarify paramsKinsey Moore2022-11-101-9/+15
* Remove remnants of rtems_io_lookup_nameJoel Sherrill2022-11-101-21/+0
* config: Place init task storage area in .rtemsstackSebastian Huber2022-11-091-1/+2
* rtems: Fix type in descriptionSebastian Huber2022-11-081-1/+1
* cpukit/dev/can: Added CAN supportPrashanth S2022-10-303-0/+620
* libdebugger: Add a target break call to suspend all running threadsChris Johns2022-10-182-0/+9
* score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber2022-10-141-1/+2
* config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2022-10-146-32/+104
* stackchk: Add rtems_stack_checker_iterate()Sebastian Huber2022-10-141-0/+75
* stackchk: Avoid internal header fileSebastian Huber2022-10-141-8/+6
* score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber2022-10-141-0/+1
* score: Simplify castsSebastian Huber2022-10-141-8/+4
* score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-141-119/+85
* score: Move Thread_Control::Registers memberSebastian Huber2022-10-141-2/+9
* config: Changeable size for IDLE stack allocatorSebastian Huber2022-10-141-5/+12
* libmisc/rtems-fdt: Update to support 64bit addressesChris Johns2022-10-101-4/+95
* rtems: Clarify application config info APISebastian Huber2022-10-042-221/+625
* rtems: Fix formatSebastian Huber2022-09-301-1/+1
* score: Simplify Chain_Node definitionSebastian Huber2022-09-231-16/+6
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-1995-859/+859
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-093-10/+7
* Implement SHA2-224 submode of SHA2-256Conrad Meyer2022-09-081-0/+62
* Fix C++ includability of crypto headers with static array sizesAlan Somers2022-09-084-5/+10
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2022-09-081-0/+66
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2022-09-083-3/+3
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2022-09-083-6/+85
* rtems: Include <rtems/score/cpuopts.h>Sebastian Huber2022-09-083-0/+3
* score: Improve formattingSebastian Huber2022-09-081-4/+10
* config: Add SMP scheduler configuration errorsSebastian Huber2022-09-051-0/+20
* score: Regenerate <rtems/score/basedefs.h>Sebastian Huber2022-09-051-2/+2
* rtems: Add constraints for rtems_clock_tick()Sebastian Huber2022-09-051-0/+12
* Add items to Doxygen groupsSebastian Huber2022-09-0516-17/+53
* Fix pedanic warnings without a storage increaseSebastian Huber2022-08-312-1/+11
* libtest: Fix warnings without a pragmaSebastian Huber2022-08-311-15/+8
* config: Include <rtems/posix/timer.h> on demandSebastian Huber2022-08-311-2/+3
* score: Do not expose <limits.h> to <rtems.h>Sebastian Huber2022-08-301-3/+1
* score: Fix formatSebastian Huber2022-08-291-1/+1
* score: Fix formatSebastian Huber2022-08-292-3/+3
* Revert "linkersets.h: Fix gcc 12 warning"Sebastian Huber2022-08-291-1/+1
* cpukit/include: Fix including in C++Chris Johns2022-08-227-13/+32
* cpukit/include: Fixes for C++Chris Johns2022-08-224-6/+14
* test.h: Add pragma for gcc 12 warningRyan Long2022-08-191-0/+7
* schedulerpriority.h: Fix gcc 12 warningRyan Long2022-08-191-1/+1
* percpu.h: Add pragma for gcc 12 warningRyan Long2022-08-191-0/+8
* interr.h: Fix gcc 12 warningRyan Long2022-08-191-1/+3
* linkersets.h: Fix gcc 12 warningRyan Long2022-08-191-1/+1
* threads.h: Add pragmas to get rid of gcc 12 errorsRyan Long2022-08-191-0/+15