summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/tcsimpleinstall.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2022-02-28sapi/src/*.c: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2020-12-02sapi: Canonicalize @defgroup and @file commentsSebastian Huber1-0/+9
Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
2020-04-16Canonicalize config.h includeSebastian Huber1-2/+2
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2015-05-20timecounter: Port to RTEMSAlexander Krutwig1-0/+52
New test sptests/timecounter01. Update #2271.