mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
usbus: Add configs to compile time configuration Doxygen group
This commit is contained in:
parent
731f27378b
commit
f48bd7f9f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user