From 7579657f354c4bfd0e8b9048fc50b4919f12fe66 Mon Sep 17 00:00:00 2001 From: ncti-gba-ide Date: Tue, 10 Sep 2024 13:06:55 +0800 Subject: [PATCH] add repo --- sig/sig-IDE/README.md | 16 +++--- sig/sig-IDE/sig-info.yaml | 52 ++++++++++++++++++- .../b/botron-hard-realtime-plugin.yaml | 7 +++ .../b/botron-hybrid-deployment-plugin.yaml | 7 +++ .../src-openeuler/b/botron-platform.yaml | 7 +++ .../b/botron-soft-reattime-plugin.yaml | 7 +++ 6 files changed, 87 insertions(+), 9 deletions(-) create mode 100644 sig/sig-IDE/src-openeuler/b/botron-hard-realtime-plugin.yaml create mode 100644 sig/sig-IDE/src-openeuler/b/botron-hybrid-deployment-plugin.yaml create mode 100644 sig/sig-IDE/src-openeuler/b/botron-platform.yaml create mode 100644 sig/sig-IDE/src-openeuler/b/botron-soft-reattime-plugin.yaml diff --git a/sig/sig-IDE/README.md b/sig/sig-IDE/README.md index 58de25dad..ff6532103 100644 --- a/sig/sig-IDE/README.md +++ b/sig/sig-IDE/README.md @@ -17,19 +17,19 @@ ### Maintainer列表 - 胡正策[@huzhengce](https://gitee.com/huzhengce) -- lixuesheng[@ncti-gba-ide](https://gitee.com/ntci-gba-ide/) +- 李雪生[@ncti-gba-ide](https://gitee.com/ntci-gba-ide/) - 王兴龙[@hacke2](https://gitee.com/hacke2/) ### Committer列表 -- Admin[@ide_2_0](https://gitee.com/ide_2_0) -- 应捷.焕[@hymn1221](https://gitee.com/hymn1221) -- 夺帅[@centYe_admin](https://gitee.com/centYe_admin) -- cloudy-any[@cloudy-any](https://gitee.com/cloudy-any) -- 上帝的牌友[@luyechen](https://gitee.com/luyechen) -- zhangtao2020[@zhangtao2020](https://gitee.com/zhangtao2020) -- doraemon2020[@doraemon2020](https://gitee.com/doraemon2020) +- 秦文强[@ide_2_0](https://gitee.com/ide_2_0) +- 黄焕尧[@hymn1221](https://gitee.com/hymn1221) +- 叶顺腾[@centYe_admin](https://gitee.com/centYe_admin) +- 何晓云[@cloudy-any](https://gitee.com/cloudy-any) +- 陈晓露[@luyechen](https://gitee.com/luyechen) +- 张涛[@zhangtao2020](https://gitee.com/zhangtao2020) +- 徐春琳[@doraemon2020](https://gitee.com/doraemon2020) # 联系方式 diff --git a/sig/sig-IDE/sig-info.yaml b/sig/sig-IDE/sig-info.yaml index 1a61f3609..1950dbd03 100644 --- a/sig/sig-IDE/sig-info.yaml +++ b/sig/sig-IDE/sig-info.yaml @@ -9,8 +9,58 @@ maintainers: name: 胡正策 email: huzhengce@openeuler.sh - gitee_id: ncti-gba-ide - name: lixuesheng + name: 李雪生 email: lixuesheng@ncti-gba.cn - gitee_id: hacke2 name: 王兴龙 email: xinglong.wangwxl@antgroup.com +repositories: +- repo: + - src-openeuler/botron-platform + committers: + - gitee_id: cloudy-any + name: hexiaoyun + email: xiaoyun.he@cloudtogo.cn + - gitee_id: luyechen + name: chenxiaolu + email: xiaolu.chen@cloudtogo.cn + - gitee_id: zhongxiangxiang1122 + name: zhongxiangxiang + email: zhongxiangxiang@ncti-gba.cn + - gitee_id: liyouwei007 + name: liyouwei + email: liyouwei@ncti-gba.cn + + - src-openeuler/botron-hybrid-deployment-plugin + - src-openeuler/botron-soft-reattime-plugin + committers: + - gitee_id: ide_2_0 + name: qinwenqiang + email: qinwenqiang@kaihong.com + - gitee_id: hymn1221 + name: huanghuanyao + email: huanghuanyao@kaihong.com + - gitee_id: centYe_admin + name: yeshunteng + email: yeshunteng@kaihong.com + - gitee_id: zhongxiangxiang1122 + name: zhongxiangxiang + email: zhongxiangxiang@ncti-gba.cn + - gitee_id: liyouwei007 + name: liyouwei + email: liyouwei@ncti-gba.cn + + - src-openeuler/botron-hard-realtime-plugin + committers: + - gitee_id: zhangtao2020 + name: zhangtao + email: zhang_tao01@hoperun.com + - gitee_id: doraemon2020 + name: xuchunlin + email: xu_chunlin@hoperun.com + - gitee_id: zhongxiangxiang1122 + name: zhongxiangxiang + email: zhongxiangxiang@ncti-gba.cn + - gitee_id: xiaoling50 + name: shianhu + email: shianhu@ncti-gba.cn diff --git a/sig/sig-IDE/src-openeuler/b/botron-hard-realtime-plugin.yaml b/sig/sig-IDE/src-openeuler/b/botron-hard-realtime-plugin.yaml new file mode 100644 index 000000000..42e3d8bbe --- /dev/null +++ b/sig/sig-IDE/src-openeuler/b/botron-hard-realtime-plugin.yaml @@ -0,0 +1,7 @@ +name: botron-hard-realtime-plugin +description: "Provide embedded developers with a one-stop solution from project wizards, development, compilation, debugging, and burning. Enable users to quickly build a development platform. This time, based on the Guochuang OS operating system, three plug-in functions of hybrid deployment, soft real-time, and hard real-time are provided. Users can perform kernel development, Yocto project development, C/C++, RTOS development, etc. according to their needs.User-centered, for users of three major kernels, provide MVP (hello world). Support graphical debugging methods, including breakpoints, single-step debugging, stack printing, and viewing data of memory segments." +upstream: https://gitee.com/botron-platform/hard-real-time +branches: +- name: master + type: protected +type: public diff --git a/sig/sig-IDE/src-openeuler/b/botron-hybrid-deployment-plugin.yaml b/sig/sig-IDE/src-openeuler/b/botron-hybrid-deployment-plugin.yaml new file mode 100644 index 000000000..c342b38ee --- /dev/null +++ b/sig/sig-IDE/src-openeuler/b/botron-hybrid-deployment-plugin.yaml @@ -0,0 +1,7 @@ +name: botron-hybrid-deployment-plugin +description: "Provide embedded developers with a one-stop solution from project wizards, development, compilation, debugging, and burning. Enable users to quickly build a development platform. This time, based on the Guochuang OS operating system, three plug-in functions of hybrid deployment, soft real-time, and hard real-time are provided. Users can perform kernel development, Yocto project development, C/C++, RTOS development, etc. according to their needs.User-centered, for users of three major kernels, provide MVP (hello world). Support graphical debugging methods, including breakpoints, single-step debugging, stack printing, and viewing data of memory segments." +upstream: https://gitee.com/botron-platform/botron-hybrid-deployment-plugin +branches: +- name: master + type: protected +type: public diff --git a/sig/sig-IDE/src-openeuler/b/botron-platform.yaml b/sig/sig-IDE/src-openeuler/b/botron-platform.yaml new file mode 100644 index 000000000..6206ab598 --- /dev/null +++ b/sig/sig-IDE/src-openeuler/b/botron-platform.yaml @@ -0,0 +1,7 @@ +name: botron-platform +description: "Provide embedded developers with a one-stop solution from project wizards, development, compilation, debugging, and burning. Enable users to quickly build a development platform. This time, based on the Guochuang OS operating system, three plug-in functions of hybrid deployment, soft real-time, and hard real-time are provided. Users can perform kernel development, Yocto project development, C/C++, RTOS development, etc. according to their needs.User-centered, for users of three major kernels, provide MVP (hello world). Support graphical debugging methods, including breakpoints, single-step debugging, stack printing, and viewing data of memory segments." +upstream: https://github.com/opensumi/core +branches: +- name: master + type: protected +type: public diff --git a/sig/sig-IDE/src-openeuler/b/botron-soft-reattime-plugin.yaml b/sig/sig-IDE/src-openeuler/b/botron-soft-reattime-plugin.yaml new file mode 100644 index 000000000..10f099816 --- /dev/null +++ b/sig/sig-IDE/src-openeuler/b/botron-soft-reattime-plugin.yaml @@ -0,0 +1,7 @@ +name: botron-soft-reattime-plugin +description: "Provide embedded developers with a one-stop solution from project wizards, development, compilation, debugging, and burning. Enable users to quickly build a development platform. This time, based on the Guochuang OS operating system, three plug-in functions of hybrid deployment, soft real-time, and hard real-time are provided. Users can perform kernel development, Yocto project development, C/C++, RTOS development, etc. according to their needs.User-centered, for users of three major kernels, provide MVP (hello world). Support graphical debugging methods, including breakpoints, single-step debugging, stack printing, and viewing data of memory segments." +upstream: https://gitee.com/botron-platform/botron-soft-reattime-plugin +branches: +- name: master + type: protected +type: public -- Gitee