Browse Source
* 重命名 baremetal/example/mci_test/Makefile 为 baremetal/example/mci_test/makefile * update .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md. * update README.md. * 重命名 baremetal/example/letter_shell_test/Makefile 为 baremetal/example/l… * 重命名 baremetal/example/gmac_test/Makefile 为 baremetal/example/gmac_test/makefile * 重命名 baremetal/example/pcie_test/Makefile 为 baremetal/example/pcie_test/makefile * 重命名 baremetal/example/sdci_test/Makefile 为 baremetal/example/sdci_test/makefile * 重命名 baremetal/example/spi_test/Makefile 为 baremetal/example/spi_test/makefile * 重命名 baremetal/example/timer_tacho/Makefile 为 baremetal/example/timer_t… * 重命名 baremetal/example/uart_test/Makefile 为 baremetal/example/uart_test/makefile * 重命名 baremetal/example/wdt_test/Makefile 为 baremetal/example/wdt_test/makefile * 重命名 baremetal/example/xmac_test/Makefile 为 baremetal/example/xmac_test/makefile * 重命名 baremetal/example/template/Makefile 为 baremetal/example/template/makefile * 重命名 baremetal/example/lwip_test/Makefile 为 baremetal/example/lwip_test/makefile * 重命名 baremetal/example/libmetal_test/core1/Makefile 为 baremetal/example… * 重命名 baremetal/example/libmetal_test/core0/Makefile 为 baremetal/example… * 重命名 baremetal/example/gdma_test/Makefile 为 baremetal/example/gdma_test/makefile * 重命名 baremetal/example/can_test/Makefile 为 baremetal/example/can_test/makefilepull/27/MERGE
zhugengyu
3 years ago
committed by
huanghe
18 changed files with 27 additions and 34 deletions
@ -1,43 +1,32 @@ |
|||||
<!-- |
## 拉取/合并请求描述: |
||||
* @ : Copyright (c) 2021 Phytium Information Technology, Inc. |
|
||||
* |
|
||||
* SPDX-License-Identifier: Apache-2.0. |
|
||||
* |
|
||||
* @Date: 2021-08-25 17:18:31 |
|
||||
* @LastEditTime: 2021-08-27 09:14:13 |
|
||||
* @Description: This files is for |
|
||||
* |
|
||||
* @Modify History: |
|
||||
* Ver Who Date Changes |
|
||||
* ----- ------ -------- -------------------------------------- |
|
||||
--> |
|
||||
### 合入内容,相关的Issue |
|
||||
> 描述合入的代码主要内容,合入代码关联的任务issue等 |
|
||||
|
|
||||
#### 合入标题 |
[ |
||||
|
这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。** |
||||
|
请在这里填写您的PR描述,可以包括以下之一的内容: |
||||
|
为什么提交这份PR;解决的问题是什么,你的解决方案是什么; |
||||
|
并确认并列出已经在什么情况或板卡上进行了测试; |
||||
|
并且附上测试结果于测试流程,如果代码存在耦合,则需要对耦合部分进行修改。 |
||||
|
|
||||
|
] |
||||
|
|
||||
#### 涉及模块 |
|
||||
|
|
||||
|
以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。 |
||||
|
|
||||
#### 涉及分支及其路径 |
### 当前拉取/合并请求的状态 |
||||
|
|
||||
### 原因(目的、解决的问题等) |
必须选择一项 : |
||||
> 描述合入的代码解决了哪些问题,用于哪些平台,依赖哪些组件 |
|
||||
|
|
||||
### 描述(做了什么,变更了什么) |
- [ ] 本拉取/合并请求是一个草稿版本 |
||||
> 合入代码支持哪些平台,如何使用 |
- [ ] 本拉取/合并请求是一个成熟版本 |
||||
|
|
||||
#### FT2000-4 |
|
||||
|
|
||||
#### D2000 |
|
||||
|
|
||||
|
|
||||
#### E2000 |
|
||||
|
|
||||
|
|
||||
### 测试用例(新增、改动、可能影响的功能) |
|
||||
> 有哪些测试点需要覆盖,请附上测试结果图片 |
|
||||
|
|
||||
|
### 代码质量 Code Quality: |
||||
|
|
||||
|
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following: |
||||
|
|
||||
|
- [ ] 已经仔细查看过代码改动的对比 Already check the difference between PR and old code |
||||
|
- [ ] 代码风格正确,包括缩进空格,命名及其他风格 Style guide is adhered to, including spacing, naming and other styles |
||||
|
- [ ] 没有垃圾代码,代码尽量精简,不包含`#if 0`代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up |
||||
|
- [ ] 所有变更均有原因及合理的,并且不会影响到其他软件组件代码或BSP All modifications are justified and not affect other components or BSP |
||||
|
- [ ] 对难懂代码均提供对应的注释 I've commented appropriately where code is tricky |
||||
|
- [ ] 本拉取/合并请求代码是高质量的 Code in this PR is of high quality |
||||
|
- [ ] 本拉取/合并符合[代码规范](../documentation/coding_style_cn.md) |
||||
|
Loading…
Reference in new issue