mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 07:10:08 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user