gfps: 添加认证测试和FAQ 20260505
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s

Change-Id: I71e676b997159a141ca07d16f82a73b45f4b2410
This commit is contained in:
danni_dong
2026-05-05 19:24:08 +08:00
parent 2ed168dcf8
commit bdbb2527e6
1943 changed files with 10585 additions and 434 deletions

View File

@@ -0,0 +1,51 @@
# 5.1 project 工程enable对应功能
<span style="color: rgb(166,38,164);">app_flags.h 里面找到 <span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_XXX 相关的宏并按照以下信息配置</span></span>
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">                        </span><span style="color: rgb(152,104,1);">1</span>\
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_LE_DEVICE_SUPPORT</span><span style="color: rgb(56,58,66);">                      (1 && </span><span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">)</span>\
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_SASS_SUPPORT</span><span style="color: rgb(56,58,66);">                              (0 && </span><span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">)</span>\
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_FINDER_SUPPORT</span><span style="color: rgb(56,58,66);">                          (1 && </span><span style="color: rgb(64,120,242);">CONFIG_REALTEK_GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">)</span>
<span style="color: rgb(56,58,66);">GFPS依赖的其他的模块</span>
\#if CONFIG_REALTEK_GFPS_FEATURE_SUPPORT\
\#undef F_APP_RWS_BLE_USE_RPA_SUPPORT\
\#define F_APP_RWS_BLE_USE_RPA_SUPPORT               1
\#if CONFIG_REALTEK_GFPS_FINDER_SUPPORT\
\#undef F_APP_PERIODIC_WAKEUP\
\#define F_APP_PERIODIC_WAKEUP                             0// default not enable\
\#endif\
\#endif
<span style="color: rgb(152,104,1);">Note:</span>
<span style="color: rgb(152,104,1);">有的IC宏的名字是GFPS_XXX, <span style="color: rgb(166,38,164);">app_flags.h 里面找到 <span style="color: rgb(64,120,242);">GFPS_XXX 相关的宏并按照以下信息配置</span></span></span>
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">                        </span><span style="color: rgb(152,104,1);">1</span>\
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">GFPS_LE_DEVICE_SUPPORT</span><span style="color: rgb(56,58,66);">                      (1 && </span><span style="color: rgb(64,120,242);">GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">)</span>\
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">GFPS_SASS_SUPPORT</span><span style="color: rgb(56,58,66);">                              (0 && </span><span style="color: rgb(64,120,242);">GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">)</span>\
<span style="color: rgb(166,38,164);">\#define</span><span style="color: rgb(56,58,66);"> </span><span style="color: rgb(64,120,242);">GFPS_FINDER_SUPPORT</span><span style="color: rgb(56,58,66);">                          (1 && </span><span style="color: rgb(64,120,242);">GFPS_FEATURE_SUPPORT</span><span style="color: rgb(56,58,66);">)</span>
<span style="color: rgb(56,58,66);">GFPS依赖的其他的模块</span>
\#if GFPS_FEATURE_SUPPORT\
\#undef F_APP_RWS_BLE_USE_RPA_SUPPORT\
\#define F_APP_RWS_BLE_USE_RPA_SUPPORT               1
\#if GFPS_FINDER_SUPPORT\
\#undef F_APP_PERIODIC_WAKEUP\
\#define F_APP_PERIODIC_WAKEUP                              0// default not enable\
\#endif\
\#endif
\
<span style="color: rgb(56,58,66);">内部测试的话,工程里面需要替换以下文件(**<span style="color: rgb(255,0,0);">里面包含model id信息 不可以给客户!!!</span>**)</span>
<span style="color: rgb(56,58,66);"><a href="/download/attachments/948641743/app_gfps_cfg.c?version=1&amp;modificationDate=1760949777913&amp;api=v2" data-linked-resource-container-id="948641743" data-linked-resource-container-version="7" data-linked-resource-content-type="application/octet-stream" data-linked-resource-default-alias="app_gfps_cfg.c" data-linked-resource-id="970287587" data-linked-resource-type="attachment" data-linked-resource-version="1">app_gfps_cfg.c</a></span>
<span style="color: rgb(56,58,66);"><a href="/download/attachments/948641743/app_gfps_cfg.h?version=1&amp;modificationDate=1760949778357&amp;api=v2" data-linked-resource-container-id="948641743" data-linked-resource-container-version="7" data-linked-resource-content-type="application/octet-stream" data-linked-resource-default-alias="app_gfps_cfg.h" data-linked-resource-id="970287588" data-linked-resource-type="attachment" data-linked-resource-version="1">app_gfps_cfg.h</a></span>
<span style="color: rgb(56,58,66);">![](images/5.1+project+工程enable对应功能_26edcb43.jpg)</span>