summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas2023-03-161-1/+2
* sparc: Add header files to Doxygen groupSebastian Huber2023-03-155-8/+23
* pps: Round to closest integer in pps_event()Sebastian Huber2023-03-071-1/+3
* pps: Simplify the nsec calculation in pps_event()Sebastian Huber2023-03-072-19/+9
* pps: Directly assign the timestamps in pps_event()Sebastian Huber2023-03-071-4/+2
* pps: Move pcount assignment in pps_event()Sebastian Huber2023-03-071-4/+4
* pps: Simplify capture and event processingSebastian Huber2023-03-071-21/+21
* pps: Load timecounter once in pps_capture()Sebastian Huber2023-03-071-1/+3
* ntptime: ansifyMateusz Guzik2023-03-071-2/+1
* Clarify hardpps() parameter name and commentSebastian Huber2023-03-071-8/+5
* set_cputicker: use a boolMitchell Horne2023-03-071-3/+3
* kern_tc.c/cputick2usec()firk2023-03-071-9/+3
* score: Replace goto with a breakSebastian Huber2023-02-101-6/+11
* score: Help static analysis in thread initSebastian Huber2023-01-281-2/+5
* score: Remove unused return valueSebastian Huber2023-01-241-6/+1
* score: Clarify code blockSebastian Huber2023-01-241-1/+1
* powerpc: Increase MAS0 ESEL widthSebastian Huber2023-01-231-2/+2
* arm: Enable thread ID register for ARMv6Sebastian Huber2023-01-031-1/+2
* cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-142-4/+23
* arm: Fix Armv7-M TLS supportSebastian Huber2022-11-101-1/+1
* riscv: Simplify _CPU_ISR_Set_level()Sebastian Huber2022-11-091-15/+13
* riscv: Remove superfluous init/fini functionsSebastian Huber2022-11-091-12/+0
* cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore2022-11-091-0/+20
* riscv: Move functions to avoid build issuesSebastian Huber2022-10-141-0/+10
* powerpc: Conditionally provide Context_Control_fpSebastian Huber2022-10-141-3/+6
* powerpc: Fix 'noreturn' function does returnSebastian Huber2022-10-141-0/+1
* score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber2022-10-141-0/+4
* config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2022-10-143-31/+95
* score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber2022-10-141-3/+9
* score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-1438-63/+122
* config: Changeable size for IDLE stack allocatorSebastian Huber2022-10-142-12/+11
* score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber2022-10-144-4/+10
* bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2022-09-202-2/+2
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-1941-121/+121
* score: Prevent an out of bounds warningSebastian Huber2022-09-121-2/+7
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-0920-177/+12
* powerpc: Add support for VRSAVESebastian Huber2022-09-083-15/+92
* cpu.h: Fix gcc 12 warningsRyan Long2022-08-191-2/+18
* cpukit/libdl: Add support for AArch64Ryan Long2022-07-291-0/+256
* score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber2022-07-281-5/+5
* score: Use priority inheritance for thread joinSebastian Huber2022-07-282-68/+59
* Use __asm__ for standard C compatibilitySebastian Huber2022-07-271-5/+5
* score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber2022-07-2616-69/+43
* aarch64: Use page table level 0Kinsey Moore2022-07-211-1/+0
* score: Fix unlimited objects supportSebastian Huber2022-07-181-5/+7
* score: Fix _Objects_Active_count()Sebastian Huber2022-07-181-5/+13
* score: Extend memory dirty/zero actionsSebastian Huber2022-07-153-2/+61
* score: Use RTEMS_SMP in _Thread_Create_idle()Sebastian Huber2022-07-071-1/+5
* score: Conditional _Thread_Priority_replace()Sebastian Huber2022-07-071-0/+2
* cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2022-07-052-31/+0