Skip to content

Commit

Permalink
[toolbox] Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani committed May 5, 2023
1 parent 3d24a16 commit 526bcfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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/1.6.0
version: tags/tools/buildmgr/1.7.0
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 5 additions & 3 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ user provided linker script selection
support for IAR compiler | :heavy_check_mark: | cbuild 0.10.5
minimum/range component version handling | :heavy_check_mark: | csolution 1.1.0
replacement of cbuild bash scripts | :heavy_check_mark: | cbuild 0.11.0
multi-project solution handling in cbuild | :x: |
multi-project solution handling in cbuild | :heavy_check_mark: | cbuild 1.5.0
layered solutions in-source conversion | :heavy_check_mark: | csolution 0.9.4
support for output directories customization at csolution level | :heavy_check_mark: | csolution 1.0.0
support for board attributes in conditions | :heavy_check_mark: | csolution 1.0.0
Expand All @@ -42,7 +42,7 @@ layer `interfaces` definitions
separation of config files belonging to layers | :heavy_check_mark: | csolution 1.2.0
generation of cbuild-idx.yml and cbuild.yml files | :heavy_check_mark: | csolution 1.2.0
support for linux-arm64 host platform | :heavy_check_mark: | csolution 1.3.0
support for win-arm64 and mac-arm64 host platforms | :heavy_multiplication_x: | in progress
support for win-arm64 and mac-arm64 host platforms | :heavy_check_mark: | csolution 1.7.0
distribution of layers | :heavy_multiplication_x: | in progress
disable update of RTE folder by default in cbuild | :heavy_check_mark: | cbuild 1.4.0
`--update-rte` flag to enable the update of RTE folder contents in cbuild | :heavy_check_mark: | cbuild 1.4.0
Expand All @@ -57,8 +57,10 @@ add `output` filenames customization handling in csolution
rework toolchains registration in cbuild | :heavy_check_mark: | cbuild 1.5.0
rework toolchains registration in csolution | :heavy_check_mark: | csolution 1.5.0
`--toolchains` command line option for selecting the compiler | :heavy_check_mark: | csolution 1.5.0
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
resources management | :x: |
linker scatter file handling | :x: |
execution groups/phases | :x: |
pre/post build steps in csolution | :x: |
pre/post build steps in cbuild | :x: |

0 comments on commit 526bcfa

Please sign in to comment.