From 617ed894f77c3e6fe6446425c743a526dcb3751b Mon Sep 17 00:00:00 2001 From: Miaow <3703781@qq.com> Date: Sun, 3 Jul 2022 20:27:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tag中版本号遵循定义如下: b分支编号-d文档版本-hPCB设计版本-lFPGA设计版本-p协议版本-s脚本版本-aAPP代码版本-i驱动版本-c系统编译配置版本-e设备树版本 分支编号和分支命名中编号一致。各部分版本应在相应目录下创建文件注明,比如`2.1`版本的PCB设计:PCB工程目录中建立`version`文本文件,内容为文本`2.1`。对于涉及整体设计的大改动版本号加`1`,其余改动版本号加`0.1`。每个分支的版本各自独立,新分支的版本从`1.0`起计算 --- README.md | 4 ++-- doc/version | 1 + hardware/pl_platform/version | 1 + hardware/xme0724ioextend/version | 1 + protocol/version | 1 + script/version | 1 + source/linux_app/version | 1 + source/linux_driver/version | 1 + source/petalinux_config/version | 1 + source/petalinux_devicetree/version | 1 + source/petalinux_hwdescription/version | 1 + 11 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 doc/version create mode 100644 hardware/pl_platform/version create mode 100644 hardware/xme0724ioextend/version create mode 100644 protocol/version create mode 100644 script/version create mode 100644 source/linux_app/version create mode 100644 source/linux_driver/version create mode 100644 source/petalinux_config/version create mode 100644 source/petalinux_devicetree/version create mode 100644 source/petalinux_hwdescription/version diff --git a/README.md b/README.md index 2d686bf..7bdbd58 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ b分支编号-p生产环境项目名-t分选对象[-其他特点1[-其他特点2 版本号遵循定义如下(不使用中文,小写无空格) ```shell -b分支编号-n编译号-h硬件版本-p协议版本-s脚本版本-r代码版本 +b分支编号-d文档版本-hPCB设计版本-lFPGA设计版本-p协议版本-s脚本版本-aAPP代码版本-i驱动版本-c系统编译配置版本-e设备树版本 ``` -分支编号和分支命名中编号一致 +分支编号和分支命名中编号一致。各部分版本应在相应目录下创建文件注明,比如`2.1`版本的PCB设计:PCB工程目录中建立`version`文本文件,内容为文本`2.1`。对于涉及整体设计的大改动版本号加`1`,其余改动版本号加`0.1`。每个分支的版本各自独立,新分支的版本从`1.0`起计算 ## 作者 diff --git a/doc/version b/doc/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/doc/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file diff --git a/hardware/pl_platform/version b/hardware/pl_platform/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/hardware/pl_platform/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file diff --git a/hardware/xme0724ioextend/version b/hardware/xme0724ioextend/version new file mode 100644 index 0000000..415b19f --- /dev/null +++ b/hardware/xme0724ioextend/version @@ -0,0 +1 @@ +2.0 \ No newline at end of file diff --git a/protocol/version b/protocol/version new file mode 100644 index 0000000..b123147 --- /dev/null +++ b/protocol/version @@ -0,0 +1 @@ +1.1 \ No newline at end of file diff --git a/script/version b/script/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/script/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file diff --git a/source/linux_app/version b/source/linux_app/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/source/linux_app/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file diff --git a/source/linux_driver/version b/source/linux_driver/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/source/linux_driver/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file diff --git a/source/petalinux_config/version b/source/petalinux_config/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/source/petalinux_config/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file diff --git a/source/petalinux_devicetree/version b/source/petalinux_devicetree/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/source/petalinux_devicetree/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file diff --git a/source/petalinux_hwdescription/version b/source/petalinux_hwdescription/version new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/source/petalinux_hwdescription/version @@ -0,0 +1 @@ +1.0 \ No newline at end of file