-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinference-example.slcp
41 lines (40 loc) · 1.12 KB
/
inference-example.slcp
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
# Silicon Labs Project Configuration Tools: slcp, v0, Component selection file.
project_name: inference-example
label: inference-example
description: |
Standalone inference example for Silabs targets based on Gecko SDK 4
category: Example|Standalone Inference
package: platform
quality: production
source:
- {path: src/main.cpp}
- {path: src/app.cpp}
include:
- path: src
file_list:
- {path: app.h}
sdk: {id: gecko_sdk, version: 4.0.2}
toolchain_settings:
- {value: -Wno-unused-parameter, option: gcc_compiler_option}
- {value: -Werror=return-type, option: gcc_compiler_option}
component:
- {id: stdio}
- {id: iostream_recommended_stream}
- {id: printf}
- {id: toolchain_gcc}
- {id: emlib_system}
- {id: component_catalog}
- {from: edge_impulse_extension, id: edge_impulse_model}
- {id: sl_system}
configuration:
- {name: SL_STACK_SIZE, value: '8192'}
- {name: SL_HEAP_SIZE, value: '102400'}
- condition: [iostream_usart]
name: SL_BOARD_ENABLE_VCOM
value: '1'
- condition: [iostream_usart]
name: SL_IOSTREAM_USART_VCOM_CONVERT_BY_DEFAULT_LF_TO_CRLF
value: '1'
ui_hints: {}
sdk_extension:
- {id: edge_impulse_extension, version: 1.0.0}