RTEMS
5.0.0
|
Version API. More...
Go to the source code of this file.
Functions | |
const char * | rtems_version (void) |
Returns the version string. More... | |
int | rtems_version_major (void) |
Returns the version's major number. More... | |
int | rtems_version_minor (void) |
Returns the version's minor number. More... | |
int | rtems_version_revision (void) |
Returns the version's revision number. More... | |
const char * | rtems_version_control_key (void) |
Returns the version control key for the current version of code that has been built. The key is specific to the version control system being used and allows the built version to be identified. More... | |
const char * | rtems_board_support_package (void) |
Returns the board support package name. More... | |
Version API.