Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
wifi_demo/ | 12-May-2024 | - | 914 | 727 | ||
xts_demo/ | 12-May-2024 | - | 410 | 326 | ||
CODEOWNERS | D | 12-May-2024 | 630 | 17 | 15 | |
LICENSE | D | 12-May-2024 | 9.9 KiB | 177 | 150 | |
OAT.xml | D | 12-May-2024 | 1.3 KiB | 31 | 12 | |
README.md | D | 12-May-2024 | 959 | 37 | 25 | |
README_ZH.md | D | 12-May-2024 | 1.1 KiB | 37 | 21 |
README.md
1# vendor_asrmicro 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 asrmicro 2 3## 介绍 4 5该仓库托管翱捷科技开发的样例代码,包含xts和wifi两个demo的配置文件和hal模块。 6 7## 软件目录 8 9代码路径: 10 11``` 12device/ --- 硬件单板相关仓库 13├── board/lango --- 朗国公司相关单板 14└── soc/asrmicro --- ASR相关SoC代码 15 16vendor/asrmicro/ --- vendor_asrmicro 仓库路径 17├── wifi_demo --- wifi样例 18└── xts_demo --- xts样例 19``` 20 21## 安装教程 22 23参考 [安装调试教程](https://gitee.com/openharmony/device_soc_asrmicro/blob/master/README_ZH.md) 24 25## 使用说明 26 27 28## 贡献 29 30[如何参与](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md) 31 32[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83?sort_id=4042860) 33 34## 相关仓 35 36[device\_soc\_asrmicro](https://gitee.com/openharmony/device_soc_asrmicro):该仓库包含驱动代码、hal模块、wifi库文件、ble库文件等。 37