1# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json
2
3project:
4  layers:
5    - layer: ../Layer/App/Bootloader_Cortex-M/App.clayer.yml
6
7    - layer: ../Layer/Target/CM23S/Target.clayer.yml
8      for-context:
9        - +CM23NS
10
11    - layer: ../Layer/Target/CM33S/Target.clayer.yml
12      for-context:
13        - +CM33NS
14
15    - layer: ../Layer/Target/CM35PS/Target.clayer.yml
16      for-context:
17        - +CM35PNS
18
19    - layer: ../Layer/Target/CM55S/Target.clayer.yml
20      for-context:
21        - +CM55NS
22
23    - layer: ../Layer/Target/CM85S/Target.clayer.yml
24      for-context:
25        - +CM85NS
26