summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems (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-141-3/+22
* cpukit/fdt: Fix typos and clarify paramsKinsey Moore2022-11-101-9/+15
* config: Place init task storage area in .rtemsstackSebastian Huber2022-11-091-1/+2
* rtems: Fix type in descriptionSebastian Huber2022-11-081-1/+1
* 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-1992-842/+842
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-093-10/+7
* 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-226-13/+24
* cpukit/include: Fixes for C++Chris Johns2022-08-223-5/+5
* 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
* cpukit/include/rtems/test-info.h: Change @returns to @returnJoel Sherrill2022-08-101-3/+3
* Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill2022-08-103-0/+100
* rtems/malloc.h: Add API level Doxygen groupSebastian Huber2022-08-101-19/+41
* libtest: Add T_report_hash_sha256_update()Sebastian Huber2022-08-101-0/+2
* libmisc/shell: Add an 'rtems' command to report a running buildChris Johns2022-08-031-0/+6
* score: Allow linker garbage collectionSebastian Huber2022-07-282-3/+3
* score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber2022-07-281-4/+1