更新开发板配置,更新版本号,添加 k_kit.c 超时检测

This commit is contained in:
LokLiang
2025-07-09 13:18:20 +08:00
parent f34eaca585
commit 9110aeabf0
6 changed files with 60 additions and 18 deletions

View File

@@ -11,9 +11,9 @@
#define BOARD_CONFIG_DATA_VER 0x0101 /* 对应 cfg_board_t::version */
#define APP_CONFIG_DATA_VER 0 /* 对应 cfg_app_t::version */
#define FW_VERSION_MAIN 1
#define FW_VERSION_MAIN 0
#define FW_VERSION_MINOR 0
#define FW_VERSION_BUILD 0
#define FW_VERSION_BUILD 1
#elif (CONFIG_PRODUCT_ID_SBDEMO)