简单看了些源码,发现B91_SIG_Mesh_SDK这个项目里面在进行
进行build的时候,会爆出大量错误,也没时间去fix了,所以直接找一个没问题的项目看看main函数,了解一下大体的框架先。
#include "tl_common.h"
#include "drivers/9518/watchdog.h"
#include "vendor/common/user_config.h"
#include "drivers/9518/rf.h"
#include "drivers/9518/pm.h"
#include "proj_lib/ble/blt_config.h"
#include "proj_lib/ble/ll/ll.h"
#include "proj_lib/sig_mesh/app_mesh.h"
#include "app_config.h"
#include "../../drivers.h"
#include "tl_common.h"
#include "../common/blt_common.h"
#include "drivers.h"
#include "stack/ble/ble.h"
extern void user_init();
extern void main_loop ();
void blc_pm_select_none();
今天有点晚了,看得眼都有点花了,看来该睡觉了。
随后有时间的话,再详细探讨下每个函数的作用
晚安了!!!
|