Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
980359be
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
980359be
编写于
7月 16, 2021
作者:
Z
zianed
提交者:
jinguang
7月 16, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
!232 add powermgr repo and dev-board meetingnotes
* add powermgr repo and dev-board meetingnotes
上级
29a85617
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
64 addition
and
1 deletion
+64
-1
sig/sig-devboard/meetings/2021-07-03.md
sig/sig-devboard/meetings/2021-07-03.md
+53
-0
sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md
sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md
+2
-0
sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md
...g-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md
+2
-0
sig/sigs.json
sig/sigs.json
+4
-0
zh/committer.md
zh/committer.md
+3
-1
未找到文件。
sig/sig-devboard/meetings/2021-07-03.md
0 → 100644
浏览文件 @
980359be
# July 3, 2021 at 15:00pm GMT+8
## Agenda
1.
devboard discussion
2.
stm32mp157 migration
3.
open discussion
## Attendees
-
[
@zianed
](
https://gitee.com/zianed
)
-
[
@Harmonica
](
https://gitee.com/hiharmonica_leo
)
-
[
@yhuan416
](
https://gitee.com/yhuan416
)
-
[
@pengfeihou
](
https://gitee.com/pengfeihou
)
-
[
@jkstar
](
https://gitee.com/lxjkstar
)
-
[
@SimonLi
](
https://gitee.com/kkup180
)
-
[
@duxbbo
](
https://gitee.com/dxbedu
)
## Notes
-
devboard discussion
start devborad migration
"Talk is cheap, show me the code."
-
stm32mp157 migration
-
Migrate stm32mp157 board in gitee community.
-
Split stm32mp157 migration to small tasks.
Publish tasks to the gitee community
-
Set goals and make plans match HDC.
Review progress every month.
-
open discussion
-
openharmony-sig code to openharmony
Joining code to the main line, consider add access control to the community main line, and supply the physical devboard.
-
compare L1 OHOS liteos_a to linux version
Do evaluation to show advantages: fast boot, save memory.
## Action items
-
Submit existing stm32mp157 migration code to openharmony-sig code repository
https://gitee.com/openharmony-sig/device_st
-
Choose one stm32mp157 board as normal devboard
-
Hold dev-board SIG meeting every two weeks
sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr.md
浏览文件 @
980359be
...
...
@@ -21,6 +21,8 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
-
powermgr_display_manager: https://gitee.com/openharmony/powermgr_display_manager
-
powermgr_power_manager: https://gitee.com/openharmony/powermgr_power_manager
-
powermgr_battery_lite: https://gitee.com/openharmony/powermgr_battery_lite
-
powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics
-
powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager
-
devicemanager:https://gitee.com/openharmony/device_manager
## SIG Members
...
...
sig/sig-distributedhardwaremgr/sig-distributedhardwaremgr_cn.md
浏览文件 @
980359be
...
...
@@ -23,6 +23,8 @@
-
powermgr_display_manager: https://gitee.com/openharmony/powermgr_display_manager
-
powermgr_power_manager: https://gitee.com/openharmony/powermgr_power_manager
-
powermgr_battery_lite: https://gitee.com/openharmony/powermgr_battery_lite
-
powermgr_battery_statistics: https://gitee.com/openharmony/powermgr_battery_statistics
-
powermgr_thermal_manager: https://gitee.com/openharmony/powermgr_thermal_manager
-
devicemanager:https://gitee.com/openharmony/device_manager
## SIG组成员
...
...
sig/sigs.json
浏览文件 @
980359be
...
...
@@ -172,6 +172,8 @@
"https://gitee.com/openharmony/powermgr_display_manager"
,
"https://gitee.com/openharmony/powermgr_power_manager"
,
"https://gitee.com/openharmony/powermgr_battery_lite"
,
"https://gitee.com/openharmony/powermgr_battery_statistics"
,
"https://gitee.com/openharmony/powermgr_thermal_manager"
,
"https://gitee.com/openharmony/device_manager"
],
"project-path"
:[
...
...
@@ -185,6 +187,8 @@
"base/powermgr/display_manager"
,
"base/powermgr/power_manager"
,
"base/powermgr/battery_lite"
,
"base/powermgr/battery_statistics"
,
"base/powermgr/thermal_manager"
,
"foundation/distributedhardware/devicemanager"
]
},
...
...
zh/committer.md
浏览文件 @
980359be
...
...
@@ -224,7 +224,9 @@
|222|sensors_miscdevice|base/sensors/miscdevice|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|223|sensors_sensor|base/sensors/sensor|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|224|usb_manager|base/usb/usb_manager|https://gitee.com/hhh2|pengfei.hou@huawei.com| | |SIG_DistributedHardwareManagement|
|225|powermgr_battery_lite|base/powermgr/battery_lite|https://gitee.com/h
hh2|pengfei.hou
@huawei.com| | |SIG_DistributedHardwareManagement|
|225|powermgr_battery_lite|base/powermgr/battery_lite|https://gitee.com/h
ujun211|hujun211
@huawei.com| | |SIG_DistributedHardwareManagement|
|226|release-management|NA|https://gitee.com/fma66169|mazhanfu@huawei.com| | |SIG_VersionRelease|
|227|multimedia_medialibrary_standard|foundation/multimedia/medialibrary_standard|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_GraphicsandMedia|
|228|multimedia_image_standard|foundation/multimedia/image_standard|https://gitee.com/zhu-mingliang|zhumingliang@huawei.com| | |SIG_GraphicsandMedia|
|229|powermgr_battery_statistics|base/powermgr/battery_statistics|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement|
|230|powermgr_thermal_manager|base/powermgr/thermal_manager|https://gitee.com/hujun211|hujun211@huawei.com| | |SIG_DistributedHardwareManagement|
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录