!47 新增Device SIG

* Description: create project from openharmony to openharmony-sig
* Description: fix slack markdown
* Description: fix owner names
* Description: modify committers
* Merge branch 'devboard' of https://gitee.com/kkup180/community into devboard
* Description: add sig-devboard
* Description: add sig-devboard
This commit is contained in:
SimonLi 2021-04-16 15:36:27 +08:00 committed by dongjinguang
parent 3e7c7fe668
commit 427a5d5fee
4 changed files with 140 additions and 0 deletions

22
sig/sig-devboard/OWNERS Normal file
View File

@ -0,0 +1,22 @@
{
"Leader":[
{
"gitee_id":"kkup180",
"gitee_email":"likailong@huawei.com"
}
]
"Committers":[
{
"gitee_id":"borne",
"gitee_email":"bo.lu@huawei.com"
},
{
"gitee_id":"zianed",
"gitee_email":"houxuanzhe@huawei.com"
},
{
"gitee_id":"DennyShen",
"gitee_email":"denny.shenwei@huawei.com"
}
]
}

View File

@ -0,0 +1,58 @@
# SIG Template
English | [简体中文](./sig_devboard_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
## SIG group work objectives and scope
To increase the number of third-party boards of the OpenHarmony OS, the device SIG
provides easy porting guide that board manufacturers could follow to contribute
their codes to the community easily. The more important thing is actively cooperating
with board manufacturers to enhance the OpenHarmony ecosystem.
### Scope
- Easy Porting Requirements
Proposes easy porting requirements that all OpenHarmony projects, not only kernel and building project, should
develop.
- Porting and Contributing Guidelines
Guides board manufacturers to contribute their codes to the community.
- Demo Projects
Creates demo projects, hi3516/hi3518/hi3861, for others to follow.
- Expanding Ecosystems
Actively cooperates with board manufacturers.
### The repository
- project name:
- device_st: https://gitee.com/openharmony-sig/device_st
- vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo
## SIG Members
### Leader
- [SimonLi](https://gitee.com/kkup180)
### Committers
- [zianed](https://gitee.com/zianed)
- [DennyShen](https://gitee.com/DennyShen)
- [borne](https://gitee.com/borne)
- [jady3356](https://gitee.com/taiyipei)
### Meetings
- Meeting timeBiWeek Monday 19:00
- Meeting linkslack qemu channel
### Contact (optional)
- Mailing listxxx
- Slack group[qemu](https://openharmonyworkspace.slack.com/archives/C01G1DEHLR5)
- Wechat groupxxx

View File

@ -0,0 +1,55 @@
# SIG组
简体中文 | [English](./sig_driver.md)
说明本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
为了增加OpenHarmony OS所支持的三方单板数量Device SIG不仅需要提高系统的易移植性包括内核和编译构建系统的易移植性需求
提供三方单板移植手册,创建移植样例工程;更为重要的是,需要扩展生态,与单板厂商进行合作,协助他们贡献他们的代码
上库。
### 工作范围
- 易移植性需求
提出移植性需求所有的OpenHarmony项目都需要支持不仅是内核和编译项目
- 移植和贡献规范
指导单板厂商贡献他们的代码到社区
- 样例工程
创建三方单板的样例工程例如hi3516、hi3518和hi3861给其他单板厂商来参考
- 生态拓展
积极与单板厂商进行洽谈合作
## 代码仓
- 代码仓地址:
- device_st: https://gitee.com/openharmony-sig/device_st
- vendor_huawei_minidisplay_demo: https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo
## SIG组成员
### Leader
- [SimonLi](https://gitee.com/kkup180)
### Committers列表
- [zianed](https://gitee.com/zianed)
- [DennyShen](https://gitee.com/DennyShen)
- [borne](https://gitee.com/borne)
- [jady3356](https://gitee.com/taiyipei)
### 会议
- 会议时间双周例会晚上周一19:00
- 会议链接在slack的qemu channel
### 联系方式(可选)
- 邮件列表:
- Slack群组[qemu](https://openharmonyworkspace.slack.com/archives/C01G1DEHLR5)
- 微信群:

View File

@ -9,6 +9,11 @@
"sig-name":"sig-driver",
"projects":["https://gitee.com/openharmony/drivers_framework", "https://gitee.com/openharmony/drivers_peripheral", "https://gitee.com/openharmony/drivers_adapter", "https://gitee.com/openharmony/drivers_adapter_khdf_linux"],
"project-path":["drivers/framework", "drivers/peripheral", "drivers/adapter", "drivers/adapter/khdf/linux"]
},
{
"sig-name":"sig-devboard",
"projects":["https://gitee.com/openharmony-sig/device_st", "https://gitee.com/openharmony-sig/vendor_huawei_minidisplay_demo"],
"project-path":["device/st", "vendor/huawei/minidisplay_demo"]
}
]
}