bluetooth: nus: Change Kconfigs prefix to BT_ZEPHYR_NUS
To prevent future conflicts with NCS's NUS implementation, whose Kconfig's are prefixed with BT_NUS. Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
parent
8a88cd4805
commit
92e0d0bbfc
13 changed files with 22 additions and 22 deletions
|
@ -1,3 +1,3 @@
|
|||
CONFIG_BT=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_NUS=y
|
||||
CONFIG_BT_ZEPHYR_NUS=y
|
||||
|
|
|
@ -4,9 +4,9 @@ CONFIG_UART_CONSOLE=y
|
|||
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_NUS=y
|
||||
CONFIG_BT_ZEPHYR_NUS=y
|
||||
CONFIG_UART_BT=y
|
||||
CONFIG_BT_NUS_AUTO_START_BLUETOOTH=y
|
||||
CONFIG_BT_ZEPHYR_NUS_AUTO_START_BLUETOOTH=y
|
||||
|
||||
# Bluetooth optimizations to allow larger data packets.
|
||||
CONFIG_BT_RX_STACK_SIZE=2048
|
||||
|
|
|
@ -4,9 +4,9 @@ CONFIG_UART_CONSOLE=y
|
|||
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_NUS=y
|
||||
CONFIG_BT_ZEPHYR_NUS=y
|
||||
CONFIG_UART_BT=y
|
||||
CONFIG_BT_NUS_AUTO_START_BLUETOOTH=y
|
||||
CONFIG_BT_ZEPHYR_NUS_AUTO_START_BLUETOOTH=y
|
||||
|
||||
# Bluetooth optimizations to allow larger data packets.
|
||||
CONFIG_BT_RX_STACK_SIZE=2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue