Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani authored Dec 21, 2022
1 parent 6ed5b45 commit 9738d8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/buildmgr/1.3.0
version: tags/tools/buildmgr/1.4.0
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -48,7 +48,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/projmgr/1.3.0
version: tags/tools/projmgr/1.4.0
file: projmgr.zip
target: toolbox/projmgr/projmgr.zip
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -67,7 +67,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/svdconv/3.3.43
version: tags/tools/svdconv/3.3.44
regex: true
file: "svdconv-.*\\.(zip|tbz2)"
target: "toolbox/svdconv/"
Expand Down
17 changes: 13 additions & 4 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ list `packs`, `devices`, `components`, `dependencies` at cproject level
compiler `misc` options | :heavy_check_mark: | csolution 0.9.0
`device` discovering from `board` setting | :heavy_check_mark: | csolution 0.9.1
`optimize`, `debug`, `warnings` in csolution | :heavy_check_mark: | csolution 1.2.0
`optimize`, `debug`, `warnings` in cbuild | :heavy_multiplication_x: | in progress
`optimize`, `debug`, `warnings` in cbuild | :heavy_check_mark: | cbuild 1.3.0
access sequences handling in csolution | :heavy_check_mark: | csolution 0.9.1
access sequences handling in cbuild | :heavy_check_mark: | cbuild 0.11.0
list commands at csolution and context level | :heavy_check_mark: | csolution 0.9.1
Expand All @@ -38,11 +38,20 @@ support for output directories customization at csolution level
support for board attributes in conditions | :heavy_check_mark: | csolution 1.0.0
`for-compiler` and `setup` handling | :heavy_check_mark: | csolution 1.0.0
multiple contexts selection via wildcards | :heavy_check_mark: | csolution 1.0.0
layer `interface` definitions | :heavy_check_mark: | csolution 1.1.0
layer `interfaces` definitions | :heavy_check_mark: | csolution 1.1.0
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 arm64 architecture | :heavy_multiplication_x: | in progress
distribution of layers | :x: |
support for linux-arm64 host platform | :heavy_check_mark: | csolution 1.3.0
support for win-arm64 and mac-arm64 host platforms | :x: |
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
`--no-update-rte` flag to skip the update of RTE folder contents in csolution | :heavy_check_mark: | csolution 1.4.0
`connections` handling replacing `interfaces` | :heavy_check_mark: | csolution 1.4.0
`variables` handling for setting layer paths | :heavy_check_mark: | csolution 1.4.0
`list layers` command for finding layers with compatible connections | :heavy_check_mark: | csolution 1.4.0
`list toolchains` command for finding configured toolchains | :heavy_check_mark: | csolution 1.4.0
support csolution.yml and context as input data in cbuild | :heavy_multiplication_x: | in progress
resources management | :x: |
linker scatter file handling | :x: |
execution groups/phases | :x: |
Expand Down

0 comments on commit 9738d8c

Please sign in to comment.