summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-28score: Move <rtems/score/gcov.h>Sebastian Huber7-17/+17
2023-07-28score: Move formatted I/O functionsSebastian Huber13-157/+132
2023-07-27Revert "cpukit/dev/can: Added CAN support"Gedare Bloom4-1125/+0
2023-07-27Revert "cpukit/dev/can: Resolve warnings in 64bit builds"Gedare Bloom1-9/+7
2023-07-26sys: Add files to Doxygen groupSebastian Huber4-3/+29
2023-07-26timecounter: Add files to Doxygen groupSebastian Huber6-0/+47
2023-07-26posix: Add files to Doxygen groupSebastian Huber2-7/+7
2023-07-26libcsupport: Add file to Doxygen groupSebastian Huber1-2/+9
2023-07-26score: Add files to Doxygen groupsSebastian Huber3-0/+26
2023-07-26rtems: Add files to Doxygen groupsSebastian Huber5-32/+141
2023-07-26libtest: Place files into a Doxygen groupSebastian Huber22-33/+169
2023-07-25score: Add workaround for GCC bugSebastian Huber1-0/+7
2023-07-25rtems: Link config options and global constructionSebastian Huber1-3/+17
2023-07-25rtems: Improve task entry wordingSebastian Huber1-3/+3
2023-07-24score: Move _IO_Relax() to new <rtems/dev/io.h>Sebastian Huber3-10/+70
2023-07-21doxgen: Document build system provided filesSebastian Huber1-0/+82
2023-07-20rtems: Fix typoSebastian Huber1-1/+1
2023-07-20rtems: Update references to rtems_task_wake_afterKinsey Moore1-8/+13
2023-07-14score/arm: improve printed exception information for Cortex-Mx CPUsKarel Gardas2-2/+154
2023-07-14bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber1-0/+2
2023-07-03Revert accidentally committed "Remove unused _IO_Relax"Joel Sherrill2-0/+61
2023-07-03Remove unused _IO_RelaxJoel Sherrill2-61/+0
2023-06-27cpukit/flash: Correct erase ioctl addressAaron Nyholm1-8/+35
2023-06-16pci: Do not use BSP-specific interrupt APISebastian Huber1-13/+4
2023-06-12score: Remove CPU port atomic operations APISebastian Huber2-1060/+888
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber19-533/+0
2023-06-06Move various compression libraries into single subdirectoryJoel Sherrill42-0/+0
2023-05-31termios: Add <rtems/termiosdevice.h>Sebastian Huber4-246/+311
2023-05-26score/src/pheap*: Remove unreferenced methodsJoel Sherrill4-237/+0
2023-05-26arm: Use RTEMS_XCONCAT()Sebastian Huber1-4/+2
2023-05-26arm: Improve Doxygen file commentsSebastian Huber29-35/+165
2023-05-24rtems: Document scheduler configuration APISebastian Huber1-159/+453
2023-05-22libdl: Add support for LDST128_ABS_LO12_NCKinsey Moore1-0/+4
2023-05-20Update company nameSebastian Huber701-705/+705
2023-05-19rtems: Reference types in construct directivesSebastian Huber2-2/+4
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-17libmisc/shell: Fix file pointer leak and improved input data sanitation.Aaron Nyholm1-17/+10
2023-05-16bsps/aarch64: Fix 128bit q register print bugTian Ye1-1/+1
2023-05-16_TOD_Adjust method is unused. Remove it.Joel Sherrill2-88/+0
2023-05-16libmisc/shell: Add flashdev commandAaron Nyholm2-0/+598
2023-05-16cpukit/flash: Add API for Flash devicesAaron Nyholm2-0/+1361
2023-05-09zlib: Update from 1.2.5 to 1.2.13Sebastian Huber27-2779/+13758
2023-04-29bsps/amd64: increase CPU alignment to 16Karel Gardas1-1/+1
2023-04-26score: Simplify _Objects_Is_api_valid()Sebastian Huber1-3/+1
2023-04-25score: Avoid cyclic header file dependenciesSebastian Huber3-60/+115
2023-04-05cpukit/libdl: Resolve size mismatch warningsKinsey Moore3-19/+20
2023-03-23cpukit/jffs2: Avoid possible null derefKinsey Moore1-3/+3