From 04ca1f968400f3e47a734b79c4dcb7117a44d6bb Mon Sep 17 00:00:00 2001 From: Jerzy Kasenberg Date: Tue, 10 May 2022 10:21:45 +0200 Subject: [PATCH] transport/usb: Enable BTH in TinyUSB stack Setting USBD_BTH to 1 is required to enable code in TinyUSB stack. Due to newt limitation this value could not only be set target or application. Now USBD_BTH is defined by not set and can be set by this package. So user can just specify USB transport and USBD_BTH will be set automatically. --- nimble/transport/usb/syscfg.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nimble/transport/usb/syscfg.yml b/nimble/transport/usb/syscfg.yml index 2cdd57468..614f6437f 100644 --- a/nimble/transport/usb/syscfg.yml +++ b/nimble/transport/usb/syscfg.yml @@ -17,3 +17,6 @@ # syscfg.defs: + +syscfg.vals: + USBD_BTH: 1