There's no point in enabling BLUETOOTH_DEBUG_HCI_CORE for the samples as the user/developer is unlikely to be interested in this specific sub-module of the Bluetooth stack. The samples already have the BLUETOOTH_DEBUG enabled, so leave it up to the user/developer to decide if they want to add specific sub-module debug options. Change-Id: I327086464561667a2462db0aab00d0ffcdd40d4c Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_UART=n
|
|
CONFIG_BLUETOOTH_DEBUG=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=n
|