-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuart_shell_config.conf
More file actions
25 lines (24 loc) · 903 Bytes
/
uart_shell_config.conf
File metadata and controls
25 lines (24 loc) · 903 Bytes
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
#------------------------------------------------------------------------------
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=51
CONFIG_SHELL_PROMPT_UART="UQ Drifter:~$"
CONFIG_SHELL_STACK_SIZE=2048
CONFIG_SHELL=y
CONFIG_LOG=y
CONFIG_SHELL_CMDS=y
CONFIG_SHELL_TAB=y
CONFIG_SHELL_TAB_AUTOCOMPLETION=y
CONFIG_SHELL_VT100_COLORS=y
CONFIG_KERNEL_SHELL=y
CONFIG_SHELL_ECHO_STATUS=y
CONFIG_SHELL_WILDCARD=y
CONFIG_SHELL_STATS=y
CONFIG_UART_SHELL_ON_DEV_NAME="CDC_ACM_0"
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
#Disable Unused Streams : Console/Shell (Minimize Ram Usage)
CONFIG_UART_CONSOLE=n
CONFIG_PRINTK=y
CONFIG_CONSOLE=n
CONFIG_CBPRINTF_FP_SUPPORT=y #Float Convserions
CONFIG_LOG_PRINTK=y
#------------------------------------------------------------------------------