-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprj.conf
59 lines (50 loc) · 1.21 KB
/
prj.conf
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
# Important for LVGL to work.
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_LV_MEM_CUSTOM=y
CONFIG_LV_Z_MEM_POOL_SIZE=16384
# 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
# PWM Configurations
CONFIG_PWM=y
# Bluetooth Configurations
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_SETTINGS=y
CONFIG_BT_DEVICE_NAME="ZephyrWatch"
CONFIG_BT_SMP=y
CONFIG_BT_SIGNING=y
CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
CONFIG_BT_PRIVACY=y
# Bluetooth GATT Device Information Service Configuration
CONFIG_BT_DIS=y
CONFIG_BT_DIS_PNP=n
CONFIG_BT_DIS_MODEL="ZephyrWatch_001"
CONFIG_BT_DIS_MANUF="github.com/electricalgorithm"
CONFIG_BT_DIS_SERIAL_NUMBER=y
CONFIG_BT_DIS_FW_REV=y
CONFIG_BT_DIS_HW_REV=y
CONFIG_BT_DIS_SW_REV=y
CONFIG_BT_DIS_SERIAL_NUMBER_STR="0.0.1"
CONFIG_BT_DIS_FW_REV_STR="0.0.1"
CONFIG_BT_DIS_HW_REV_STR="0.0.1"
CONFIG_BT_DIS_SW_REV_STR="0.0.1"
CONFIG_BT_DIS_SETTINGS=y
CONFIG_BT_DIS_STR_MAX=21
# Flash Configurations
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y
# RTC
CONFIG_RTC=y