summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-16score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas1-1/+2
2023-03-15sparc: Add header files to Doxygen groupSebastian Huber5-8/+23
2023-03-07pps: Round to closest integer in pps_event()Sebastian Huber1-1/+3
2023-03-07pps: Simplify the nsec calculation in pps_event()Sebastian Huber2-19/+9
2023-03-07pps: Directly assign the timestamps in pps_event()Sebastian Huber1-4/+2
2023-03-07pps: Move pcount assignment in pps_event()Sebastian Huber1-4/+4
2023-03-07pps: Simplify capture and event processingSebastian Huber1-21/+21
2023-03-07pps: Load timecounter once in pps_capture()Sebastian Huber1-1/+3
2023-03-07ntptime: ansifyMateusz Guzik1-2/+1
2023-03-07Clarify hardpps() parameter name and commentSebastian Huber1-8/+5
2023-03-07set_cputicker: use a boolMitchell Horne1-3/+3
2023-03-07kern_tc.c/cputick2usec()firk1-9/+3
2023-02-10score: Replace goto with a breakSebastian Huber1-6/+11
2023-01-28score: Help static analysis in thread initSebastian Huber1-2/+5
2023-01-24score: Remove unused return valueSebastian Huber1-6/+1
2023-01-24score: Clarify code blockSebastian Huber1-1/+1
2023-01-23powerpc: Increase MAS0 ESEL widthSebastian Huber1-2/+2
2023-01-03arm: Enable thread ID register for ARMv6Sebastian Huber1-1/+2
2022-11-14cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2-4/+23
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-09riscv: Remove superfluous init/fini functionsSebastian Huber1-12/+0
2022-11-09cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore1-0/+20
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 Huber1-0/+4
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber3-31/+95
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-3/+9
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber38-63/+122
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber2-12/+11
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber4-4/+10
2022-09-20bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2-2/+2
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber41-121/+121
2022-09-12score: Prevent an out of bounds warningSebastian Huber1-2/+7
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber20-177/+12
2022-09-08powerpc: Add support for VRSAVESebastian Huber3-15/+92
2022-08-19cpu.h: Fix gcc 12 warningsRyan Long1-2/+18
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long1-0/+256
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber1-5/+5
2022-07-28score: Use priority inheritance for thread joinSebastian Huber2-68/+59
2022-07-27Use __asm__ for standard C compatibilitySebastian Huber1-5/+5
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber16-69/+43
2022-07-21aarch64: Use page table level 0Kinsey Moore1-1/+0
2022-07-18score: Fix unlimited objects supportSebastian Huber1-5/+7
2022-07-18score: Fix _Objects_Active_count()Sebastian Huber1-5/+13
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber3-2/+61
2022-07-07score: Use RTEMS_SMP in _Thread_Create_idle()Sebastian Huber1-1/+5
2022-07-07score: Conditional _Thread_Priority_replace()Sebastian Huber1-0/+2
2022-07-05cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2-31/+0