Skip to content

Commit

Permalink
[projmgr, toolbox] Update cproject template, add license file (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasci-arm authored Feb 1, 2022
1 parent 55570d5 commit 9d2ada9
Show file tree
Hide file tree
Showing 3 changed files with 846 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
cp projmgr/bin/windows64/csolution.exe distribution/bin/csolution.exe
cp -r projmgr/etc/* distribution/etc
cp -r projmgr/doc/* distribution/doc/projmgr
cp -r docs/* distribution/doc/toolbox
cp docs/LICENSE.txt distribution
cp docs/CMSIS-Toolbox.md distribution/doc/toolbox
working-directory: tools/toolbox

- name: Create installer
Expand Down
2 changes: 2 additions & 0 deletions tools/projmgr/templates/{{ProjectName}}.cproject.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.0/tools/projmgr/schemas/cproject.schema.json

project:
device: {{DeviceName}}
compiler: AC6
components:
- component: ARM::CMSIS:CORE
- component: ARM::Device:Startup&C Startup
Expand Down
Loading

0 comments on commit 9d2ada9

Please sign in to comment.