This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 8d02bce Disable smp selftest for bt_null driver 8d02bce is described below commit 8d02bce8e5635daeba2ca9656455a76e4c3aef2d Author: Brennan Ashton <bash...@brennanashton.com> AuthorDate: Sun Nov 15 11:01:39 2020 -0800 Disable smp selftest for bt_null driver Signed-off-by: Brennan Ashton <bash...@brennanashton.com> --- 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