forked from edgeimpulse/firmware-nordic-thingy53
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig
35 lines (28 loc) · 797 Bytes
/
Kconfig
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
#
# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic
#
source "Kconfig.zephyr"
menu "Nordic UART BLE GATT service sample"
config BT_NUS_UART_BUFFER_SIZE
int "UART payload buffer element size"
default 244
help
Size of the payload buffer in each RX and TX FIFO element
config BT_NUS_UART_RX_WAIT_TIME
int "Timeout for UART RX complete event"
default 50
help
Wait for RX complete event time in milliseconds
endmenu
config EI_INFERENCE_THREAD_STACK
int "Inference thread stack size"
default 256
help
"Set the Edge Impulse inference thread stack size."
config EI_INFERENCE_THREAD_PRIO
int "Inference thread priority"
default 5
help
"Set the Edge Impulse inference thread priority. The lower number, the higher prority."