This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/10.0 by this push:
new 4c69697 Disable smp selftest for bt_null driver
4c69697 is described below
commit 4c6969728b9899531071e952a0b2453bad7f5a12
Author: Brennan Ashton <[email protected]>
AuthorDate: Sun Nov 15 11:01:39 2020 -0800
Disable smp selftest for bt_null driver
Signed-off-by: Brennan Ashton <[email protected]>
---
boards/sim/sim/sim/configs/bluetooth/defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/boards/sim/sim/sim/configs/bluetooth/defconfig
b/boards/sim/sim/sim/configs/bluetooth/defconfig
index 60c9f30..dfd3dbc 100644
--- a/boards/sim/sim/sim/configs/bluetooth/defconfig
+++ b/boards/sim/sim/sim/configs/bluetooth/defconfig
@@ -16,7 +16,6 @@ CONFIG_ARCH_SIM=y
CONFIG_BLUETOOTH_MAX_CONN=2
CONFIG_BLUETOOTH_MAX_PAIRED=2
CONFIG_BLUETOOTH_NULL=y
-CONFIG_BLUETOOTH_SMP_SELFTEST=y
CONFIG_BOARDCTL_POWEROFF=y
CONFIG_BOARD_LOOPSPERMSEC=0
CONFIG_BOOT_RUNFROMEXTSRAM=y