Files
soc-codegen-template/JBao_JL7016_SOC_SDK_README.md
T
2026-08-19 16:05:36 +08:00

40 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AC701N Earphone SDK
## 基本信息
- 工程名称:AC701N Earphone SDK
- 版本号:V1.0.1
- 生成时间:2026-08-19 15:43:10
- 适用芯片:AC7016CBR28
## 目录说明
```
JBao_JL7016_SOC_SDK_V1.0.1/
├── apps/
│ ├── common/ # SDK 公共模块
│ ├── earphone/ # 耳机应用
│ ├── usr_jb_proto/ # 应用协议层
│ ├── usr_periph/ # 板级外设(RTC 等,源码开放)
│ └── usr_le_code/ # BLE 协议库(库文件 + 公开头文件)
├── cpu/ # 芯片相关代码与工具
├── include_lib/ # SDK 头文件
├── tools/ # 工程工具
├── Makefile
├── AC701N.cbp
└── JBao_JL7016_SOC_SDK_README.md
```
### 封装模块公开接口
**apps/usr_le_code**
- 静态库:`apps/usr_le_code/lib/`
- 公开头文件:
- `apps/usr_le_code/usr_le_api.h`
- `apps/usr_le_code/usr_le_product.h`
---
*本文件由 tools/package_release.py 自动生成。*