• Home
Name Date Size #Lines LOC

..--

unionpi_tiger/12-May-2024-120,15999,825

.gitignoreD12-May-202456 108

CODEOWNERSD12-May-2024630 1715

LICENSED12-May-202410.1 KiB176150

OAT.xmlD12-May-20247.1 KiB9143

README_zh.mdD12-May-20241.4 KiB5032

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