Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
unionpi_tiger/ | 12-May-2024 | - | 120,159 | 99,825 | ||
.gitignore | D | 12-May-2024 | 56 | 10 | 8 | |
CODEOWNERS | D | 12-May-2024 | 630 | 17 | 15 | |
LICENSE | D | 12-May-2024 | 10.1 KiB | 176 | 150 | |
OAT.xml | D | 12-May-2024 | 7.1 KiB | 91 | 43 | |
README_zh.md | D | 12-May-2024 | 1.4 KiB | 50 | 32 |
README_zh.md
1# vendor_unionman 2 3## 介绍 4 5该仓库托管Unionman开发板(或产品),编译框架适配、解决方案参考代码和脚本。 6 7## 约束 8 9支持Unionpi_Tiger (Amlogic A311D)。 10 11## 目录 12 13``` 14vendor/unionman/ # vendor_unionman 仓的仓库路径 15├── LICENSE 16├── OAT.xml 17├── README_zh.md 18└── unionpi_tiger # Unionpi Tiger开发板目录 19 ├── audio # audio配置目录 20 ├── config.json # 产品模块详细配置目录 21 ├── hals # hal层相关配置目录 22 ├── hdf_config # hdf相关hcs目录 23 ├── power_config # 电源配置目录 24 ├── sample # 样例目录 25 ├── product.gni 26 └── resourceschedule 27``` 28 29## 开发环境搭建 30 31Unionpi Tiger使用参考 [使用教程](https://gitee.com/openharmony/device_board_unionman/blob/master/unionpi_tiger/README_zh.md) 32 33## 样例导航 34 35- [sample](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample) 36 37## 参与贡献 38 39[如何参与](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md) 40 41[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83?sort_id=4042860) 42 43## 相关仓 44 45- vendor_unionman 46 47- [device_board_unionman](https://gitee.com/openharmony/device_board_unionman) 48 49- [device_soc_amlogic](https://gitee.com/openharmony/device_soc_amlogic) 50