| 12345678910111213141516171819202122 |
- # yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.3.0/tools/projmgr/schemas/clayer.schema.json
- layer:
- # type: Target
- description: Target setup
- # packs:
- # - pack: ARM::CMSIS
- components:
- # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]
- - component: ARM::CMSIS:CORE
- - component: Device:Startup&C Startup
- misc:
- - for-compiler: IAR
- Link: [--config generic_cortex.icf]
- groups:
- - group: VHT/FVP
- files:
- - file: ./model_config.txt
|