summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/timestampimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-191-13/+13
| | | | | | | Directly use "static inline" which is available in C99 and later. This brings the RTEMS implementation closer to standard C. Close #3935.
* cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* score: Fix Doxygen group nameSebastian Huber2020-12-021-1/+1
| | | | Update #3706.
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-3/+2
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* score: Canonicalize Doxygen groupsSebastian Huber2020-12-021-1/+1
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group brief descriptions. Update #3706.
* doxygen: score: adjust doc in timestampimpl.h to doxygen guidelinesAndreas Dachsberger2019-05-131-75/+71
| | | | Update #3706.
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* score: Avoid sbintime_t in API headersSebastian Huber2018-12-071-0/+302
The sbintime_t is a non-POSIX type and not visible if strict standard options are selected. Move implementation details from <rtems/score/timestamp.h> to <rtems/score/timestampimpl.h>. Update #3598.