This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
ebbf672cc5
zephyr
/
samples
/
bluetooth
/
hci_uart
/
boards
/
nrf9160dk_nrf52840.conf
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: samples: hci_uart: Refactor conf files Refactor conf files to use prj.conf + board/<board>.conf configuration. This allows us to have put common configurations into the prj.conf and have board specific configs in each board file. This also respects adding additional prj.conf files such as -DCONF_FILE='nrf5.conf debug.conf' to add debug configuration. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-02-26 19:35:03 +08:00
# Override prj.conf defaults
CONFIG_CONSOLE=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_UART_CONSOLE=y