Include platform details in version information (#347)

- add --with-platform-info configuration option to specify platform information
- add otGetVersionString() interface to get OpenThread version
This commit is contained in:
Shu Chen
2016-08-10 20:02:29 -07:00
committed by Jonathan Hui
parent cfdc53088e
commit cefea1a3c6
7 changed files with 50 additions and 3 deletions
+8
View File
@@ -145,6 +145,14 @@ extern void otSignalTaskletPending(void);
*
*/
/**
* Get the OpenThread version string.
*
* @returns A pointer to the OpenThread version.
*
*/
const char *otGetVersionString(void);
/**
* This function initializes the OpenThread library.
*