summaryrefslogtreecommitdiffstats
path: root/cpukit/include (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-19rtems: Add constraint to typesSebastian Huber1-0/+42
2023-05-19basedefs.h: Improve formattingSebastian Huber1-2/+2
2023-05-19basedefs.h: Add proper brief descriptionSebastian Huber1-3/+2
2023-05-19rtems: Conditionally include MPCI headerSebastian Huber1-1/+1
2023-05-16_TOD_Adjust method is unused. Remove it.Joel Sherrill1-15/+0
2023-05-16libmisc/shell: Add flashdev commandAaron Nyholm1-0/+7
2023-05-16cpukit/flash: Add API for Flash devicesAaron Nyholm1-0/+459
2023-05-09zlib: Update from 1.2.5 to 1.2.13Sebastian Huber2-360/+812
2023-04-26score: Simplify _Objects_Is_api_valid()Sebastian Huber1-3/+1
2023-04-25score: Avoid cyclic header file dependenciesSebastian Huber2-60/+66
2023-03-17doxygen: Add group for FreeBSD kernel header filesSebastian Huber8-0/+16
2023-03-17doxygen: Add files to groups and fix group scopesSebastian Huber4-4/+12
2023-03-17doxygen: Fix group identifiersSebastian Huber2-6/+6
2023-03-16rtems/test.h: Use __attribute__Sebastian Huber1-3/+3
2023-03-15cpukit/jffs2: Add support for NAND under JFFS2Kinsey Moore2-0/+157
2023-03-15score: Fix Doxygen group identifierSebastian Huber1-1/+1
2023-03-15score: Add file to Doxygen groupSebastian Huber1-0/+2
2023-03-14Provide kernel space items only if neededSebastian Huber6-18/+30
2023-02-16doxygen: Add Doxygen files to a groupSebastian Huber1-1/+4
2023-02-14doxygen: Harmonize header file referencesSebastian Huber1-3/+3
2023-02-14doxygen: Use @anchor for appl config optionsSebastian Huber17-140/+144
2023-02-13libtest: Fix Doxygen group identifierSebastian Huber1-1/+1
2023-02-09libmisc/serdbg: Remove obsolete serial debugJoel Sherrill4-476/+0
2023-02-07score: Fix maybe uninitialized warningZhongjie Zhu1-3/+4
2023-01-24score: Remove unused return valueSebastian Huber1-11/+4
2023-01-24cpuuse: Use standard wording and group nameSebastian Huber1-8/+8
2023-01-24clockdrv: Add clock driver implementation groupSebastian Huber1-4/+2
2023-01-23rtems: Fix typoMartin Erik Werner1-1/+1
2023-01-23score: Fix minor Rhe->The typo in doxygenMartin Erik Werner1-1/+1
2022-12-22libfdt: add fdt_get_property_by_offset_w helperTadeusz Struk1-0/+7
2022-12-20score: Fix _Processor_mask_To_uint32_t()Sebastian Huber1-2/+2
2022-12-02config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLEDSebastian Huber2-0/+10
2022-11-25libmisc/rtems-fdt: Support prop map items up to the size of uintptr_tChris Johns1-0/+6
2022-11-14cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman14-48/+307
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-09config: Place init task storage area in .rtemsstackSebastian Huber1-1/+2
2022-11-08rtems: Fix type in descriptionSebastian Huber1-1/+1
2022-10-30cpukit/dev/can: Added CAN supportPrashanth S3-0/+620
2022-10-18libdebugger: Add a target break call to suspend all running threadsChris Johns2-0/+9
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber1-1/+2
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber6-32/+104
2022-10-14stackchk: Add rtems_stack_checker_iterate()Sebastian Huber1-0/+75
2022-10-14stackchk: Avoid internal header fileSebastian Huber1-8/+6
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-0/+1
2022-10-14score: Simplify castsSebastian Huber1-8/+4
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-119/+85
2022-10-14score: Move Thread_Control::Registers memberSebastian Huber1-2/+9
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber1-5/+12
2022-10-10libmisc/rtems-fdt: Update to support 64bit addressesChris Johns1-4/+95