-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Daniel Brondani <[email protected]>
- Loading branch information
1 parent
edef0a9
commit f0da951
Showing
4 changed files
with
74 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 1 addition & 9 deletions
10
...t_board_multi_mounted_device.cproject.yml → ...a/TestSolution/board-devices.cproject.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/schemas/cproject.schema.json | ||
|
||
project: | ||
description: Project 1 | ||
board: Keil::RteTest Test board | ||
compiler: AC6@>=6.18.0 | ||
processor: | ||
trustzone: non-secure | ||
|
||
components: | ||
- component: Startup | ||
- component: CORE | ||
groups: | ||
- group: Sources | ||
files: | ||
- file: main.c |
19 changes: 19 additions & 0 deletions
19
tools/projmgr/test/data/TestSolution/board-devices.csolution.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/schemas/csolution.schema.json | ||
|
||
solution: | ||
|
||
compiler: AC6 | ||
|
||
target-types: | ||
- type: Only_Board | ||
board: RteTest Test board | ||
|
||
- type: Board_And_Device | ||
board: RteTest Test board | ||
device: RteTest_ARMCM0_Dual:cm0_core1 | ||
|
||
projects: | ||
- project: board-devices.cproject.yml | ||
|
||
packs: | ||
- pack: ARM::RteTest_DFP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters