summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorCarles Cufi <carles.cufi@nordicsemi.no>2016-12-29 11:20:21 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2017-01-05 08:49:16 +0200
commitaa150d6f56a078d79d231a5adb9285b6c0dd10fc (patch)
treed8d2a61b4f4553087bb6e03a9b532422a77892ba /samples/bluetooth
parent80f000ab4344f8884caff1f02de2545e3d63f340 (diff)
Bluetooth: hci_uart: Disable HCI ECC commands temporarily
HCI ECC commands are causing freezes in the controller build. Until further investigation is done disable them to avoid issues when running the controller standalone. Change-id: Ifab0fa362348b72e88adaa5250c914770e4a70ba Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/hci_uart/nrf5.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bluetooth/hci_uart/nrf5.conf b/samples/bluetooth/hci_uart/nrf5.conf
index 75c51ffc6..f70a0a3fa 100644
--- a/samples/bluetooth/hci_uart/nrf5.conf
+++ b/samples/bluetooth/hci_uart/nrf5.conf
@@ -13,4 +13,4 @@ CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_HCI_RAW=y
CONFIG_BLUETOOTH_MAX_CONN=20
CONFIG_BLUETOOTH_CONTROLLER_ASSERT_HANDLER=y
-CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
+CONFIG_BLUETOOTH_TINYCRYPT_ECC=n