Skip to content

Commit 9d2ada9

Browse files
authored
[projmgr, toolbox] Update cproject template, add license file (#101)
1 parent 55570d5 commit 9d2ada9

File tree

3 files changed

+846
-1
lines changed

3 files changed

+846
-1
lines changed

.github/workflows/toolbox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
cp projmgr/bin/windows64/csolution.exe distribution/bin/csolution.exe
5858
cp -r projmgr/etc/* distribution/etc
5959
cp -r projmgr/doc/* distribution/doc/projmgr
60-
cp -r docs/* distribution/doc/toolbox
60+
cp docs/LICENSE.txt distribution
61+
cp docs/CMSIS-Toolbox.md distribution/doc/toolbox
6162
working-directory: tools/toolbox
6263

6364
- name: Create installer

tools/projmgr/templates/{{ProjectName}}.cproject.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.0/tools/projmgr/schemas/cproject.schema.json
22

33
project:
4+
device: {{DeviceName}}
5+
compiler: AC6
46
components:
57
- component: ARM::CMSIS:CORE
68
- component: ARM::Device:Startup&C Startup

0 commit comments

Comments
 (0)