Browse Source

!26 修改Makefile为makefile,避免部分平台无法识别

* 重命名 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/makefile
pull/27/MERGE
zhugengyu 3 years ago
committed by huanghe
parent
commit
861299b84a
  1. 55
      .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md
  2. 6
      README.md
  3. 0
      baremetal/example/can_test/makefile
  4. 0
      baremetal/example/gdma_test/makefile
  5. 0
      baremetal/example/gmac_test/makefile
  6. 0
      baremetal/example/letter_shell_test/makefile
  7. 0
      baremetal/example/libmetal_test/core0/makefile
  8. 0
      baremetal/example/libmetal_test/core1/makefile
  9. 0
      baremetal/example/lwip_test/makefile
  10. 0
      baremetal/example/mci_test/makefile
  11. 0
      baremetal/example/pcie_test/makefile
  12. 0
      baremetal/example/sdci_test/makefile
  13. 0
      baremetal/example/spi_test/makefile
  14. 0
      baremetal/example/template/makefile
  15. 0
      baremetal/example/timer_tacho/makefile
  16. 0
      baremetal/example/uart_test/makefile
  17. 0
      baremetal/example/wdt_test/makefile
  18. 0
      baremetal/example/xmac_test/makefile

55
.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md

@ -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)

6
README.md

@ -42,6 +42,8 @@ $ ./install.sh -online
- **安装完成后重启系统,生效 Standalone SDK 环境**
>请注意使用虚拟机进行开发时不要将sdk安装在挂载的共享文件夹下,否则交叉编译链的部分链接文件可能无法工作
#### 2.1.2 选择离线方式安装 SDK
- 下载[Phytium Standalone SDK](https://gitee.com/phytium_embedded/phytium-standalone-sdk)源代码
@ -91,7 +93,7 @@ $ ./install.sh
```
$ ls
Kconfig --> 应用工程配置menu文件
Makefile --> makefile
makefile --> makefile
inc --> 用户头文件*
main.c --> 包含main函数
sdkconfig --> 配置输出
@ -99,6 +101,8 @@ sdkconfig.h --> 配置输出
src --> 用户源文件*
```
>请注意使用小写makefile,使用Makefile在部分平台不能被识别
#### 2.3.2 选择目标平台
- 切换目标平台, e.g `FT2000/4 AARCH32`, 加载默认配置

0
baremetal/example/can_test/Makefile → baremetal/example/can_test/makefile

0
baremetal/example/gdma_test/Makefile → baremetal/example/gdma_test/makefile

0
baremetal/example/gmac_test/Makefile → baremetal/example/gmac_test/makefile

0
baremetal/example/letter_shell_test/Makefile → baremetal/example/letter_shell_test/makefile

0
baremetal/example/libmetal_test/core0/Makefile → baremetal/example/libmetal_test/core0/makefile

0
baremetal/example/libmetal_test/core1/Makefile → baremetal/example/libmetal_test/core1/makefile

0
baremetal/example/lwip_test/Makefile → baremetal/example/lwip_test/makefile

0
baremetal/example/mci_test/Makefile → baremetal/example/mci_test/makefile

0
baremetal/example/pcie_test/Makefile → baremetal/example/pcie_test/makefile

0
baremetal/example/sdci_test/Makefile → baremetal/example/sdci_test/makefile

0
baremetal/example/spi_test/Makefile → baremetal/example/spi_test/makefile

0
baremetal/example/template/Makefile → baremetal/example/template/makefile

0
baremetal/example/timer_tacho/Makefile → baremetal/example/timer_tacho/makefile

0
baremetal/example/uart_test/Makefile → baremetal/example/uart_test/makefile

0
baremetal/example/wdt_test/Makefile → baremetal/example/wdt_test/makefile

0
baremetal/example/xmac_test/Makefile → baremetal/example/xmac_test/makefile

Loading…
Cancel
Save