Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/ | 12-May-2024 | - | 201,599 | 141,561 | ||
hi3516dv300/ | 12-May-2024 | - | 430,736 | 322,185 | ||
hi3518ev300/ | 12-May-2024 | - | 2,445 | 2,021 | ||
hi3751v350/ | 12-May-2024 | - | 50,085 | 28,366 | ||
hi3861v100/ | 12-May-2024 | - | 221,916 | 113,555 | ||
.gitattributes | D | 12-May-2024 | 3 KiB | 39 | 38 | |
LICENSE | D | 12-May-2024 | 38.8 KiB | 610 | 487 | |
OAT.xml | D | 12-May-2024 | 24.7 KiB | 222 | 158 | |
README.en.md | D | 12-May-2024 | 964 | 37 | 25 | |
README.md | D | 12-May-2024 | 2.1 KiB | 42 | 26 | |
ohos.build | D | 12-May-2024 | 430 | 21 | 20 |
README.en.md
1# device_soc_hisilicon 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.md
1# device_soc_hisilicon 2 3## 简介 4 5本仓用于存放上海海思芯片相关内容,包含HDI实现(media、display、camera、codec、audio、ai等)、芯片驱动、外设驱动、芯片SDK库和头文件等,具体内容参考各soc子目录下的readme说明,对应开发板详细信息请点击下表开发板名称跳转。 6 7| SoC型号 | 对应开发板 | 系统类型 | 领域 | 8| :-------------------------------------: | :-------------------------------------------------------------------------------------------------: | :----------------: | :------: | 9| [Hi3518EV300](hi3518ev300/README_zh.md) | [HiSpark Aries](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_aries) | 小型系统 | 智慧视觉 | 10| [Hi3861V100](hi3861v100/README_zh.md) | [HiSpark Pegasus](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_pegasus) | 轻量系统 | 智慧IOT | 11| [Hi3751V351](hi3751v350/README_zh.md) | [HiSpark Phoenix](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_phoenix) | 标准系统 | 智慧媒体 | 12| [Hi3516DV300](hi3516dv300/README_zh.md) | [HiSpark Taurus](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_taurus) | 小型系统、标准系统 | 智慧视觉 | 13 14 15## 目录 16``` 17/device/soc/hisilicon 18├── common # 平台驱动、HDI实现相关 19├── hi3516dv300 # hi3516dv300芯片相关内容 20├── hi3518ev300 # hi3518ev300芯片相关内容 21├── hi3751v350 # hi3751v350芯片相关内容 22├── hi3861v100 # hi3861v100芯片相关内容 23``` 24 25 26## 使用方法 27 28参考各开发板子目录下readme说明 29 30 31## 许可说明 32 33参见对应目录的LICENSE文件及代码声明 34 35 36## 相关仓 37 38[device_board_hisilicon](https://gitee.com/openharmony/device_board_hisilicon) 39 40[vendor_hisilicon](https://gitee.com/openharmony/vendor_hisilicon) 41 42[third_party_u-boot](https://gitee.com/openharmony/third_party_u-boot)