-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBoard.clayer.yml
More file actions
52 lines (44 loc) · 1.3 KB
/
Board.clayer.yml
File metadata and controls
52 lines (44 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
layer:
type: Board
description: Board setup for IoT with VSocket and Ethernet interface
for-board: ARM::V2M-MPS3-SSE-300-FVP
processor:
endian: little
trustzone: secure
connections:
- connect: AVH_MPS3_Cortsone-300 Board
provides:
- VSocket
- CMSIS_ETH
- CMSIS_VIO
- STDIN
- STDOUT
- STDERR
- Heap: 65536
packs:
- pack: ARM::V2M_MPS3_SSE_300_BSP@1.5.0
- pack: ARM::CMSIS@^6.0.0
- pack: ARM::CMSIS-Driver@^2.8.0
define:
- CMSIS_board_header: "\"AVH_MPS3_Corstone_300.h\""
- CMSIS_VIN
- CMSIS_VOUT
components:
- component: ARM::Device:Definition
- component: ARM::Device:Startup&C Startup
- component: ARM::Device:Native Driver:IO
- component: ARM::Device:Native Driver:UART
- component: ARM::Device:Native Driver:SysCounter
- component: ARM::Device:Native Driver:SysTimer
- component: ARM::Device:Native Driver:Timeout
- component: ARM::CMSIS:CORE
- component: ARM::CMSIS Driver:USART
- component: Keil::CMSIS Driver:Ethernet:ETH_LAN91C111
- component: ARM::CMSIS Driver:VIO:Custom
groups:
- group: Board
files:
- file: ./AVH_MPS3_Corstone_300.h
- file: ./main.h
- file: ./main.c
- file: ./Driver/vio_V2M-MPS3-SSE-300.c