-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathBoard-U85.clayer.yml
More file actions
67 lines (56 loc) · 1.7 KB
/
Board-U85.clayer.yml
File metadata and controls
67 lines (56 loc) · 1.7 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
layer:
type: Board
description: Board setup for AI/ML with Ethos U85
for-board: ARM::SSE-320
for-device: ARM::SSE-320-FVP
connections:
- connect: Corstone-320-U85
provides:
- CMSIS_USART
- CMSIS_VIO
- CMSIS_VSTREAM_AUDIO_IN
- CMSIS_VSTREAM_AUDIO_OUT
- CMSIS_VSTREAM_VIDEO_IN
- CMSIS_VSTREAM_VIDEO_OUT
- STDIN
- STDOUT
- STDERR
- Heap: 786432
define:
- CMSIS_target_header: \"Corstone-320.h\"
- ETHOSU85
- ARM_MODEL_USE_PMU_COUNTERS
- UART0_BASE_S_TMP
packs:
- pack: ARM::CMSIS
- pack: ARM::CMSIS-Compiler@^2.2.0
- pack: ARM::ethos-u-core-driver@^1.25.2
- pack: ARM::AVH_FVP
- pack: ARM::SSE_320_BSP@1.1.0
components:
- component: CMSIS:CORE
- component: CMSIS Driver:USART
- component: CMSIS Driver:VIO
- component: CMSIS Driver:vStream:AudioIn
- component: CMSIS Driver:vStream:AudioOut
- component: CMSIS Driver:vStream:VideoIn
- component: CMSIS Driver:vStream:VideoOut
- component: CMSIS-Compiler:CORE
- component: CMSIS-Compiler:STDERR:UART&CMSIS
- component: CMSIS-Compiler:STDIN:UART&CMSIS
- component: CMSIS-Compiler:STDOUT:UART&CMSIS
- component: Device:Definition
- component: Device:Startup&C Startup
- component: Device:Native Driver:SysCounter
- component: Device:Native Driver:SysTimer
- component: Device:Native Driver:Timeout
- component: Device:Native Driver:UART
- component: Machine Learning:NPU Support:Ethos-U Driver&Generic U85
groups:
- group: Board
files:
- file: ./main.c
- file: ./main.h
- file: ./ethos_setup.c
linker:
- regions: ./regions_SSE-320.h