File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ curl --retry 3 -L ${cpackget_base}_windows_arm64.zip -o temp.zip && unzip -p t
7171curl --retry 3 -L ${cpackget_base} _darwin_arm64.tar.gz -o - | tar xzfO - --wildcards ' *cpackget' > ${distdir} /bin/cpackget.mac-arm64
7272
7373# Get csolution
74- csolution_version=" 1.7.0 "
74+ csolution_version=" 2.0.0-dev0 "
7575csolution_base=https://github.com/Open-CMSIS-Pack/devtools/releases/download/tools%2Fprojmgr%2F${csolution_version} /projmgr.zip
7676curl --retry 3 -L ${csolution_base} -o temp.zip && unzip -q -d temp temp.zip
7777cp ' temp/bin/linux-amd64/csolution' ${distdir} /bin/csolution.lin-amd64
@@ -84,7 +84,7 @@ cp -r temp/etc/* ${distdir}/etc
8484rm temp.zip && rm -rf temp
8585
8686# Get cbuild
87- cbuild_version=" 1.6.2 "
87+ cbuild_version=" 2.0.0-dev0 "
8888cbuild_base=https://github.com/Open-CMSIS-Pack/cbuild/releases/download/v${cbuild_version} /cbuild_${cbuild_version}
8989curl --retry 3 -L ${cbuild_base} _linux_amd64.tar.gz -o - | tar xzfO - --wildcards ' *cbuild' > ${distdir} /bin/cbuild.lin-amd64
9090curl --retry 3 -L ${cbuild_base} _windows_amd64.zip -o temp.zip && unzip -p temp.zip ' */cbuild.exe' > ${distdir} /bin/cbuild.exe-amd64 && rm temp.zip
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ cpackget_base=https://github.com/Open-CMSIS-Pack/cpackget/releases/download/v${c
100100curl --retry 3 -L ${cpackget_base} _linux_amd64.tar.gz -o - | tar xzfO - --wildcards ' *cpackget' > ${input} /bin/cpackget.lin-amd64
101101
102102# Get csolution
103- csolution_version=" 1.7.0 "
103+ csolution_version=" 2.0.0-dev0 "
104104csolution_base=https://github.com/Open-CMSIS-Pack/devtools/releases/download/tools%2Fprojmgr%2F${csolution_version} /projmgr.zip
105105curl --retry 3 -L ${csolution_base} -o temp.zip && unzip -q -d temp temp.zip
106106cp ' temp/bin/linux-amd64/csolution' ${input} /bin/csolution.lin-amd64
107107cp -r temp/etc/* etc/${PACKAGE_NAME}
108108cp -r temp/etc/* usr/lib/${PACKAGE_NAME} && rm temp.zip && rm -rf temp
109109
110110# Get cbuild
111- cbuild_version=" 1.6.2 "
111+ cbuild_version=" 2.0.0-dev0 "
112112cbuild_base=https://github.com/Open-CMSIS-Pack/cbuild/releases/download/v${cbuild_version} /cbuild_${cbuild_version}
113113curl --retry 3 -L ${cbuild_base} _linux_amd64.tar.gz -o - | tar xzfO - --wildcards ' *cbuild' > ${input} /bin/cbuild.lin-amd64
114114
Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ Software layers and Virtual I/O simplify these use cases:
5757 <th>Description</th>
5858 </tr>
5959 <tr>
60+ <td>2.0.0-dev0</td>
61+ <td>Release for review of initial development:
62+ - updated cbuild utility v2.0.0-dev0
63+ - reworked output file types
64+ - added GCC libraries group for rescanning
65+ </td>
6066 <td>1.7.0</td>
6167 <td>Release for review of initial development:
6268 - updated cbuild utility v1.6.2
You can’t perform that action at this time.
0 commit comments