• Home
Name Date Size #Lines LOC

..--

dsoftbus_demo/07-Sep-2024-2,0121,310

iotlink_demo/07-Sep-2024-1,6431,049

xts_demo/07-Sep-2024-352275

CODEOWNERSD07-Sep-2024630 1715

LICENSED07-Sep-202410.1 KiB177150

OAT.xmlD07-Sep-20242.1 KiB3516

README.mdD07-Sep-2024958 3725

README_zh.mdD07-Sep-20241.5 KiB4828

README.md

1# vendor_chipsea
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_chipsea
2
3## 介绍
4
5该仓库托管芯海科技开发的产品示例代码,主要包括:
61. 连接示例代码。
72. XTS示例代码。
83. 软总线示例代码。
9
10该仓库在整个OpenHarmony架构中主要用于配置产品信息(config.json),比如:产品的名称、开发板的名称、公司名称以及产品包含的子系统列表。OpenHarmony构建系统会根据该配置来生成构建使用的基础信息。
11
12## 软件架构
13
14支持基于芯海CST85F01的cst85_wblink单板进行开发的产品示例。
15
16代码路径:
17
18```
19vendor/chipsea/         // vendor_chipsea 仓的仓库路径
20├── dsoftbus_demo       // 软总线示例代码
21├── iotlink_demo        // 连接示例代码
22└── xts_demo            // XTS示例代码
23
24```
25* 软总线的示例主要用于演示验证软总线的服务启动功能,其依赖于软总线的框架。
26* 连接示例主要用于演示WIFI的STATION和AP的功能。
27* XTS示例主要用于进行XTS的测试验证。
28
29## 安装教程
30
31参考 [安装调试教程](https://gitee.com/openharmony-sig/device_soc_chipsea/blob/master/README_zh.md)
32
33## 使用说明
34
35
36## 贡献
37
38[如何参与](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md)
39
40[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83?sort_id=4042860)
41
42## 相关仓
43
44[device_board_chipsea](https://gitee.com/openharmony-sig/device_board_chipsea)
45
46[device_soc_chipsea](https://gitee.com/openharmony-sig/device_soc_chipsea)
47
48