Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ble_demo/ | 12-May-2024 | - | 1,385 | 914 | ||
led_demo/ | 12-May-2024 | - | 514 | 376 | ||
mbedtls_demo/ | 12-May-2024 | - | 520 | 380 | ||
ota_demo/ | 12-May-2024 | - | 1,496 | 1,167 | ||
uart_demo/ | 12-May-2024 | - | 507 | 362 | ||
xts_demo/ | 12-May-2024 | - | 381 | 287 | ||
LICENSE | D | 12-May-2024 | 9.9 KiB | 177 | 150 | |
NOTICE.md | D | 12-May-2024 | 1 KiB | 20 | 13 | |
OAT.xml | D | 12-May-2024 | 3.7 KiB | 61 | 13 | |
README.md | D | 12-May-2024 | 957 | 37 | 25 | |
README_zh.md | D | 12-May-2024 | 2.5 KiB | 62 | 42 |
README.md
1# vendor_telink 2 3#### Description 4{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} 5 6#### Software Architecture 7Software architecture description 8 9#### Installation 10 111. xxxx 122. xxxx 133. xxxx 14 15#### Instructions 16 171. xxxx 182. xxxx 193. xxxx 20 21#### Contribution 22 231. Fork the repository 242. Create Feat_xxx branch 253. Commit your code 264. Create Pull Request 27 28 29#### Gitee Feature 30 311. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 322. Gitee blog [blog.gitee.com](https://blog.gitee.com) 333. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 344. The most valuable open source project [GVP](https://gitee.com/gvp) 355. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 366. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) 37
README_zh.md
1# vendor telink 2 3 4- [介绍](#介绍) 5- [软件目录](#软件目录) 6- [安装调试教程](#安装调试教程) 7- [贡献](#贡献) 8- [相关仓库](#相关仓库) 9 10## 介绍 11 12该仓库托管Telink开发的基于TLSR9系列SoC芯片的演示代码,包含LED, BLE和XTS三个演示样例的代码的配置文件和HAL模块。 13 14## 软件目录 15 16和TLSR9系列SoC芯片的演示样例相关的代码文件路径如下: 17 18```bash 19. 20└── device # 硬件单板相关仓库 21 ├── board 22 . ├── ... 23 │ └── telink # Telink相关单板 24 ├── ... 25 └── soc 26 ├── ... 27 └── telink # Telink相关SoC代码 28 29. 30└── vendor 31 └── telink # vendor_telink仓库路径 32 ├── ble_demo # BLE示例代码 33 ├── led_demo # LED示例代码 34 ├── xts_demo # XTS示例代码 35 ├── LICENSE # 证书文件 36 ├── OAT.xml # 开源仓审查规则配置文件 37 ├── README.md # 英文版README 38 └── README_zh.md # 中文版README 39``` 40 41全面而详细的目录结构,包括演示样例的代码的配置文件和HAL模块所在位置,可以参考TLSR9系列SoC芯片SDK仓库README文档中的章节[确认目录结构](https://gitee.com/openharmony/device_soc_telink/blob/master/README_zh.md#确认目录结构)。 42 43## 安装调试教程 44 45在配置完成OpenHarmony的开发环境,获取源码之后,选择和编译样例工程,可以生成以二进制形式保存的设备固件。 46 47使用指定的烧录工具,将固件烧录进TLSR9系列SoC芯片的开发板(如B91)后,重新上电即可运行示例并开始进行调试。 48 49详情可以参考TLSR9系列SoC芯片SDK仓库中的[README](https://gitee.com/openharmony/device_soc_telink/blob/master/README_zh.md)文档。 50 51## 贡献 52 53[如何参与](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md) 54 55[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83?sort_id=4042860) 56 57## 相关仓库 58 59TLSR9系列SoC芯片SDK:[device\_soc\_telink](https://gitee.com/openharmony/device_soc_telink) 60 61B91开发板:[device\_board\_telink](https://gitee.com/openharmony/device_board_telink) 62