@@ -2,7 +2,8 @@
|
||||
|
||||
本仓库按 **「厂商-型号」** 组织分支,每个分支是一套完整的 SOC 工程模板。
|
||||
|
||||
远程仓库:[soc-codegen-template](https://git.jianbao-tech.com/pets-device/soc-codegen-template)
|
||||
- 主仓库:[见宝 Git](https://git.jianbao-tech.com/pets-device/soc-codegen-template)
|
||||
- 码云镜像(推荐下载):[gitee.com/wu-chuyuan/soc-codegen-template](https://gitee.com/wu-chuyuan/soc-codegen-template)
|
||||
|
||||
---
|
||||
|
||||
@@ -10,7 +11,7 @@
|
||||
|
||||
| 分支 | 厂商 | 型号 | 平台 | 默认能力 | 状态 |
|
||||
|------|------|------|------|----------|------|
|
||||
| [`JieLi-JL7016`](https://git.jianbao-tech.com/pets-device/soc-codegen-template/src/branch/JieLi-JL7016) | 杰理 JieLi | JL7016 / AC7016C | BR28 | 耳机 SDK + BLE + jb_protocol + OTA | ✅ 可用 |
|
||||
| [`JieLi-JL7016`](https://gitee.com/wu-chuyuan/soc-codegen-template/tree/JieLi-JL7016) | 杰理 JieLi | JL7016 / AC7016C | BR28 | 耳机 SDK + BLE + jb_protocol + OTA | ✅ 可用 |
|
||||
|
||||
> 新模板上线后在此表追加一行即可。
|
||||
|
||||
@@ -21,7 +22,7 @@
|
||||
### 见宝工具箱 / 自动化脚本
|
||||
|
||||
```bash
|
||||
git clone https://git.jianbao-tech.com/pets-device/soc-codegen-template.git
|
||||
git clone https://gitee.com/wu-chuyuan/soc-codegen-template.git
|
||||
cd soc-codegen-template
|
||||
git checkout JieLi-JL7016
|
||||
```
|
||||
@@ -30,7 +31,7 @@ git checkout JieLi-JL7016
|
||||
|
||||
```bash
|
||||
git clone --branch JieLi-JL7016 --single-branch \
|
||||
https://git.jianbao-tech.com/pets-device/soc-codegen-template.git jl7016-template
|
||||
https://gitee.com/wu-chuyuan/soc-codegen-template.git jl7016-template
|
||||
```
|
||||
|
||||
---
|
||||
@@ -53,7 +54,7 @@ git clone --branch JieLi-JL7016 --single-branch \
|
||||
1. 从 `main` 拉新分支:`git checkout -b <厂商>-<型号> main`
|
||||
2. 合入该 SOC 完整工程(apps + cpu + include_lib + tools)
|
||||
3. 更新本文件分支表 + `main/README.md` 快速索引
|
||||
4. 推送分支并在 Gitea 设为受保护分支(可选)
|
||||
4. `git push origin` 会同时推到见宝 Git 与码云镜像
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user