Bluetooth: tests: shell: Remove config not supported on native_posix
Remove CONFIG_CONSOLE_HANDLER from project configuration. When building for native_posix this produces the following warning: warning: CONSOLE_HANDLER was assigned the value 'y' but gotthe value 'n' Check these unsatisfied dependencies: SERIAL_SUPPORT_INTERRUPT (=n) The shell works without this option since this is handled by the shell itself instead. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
169f4865e4
commit
98827e9f6d
3 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@ CONFIG_ISR_STACK_SIZE=1024
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
CONFIG_SHELL_STACK_SIZE=1728
|
||||
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_SHELL_CMD_BUFF_SIZE=128
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
|||
CONFIG_TEST=y
|
||||
CONFIG_TEST_LOGGING_DEFAULTS=n
|
||||
CONFIG_BT=y
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
|
|
|
@ -2,7 +2,6 @@ CONFIG_TEST=y
|
|||
CONFIG_BT=y
|
||||
CONFIG_BT_BREDR=y
|
||||
CONFIG_BT_RFCOMM=y
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
CONFIG_BT_SHELL=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue