Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani authored Sep 1, 2023
1 parent 827301e commit 57fc886
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/buildmgr/2.0.0
version: tags/tools/buildmgr/2.1.0
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,15 +59,15 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/svdconv/3.3.45
version: tags/tools/svdconv/3.3.46
regex: true
file: "svdconv-.*\\.(zip|tbz2)"
target: "toolbox/svdconv/"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Unzip and copy files
run: |
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.25/schema/PACK.xsd --output distribution/etc/PACK.xsd
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.28/schema/PACK.xsd --output distribution/etc/PACK.xsd
sudo chmod +x ./cbuild/cbuild_install.sh
./cbuild/cbuild_install.sh -x cbuild
cp -r cbuild/bin/* distribution/bin
Expand Down
4 changes: 4 additions & 0 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ support for standard language options in csolution
support for `language` and `scope` component file attributes in csolution | :heavy_check_mark: | csolution 2.0.0-dev3
alpha support for LLVM/Clang in cbuild | :heavy_check_mark: | cbuild 2.0.0
alpha support for LLVM/Clang in csolution | :heavy_check_mark: | csolution 2.0.0
add `list configs` command to list configuration files | :heavy_check_mark: | csolution 2.1.0
add license information to `cbuild.yml` | :heavy_check_mark: | csolution 2.1.0
support dry-running generators | :heavy_check_mark: | csolution 2.1.0
add option `--context-replacement` to refine context selection | :heavy_check_mark: | cbuild 2.1.0
resources management | :x: |
execution groups/phases | :x: |
pre/post build steps in csolution | :x: |
Expand Down

0 comments on commit 57fc886

Please sign in to comment.