- 功能函数的编辑写入到 template.c中
- 功能函数的声明放到include文件下
- 组件的Konfig放到根目录下
- 测试样例写入到examples/default_example
- 测试的话将examples/default_example单独作为一个工程来进行测试
- 要将对应的template.c改成对应的xxxx.c
SRCS "template.c" # list the source files of
SRCS "xxxx.c" # list the source files of