Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani committed Jun 7, 2023
1 parent 383e9f4 commit 868115d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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-dev0
version: tags/tools/buildmgr/2.0.0-dev1
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/packchk/1.3.99
version: tags/tools/packchk/1.4.1
regex: true
file: "packchk-.*\\.(zip|tbz2)"
target: "toolbox/packchk/"
Expand Down
8 changes: 8 additions & 0 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ rework toolchains registration in csolution
linker script file pre-processing in csolution | :heavy_check_mark: | csolution 1.7.0
linker script file pre-processing in cbuild | :heavy_check_mark: | cbuild 1.7.0
generate regions_*.h file from memory tags | :heavy_check_mark: | csolution 1.7.0
`context-map` handling | :heavy_check_mark: | csolution 2.0.0-dev0
reworked `output` nodes | :heavy_check_mark: | csolution 2.0.0-dev0
reworked output file types | :heavy_check_mark: | cbuild 2.0.0-dev0
updated access sequences | :heavy_check_mark: | csolution 2.0.0-dev0
removed deprecated nodes | :heavy_check_mark: | csolution 2.0.0-dev0
`update-rte` command for creating/updating and listing config files | :heavy_check_mark: | csolution 2.0.0-dev1
`rte` `base-dir` at cproject level for RTE folder customization | :heavy_check_mark: | csolution 2.0.0-dev1
reworked `cdefault` handling | :heavy_check_mark: | csolution 2.0.0-dev1
resources management | :x: |
execution groups/phases | :x: |
pre/post build steps in csolution | :x: |
Expand Down

0 comments on commit 868115d

Please sign in to comment.