From f48bd7f9f3aef8fdc23f2e9b5b8fcc49d322864f Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 4 Dec 2019 13:34:34 +0100 Subject: [PATCH] usbus: Add configs to compile time configuration Doxygen group --- sys/include/usb/usbus.h | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/sys/include/usb/usbus.h b/sys/include/usb/usbus.h index 24d439a48e..fbbef5c7f1 100644 --- a/sys/include/usb/usbus.h +++ b/sys/include/usb/usbus.h @@ -40,6 +40,11 @@ extern "C" { #endif +/** + * @defgroup usb_usbus_conf USBUS compile time configurations + * @ingroup usb_conf + * @{ + */ /** * @brief USBUS thread stack size */ @@ -54,11 +59,6 @@ extern "C" { #define USBUS_PRIO (THREAD_PRIORITY_MAIN - 6) #endif -/** - * @brief USBUS thread name - */ -#define USBUS_TNAME "usbus" - /** * @brief USBUS auto attach setting * @@ -80,6 +80,12 @@ extern "C" { #ifndef USBUS_EP0_SIZE #define USBUS_EP0_SIZE 64 #endif +/** @} */ + +/** + * @brief USBUS thread name + */ +#define USBUS_TNAME "usbus" /** * @name USBUS thread flags