Joel Sherrill
bd2e898c9e
sapi/src/*.c: Change license to BSD-2
...
Updates #3053 .
2022-02-28 10:28:05 -06:00
Sebastian Huber
3db9c820e5
sapi: Canonicalize @defgroup and @file comments
...
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-12-02 07:45:53 +01:00
Sebastian Huber
5353ea89d7
rtems: Move from <rtems.h> to <rtems/config.h>
...
Move configuration related declarations and definitions to
<rtems/config.h>. The goal is to make <rtems.h> an include only header
file.
2020-09-18 18:55:09 +02:00
Sebastian Huber
90390118c0
rtems: Move declartion of _RTEMS_version
...
Close #3978 .
2020-07-14 07:25:45 +02:00
Sebastian Huber
34b098edc5
rtems: Deprecate use of _RTEMS_version
...
Close #3970 .
2020-05-06 07:39:10 +02:00
Sebastian Huber
80cf60efec
Canonicalize config.h include
...
Use the following variant which was already used by most source files:
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
2020-04-16 07:30:00 +02:00
Sebastian Huber
3fe215502a
Remove superfluous <rtems/system.h> includes
2019-03-14 13:13:27 +01:00
Chris Johns
c49985691f
Change all references of rtems.com to rtems.org.
2014-03-21 08:10:47 +11:00
Christopher Kerl
4c98a3ea29
sapi misc: Clean up Doxygen GCI task #1
...
http://www.google-melange.com/gci/task/view/google/gci2012/8011204
2012-12-07 09:49:54 -05:00
Joel Sherrill
9b4422a251
Remove All CVS Id Strings Possible Using a Script
...
Script does what is expected and tries to do it as
smartly as possible.
+ remove occurrences of two blank comment lines
next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
contain CVS Ids
+ If the processing left a blank line at the top of
a file, it was removed.
2012-05-11 08:44:13 -05:00
Ralf Corsepius
0042168c67
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* sapi/src/getversionstring.c: Include <rtems.h> (Missing prototype).
2011-12-08 14:13:55 +00:00
Joel Sherrill
4d47256b4b
2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/include/rtems.h, sapi/Makefile.am: Add simple helper to get
RTEMS version string.
* sapi/src/getversionstring.c: New file.
2008-07-15 22:56:45 +00:00