Ability to use Zephyr shell by multiple modules simultaneously, each module for its own usage. Old shell implementation enabled the user to call only one module commands, not all of the modules simultaneously. Change-Id: I0ef8fa2fd190b7490c44fe91d1016363258302c9 Signed-off-by: Yael Avramovich <yael.avramovich@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
530 B
Plaintext
20 lines
530 B
Plaintext
CONFIG_MINIMAL_LIBC_EXTENDED=y
|
|
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_LE=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_BLUETOOTH_DEBUG_LOG=y
|
|
CONFIG_BLUETOOTH_CENTRAL=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_PRIVACY=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=2
|
|
CONFIG_BLUETOOTH_GATT_CLIENT=y
|
|
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
|
|
CONFIG_CONSOLE_HANDLER_SHELL=y
|
|
CONFIG_ENABLE_SHELL=y
|
|
CONFIG_BLUETOOTH_BREDR_NAME="test shell"
|
|
CONFIG_BLUETOOTH_ATT_REQ_COUNT=5
|
|
|