-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathML_Test.cproject.yml
52 lines (44 loc) · 1.15 KB
/
ML_Test.cproject.yml
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
project:
debug: on
packs:
- pack: ARM::CMSIS@>=6.0.0-dev0
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: ARM::CMSIS-RTX@>=1.0.0-dev0
- pack: Qeexo::QxLib_PID12345
add-path:
- ./sensor_data
components:
- component: Device:OS Tick
- component: ARM::CMSIS:CORE
- component: ARM::CMSIS:DSP&Source
not-for-context:
- +CM55
- +CM55_Ethos
- +CM85
- +CM85_Ethos
- component: ARM::CMSIS:DSP&Source
for-context:
- +CM55
- +CM55_Ethos
- +CM85
- +CM85_Ethos
define:
- ARM_MATH_AUTOVECTORIZE
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: CMSIS-View:Event Recorder&Semihosting
- component: Qeexo::Machine Learning:Qeexo AutoML:Qeexo Custom Library PID12345
groups:
- group: main
files:
- file: ./include/main.h
- file: ./src/main.c
- file: ./src/NativeFunctions.c
- group: sensor_data
files:
- file: ./sensor_data/sensor_data.c
- group: QeexoAutoML
files:
- file: ./src/QxAutoMLWork.c
layers:
- layer: $Target-Layer$