| 1234567891011121314151617181920212223 |
- # 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
- - component: Device:IRQ Controller:GIC
- misc:
- - for-compiler: IAR
- Link: [--config generic_cortex.icf]
- groups:
- - group: VHT/FVP
- files:
- - file: ./model_config.txt
|