[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Versions



On 12/17/2009 05:49 PM, Leon Pollak wrote:
> Hello, all.
>
> I scanned the docs and source and did not find the way how the RTEMS version
> (and BSP version too) may be reported to an application.
What exactly do you want to use this for?

There are several options - Which, depends on your use-case.

e.g. cpuopts.h provides several defines, then there are  _RTEMS_version 
(a string) and rtems_get_version_string() (a function).

> What do I miss?

I would avoid hard-coding versions ;)

Ralf