Adds debugging output to RTT
This commit is contained in:
parent
503047e171
commit
80df6c90c4
|
@ -27,3 +27,8 @@ CONFIG_LOG=y
|
|||
CONFIG_LOG_DEFAULT_LEVEL=4
|
||||
CONFIG_RTT_CONSOLE=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_LOG_BACKEND_RTT_MODE_DROP=y
|
||||
|
||||
CONFIG_NET_BUF_LOG=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
CONFIG_BT_LOG_LEVEL_DBG=y
|
||||
|
|
|
@ -936,7 +936,7 @@ void main(void)
|
|||
{
|
||||
LOG_DBG("Start");
|
||||
gpio_init();
|
||||
// Adds controller output to host output queue
|
||||
|
||||
bt_enable_raw(&h5.event_queue);
|
||||
struct net_buf *buf = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue