This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
71223ad0d0
zephyr
/
samples
/
bluetooth
/
hci_uart
/
boards
/
nrf9160dk_nrf52840.conf
5 lines
92 B
Text
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 12:35:03 +01:00
# Override prj.conf defaults
CONFIG_CONSOLE=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_UART_CONSOLE=y
Copy permalink