rtems源码贡献步骤

要想成为rtems的源码贡献者,需要以下几个步骤:

1. 申请加入rtems的mail list:

申请链接:https://lists.rtems.org/mailman/listinfo/devel

申请界面如下图所示:



按照网页上提示进行注册。


2.制作patch,官网说明链接:https://devel.rtems.org/wiki/Developer/Git/Users#CreatingaPatch

可以利用git的diff和patch工具,也可以利用linux自带的diff和patch命令进行patch制作。

diff一般用法:

diff -rNu a b >diff.patch
其中a是旧文件,b是新文件。


3.post patch,官方说明链接:https://devel.rtems.org/wiki/Developer/Git/Users

可以利用git send email进行发送。也可以利用当时注册rtems devel的邮箱进行发送。

posted on 2017-03-13 23:19  sichenzhao  阅读(166)  评论(0编辑  收藏  举报

导航