From c8e4522bd5da63b86ae4d2fa72585789b3468b80 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Thu, 3 Sep 2020 17:09:31 +0800 Subject: [PATCH] add upstream-info/CMSIS.yaml. --- upstream-info/CMSIS.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upstream-info/CMSIS.yaml diff --git a/upstream-info/CMSIS.yaml b/upstream-info/CMSIS.yaml new file mode 100644 index 00000000..c28eea2f --- /dev/null +++ b/upstream-info/CMSIS.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/ARM-software/CMSIS_5 +tag_prefix:"^CMSIS_5-" +seperator: "." \ No newline at end of file -- Gitee