summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-25libmisc/shell: Fix edit Coverity errorChris Johns1-1/+1
2022-11-23libmisc/shell: Support terminal size as env variablesChris Johns3-39/+155
2022-11-18cpukit/rtems-fdt: Avoid use of malloc/errnoKinsey Moore1-7/+6
2022-11-14cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman18-58/+374
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-10arm: Fix Armv7-M TLS supportSebastian Huber1-1/+1
2022-11-09riscv: Simplify _CPU_ISR_Set_level()Sebastian Huber1-15/+13
2022-11-09libmd: Remove extra digest copy in SHA256_Final()Sebastian Huber1-1/+0
2022-11-09riscv: Remove superfluous init/fini functionsSebastian Huber1-12/+0
2022-11-09config: Place init task storage area in .rtemsstackSebastian Huber1-1/+2
2022-11-09cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore1-0/+20
2022-11-08rtems: Fix type in descriptionSebastian Huber1-1/+1
2022-10-31cpukit/libdebugger: Fix stepping on ARM architecturesChris Johns1-313/+495
2022-10-30cpukit/dev/can: Added CAN supportPrashanth S4-0/+1125
2022-10-18libdebugger: Add a target break call to suspend all running threadsChris Johns3-16/+65
2022-10-14riscv: Move functions to avoid build issuesSebastian Huber1-0/+10
2022-10-14powerpc: Conditionally provide Context_Control_fpSebastian Huber1-3/+6
2022-10-14powerpc: Fix 'noreturn' function does returnSebastian Huber1-0/+1
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber3-2/+8
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber11-74/+286
2022-10-14stackchk: Add rtems_stack_checker_iterate()Sebastian Huber2-63/+170
2022-10-14stackchk: Avoid internal header fileSebastian Huber1-8/+6
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber3-4/+12
2022-10-14score: Simplify castsSebastian Huber1-8/+4
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber39-182/+207
2022-10-14score: Move Thread_Control::Registers memberSebastian Huber1-2/+9
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber4-18/+24
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber4-4/+10
2022-10-14libmisc/rtems-fdt: Fix return error valuesChris Johns1-2/+2
2022-10-11libmisc/rtems-fdt: Fix missing error stringChris Johns1-1/+2
2022-10-10libmisc/rtems-fdt: Update to support 64bit addressesChris Johns3-134/+529
2022-10-06config: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber1-47/+48
2022-10-04rtems: Clarify application config info APISebastian Huber2-221/+625
2022-10-03cpukit/fdt: Free index before containerKinsey Moore1-2/+2
2022-10-03cpukit/fdt: Check correct allocationKinsey Moore1-1/+1
2022-09-30rtems: Fix formatSebastian Huber1-1/+1
2022-09-23score: Simplify Chain_Node definitionSebastian Huber1-16/+6
2022-09-23rtems: Add rtems_clock_get_ticks_since_boot() functionSebastian Huber1-0/+53
2022-09-22rtems: Fix typo in rtems_build_name() definitionSebastian Huber1-1/+1
2022-09-20bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2-2/+2
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber137-982/+982
2022-09-12score: Prevent an out of bounds warningSebastian Huber1-2/+7
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber23-187/+19
2022-09-08libcrypt: There is no need to clear message digestXin LI2-4/+0
2022-09-08Get rid of unused variables.Xin LI2-16/+2
2022-09-08lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni3-2/+8
2022-09-08General further adoption of SPDX licensing ID tags.Pedro F. Giffuni1-1/+3
2022-09-08libmd: Always erase context in _Final method,Xin LI2-5/+5
2022-09-08Implement SHA2-224 submode of SHA2-256Conrad Meyer2-0/+113