-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathprj.conf
More file actions
78 lines (65 loc) · 1.75 KB
/
prj.conf
File metadata and controls
78 lines (65 loc) · 1.75 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
68
69
70
71
72
73
74
75
76
77
78
# Display Configurations
CONFIG_DISPLAY=y
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
# Log Configurations
CONFIG_LOG=y
CONFIG_LV_USE_LOG=n
# Shell Configurations
# CONFIG_SHELL=y
# CONFIG_LV_Z_SHELL=y
# CONFIG_PWM_SHELL=y
# LVGL Configurations
CONFIG_LVGL=y
CONFIG_LV_FONT_MONTSERRAT_46=y
CONFIG_LV_FONT_MONTSERRAT_18=y
CONFIG_LV_FONT_MONTSERRAT_16=y
CONFIG_LV_FONT_MONTSERRAT_12=y
# Important for LVGL to work.
CONFIG_MAIN_STACK_SIZE=8192
# CONFIG_LV_MEM_CUSTOM=y
CONFIG_LV_Z_MEM_POOL_SIZE=16384
# PWM Configurations
CONFIG_PWM=y
# Bluetooth Settings
# Bluetooth Configurations
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME="ZephyrWatch"
# Bluetooth GATT Device Information Service Configuration
CONFIG_BT_DIS=y
CONFIG_BT_DIS_PNP=n
CONFIG_BT_DIS_MODEL="ZephyrWatch"
CONFIG_BT_DIS_MANUF="gyokhan.com"
CONFIG_BT_DIS_SERIAL_NUMBER=n
CONFIG_BT_DIS_FW_REV=y
CONFIG_BT_DIS_HW_REV=n
CONFIG_BT_DIS_SW_REV=n
CONFIG_BT_DIS_FW_REV_STR="0.1.0"
# CONFIG_BT_DIS_SERIAL_NUMBER_STR="0.0.0"
# CONFIG_BT_DIS_HW_REV_STR="0.0.0"
# CONFIG_BT_DIS_SW_REV_STR="0.0.0"
CONFIG_BT_DIS_SETTINGS=y
CONFIG_BT_DIS_STR_MAX=21
# If not set BT_SMP & BT_SIGNING, the device will not be able to pair with other devices.
CONFIG_BT_SMP=y
CONFIG_BT_SIGNING=y
CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
CONFIG_BT_PRIVACY=y
# Settings Subsystem
CONFIG_SETTINGS=y
CONFIG_BT_SETTINGS=y
# System Work Queue Configuration - Increased for input event handling
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=32768
CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
# Input Subsystem Configuration - Disable input warnings
CONFIG_INPUT=y
CONFIG_INPUT_LOG_LEVEL_OFF=y
CONFIG_I2C_LOG_LEVEL_OFF=y
# Flash Configurations
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y
# Counter (using correct config name)
CONFIG_COUNTER=y
# Watchdog Timer
CONFIG_WATCHDOG=y