Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#3970 closed enhancement (fixed)

Deprecate use _RTEMS_version at API level

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.1
Component: rtems Version: 5
Severity: normal Keywords: qualification
Cc: Blocked By:
Blocking: #3972, #3978

Description

The global variable _RTEMS_version was declared via <rtems.h> and may be used directly by application code. Applications should use rtems_get_version_string() instead. Mark this variable as deprecated and move it to an internal header file in RTEMS 6.

Change History (5)

comment:1 Changed on 05/05/20 at 12:55:41 by Sebastian Huber

Blocking: 3972 added

comment:2 Changed on 05/06/20 at 06:02:33 by Sebastian Huber <sebastian.huber@…>

In [changeset:"4b9b6ddb9f41356d85d5a056c6b9fafdf8529dc0/rtems" 4b9b6dd/rtems]:

Use rtems_get_version_string()

Update #3970.

comment:3 Changed on 05/06/20 at 06:02:37 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In [changeset:"34b098edc5d89d3dd110baa42956105c8949b263/rtems" 34b098e/rtems]:

rtems: Deprecate use of _RTEMS_version

Close #3970.

comment:4 Changed on 05/11/20 at 05:48:32 by Sebastian Huber

Blocking: 3978 added

comment:5 Changed on 06/23/21 at 07:07:55 by Sebastian Huber

Keywords: qualification added
Note: See TracTickets for help on using tickets.