diff --git a/mcuboot-application-c3wireless_em_ble.conf b/mcuboot-application-c3wireless_em_ble.conf index 007aab0..073f473 100644 --- a/mcuboot-application-c3wireless_em_ble.conf +++ b/mcuboot-application-c3wireless_em_ble.conf @@ -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 diff --git a/src/main.c b/src/main.c index c747226..48b2dda 100644 --- a/src/main.c +++ b/src/main.c @@ -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;