# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/0.9.3/tools/projmgr/schemas/clayer.schema.json layer: # type: Board # name: AVH_MPS2_Cortex-M7 description: Board setup with interfaces # interfaces: # - consumes: # - RTOS2: # - provides: # - C_ETH: 0 # - STDOUT: # - STDIN: # - STDERR: # - Heap : 65536 # packs: # - pack: ARM::CMSIS # - pack: ARM::CMSIS-Driver # - pack: Keil::ARM_Compiler # - pack: Keil::V2M-MPS2_CMx_BSP@1.8.0 add-paths: - . components: - component: Device:Startup&C Startup - component: Keil::Board Support&V2M-MPS2:Common - component: ARM::CMSIS:CORE - component: Keil::CMSIS Driver:USART - component: Keil::CMSIS Driver:Ethernet:ETH_LAN91C111 - component: ARM::CMSIS Driver:VIO:Custom - component: Keil::Compiler&ARM Compiler:Event Recorder&DAP - component: Keil::Compiler&ARM Compiler:I/O:STDERR&User - component: Keil::Compiler&ARM Compiler:I/O:STDOUT&User - component: Keil::Compiler&ARM Compiler:I/O:STDIN&User groups: - group: Board files: - file: ./main.h - file: ./main.c - file: ./retarget_stdio.c - file: ./Driver/vio_vht.c - file: ./fvp_config.txt