Bluetooth: samples/hci-uart: Fix up configuration files
Right now the hci-uart samples doesn't really work anywhere else than nRF5x, so make that the default configuration. Also rename the old prj.conf to generic.conf to give a generic starting point for creating configurations for other targets. Change-Id: I1c940339b457d0e77c8ddad4b2474fc7e5b12a51 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
9dc033cb84
commit
1b804f9d74
|
@ -1,5 +1,5 @@
|
|||
KERNEL_TYPE = unified
|
||||
CONF_FILE ?= prj.conf
|
||||
CONF_FILE ?= nrf5.conf
|
||||
BOARD ?= nrf52_pca10040
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
CONFIG_CONSOLE=n
|
||||
CONFIG_STDOUT_CONSOLE=n
|
||||
CONFIG_UART_CONSOLE=n
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_LE=y
|
||||
CONFIG_BLUETOOTH_STACK_HCI_RAW=y
|
||||
CONFIG_BLUETOOTH_DEBUG_LOG=n
|
||||
CONFIG_BLUETOOTH_DEBUG_MONITOR=n
|
Loading…
Reference in a new issue