Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani committed Jun 23, 2023
1 parent c2dd150 commit 36553ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/buildmgr/2.0.0-dev2
version: tags/tools/buildmgr/2.0.0-dev3
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ removed deprecated nodes
reworked `cdefault` handling | :heavy_check_mark: | csolution 2.0.0-dev1
support multiple `--context` inputs | :heavy_check_mark: | csolution 2.0.0-dev2
support multiple `setup` for each context | :heavy_check_mark: | csolution 2.0.0-dev2
support for standard language options in cbuild | :heavy_check_mark: | cbuild 2.0.0-dev3
support for standard language options in csolution | :heavy_check_mark: | csolution 2.0.0-dev3
support for `language` and `scope` component file attributes in csolution | :heavy_check_mark: | csolution 2.0.0-dev3
resources management | :x: |
execution groups/phases | :x: |
pre/post build steps in csolution | :x: |
Expand Down

0 comments on commit 36553ab

Please sign in to comment.