Searched refs:AMP_VERSION_NUMBER (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/external/amp_utils/ |
A D | amp_utils.c | 121 …aos_snprintf(version, AMP_VERSION_LENGTH, amp_version_fmt, AMP_VERSION_NUMBER, AMP_GIT_COMMIT, AMP… in py_version_get() 129 aos_snprintf(version, 64, amp_version_fmt, AMP_VERSION_NUMBER); in py_app_version_get()
|
/AliOS-Things-master/components/amp/services/amp_utils/ |
A D | amp_utils.c | 148 aos_snprintf(aos_version.app, 64, amp_version_fmt, AMP_VERSION_NUMBER); in aos_app_version_get() 176 AMP_VERSION_NUMBER, AMP_MODULE_SOFTWARE); in aos_system_version_get()
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_main.c | 67 aos_printf("amp version: amp-v%s-%s\r\n", AMP_VERSION_NUMBER, AMP_GIT_COMMIT); in amp_main()
|
A D | amp_defines.h | 32 #define AMP_VERSION_NUMBER "3.0.1" macro
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 36 #define AMP_VERSION_NUMBER "1.15" macro
|
Completed in 12 milliseconds