feat(openthread): support changing openthread version information

This commit is contained in:
Xu Si Yu
2024-07-01 20:10:31 +08:00
parent d1b3845aaa
commit ee788924eb
6 changed files with 41 additions and 8 deletions

View File

@@ -6,6 +6,23 @@
#pragma once
#include "sdkconfig.h"
/**
* @def OPENTHREAD_CONFIG_PLATFORM_INFO
*
* The platform-specific string to insert into the OpenThread version string.
*
*/
#define OPENTHREAD_CONFIG_PLATFORM_INFO CONFIG_OPENTHREAD_PLATFORM_INFO
/**
* @def PACKAGE_NAME
*
* Define to the full name of this package.
*
*/
#define PACKAGE_NAME CONFIG_OPENTHREAD_PACKAGE_NAME
/**
* @def OPENTHREAD_SPINEL_CONFIG_OPENTHREAD_MESSAGE_ENABLE
*