usbus/cdc/acm: Add configs to compile time configuration Doxygen group
This commit is contained in:
parent
f48bd7f9f3
commit
0673fce3c4
@ -37,6 +37,11 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup usbus_cdc_acm_conf USBUS CDC ACM compile time configurations
|
||||||
|
* @ingroup usb_conf
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* @brief Buffer size for STDIN and STDOUT data to and from USB when using
|
* @brief Buffer size for STDIN and STDOUT data to and from USB when using
|
||||||
* the USBUS_CDC_ACM_STDIO module
|
* the USBUS_CDC_ACM_STDIO module
|
||||||
@ -51,6 +56,7 @@ extern "C" {
|
|||||||
#ifndef USBUS_CDC_ACM_BULK_EP_SIZE
|
#ifndef USBUS_CDC_ACM_BULK_EP_SIZE
|
||||||
#define USBUS_CDC_ACM_BULK_EP_SIZE (64)
|
#define USBUS_CDC_ACM_BULK_EP_SIZE (64)
|
||||||
#endif
|
#endif
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief USBUS CDC ACM interrupt endpoint size.
|
* @brief USBUS CDC ACM interrupt endpoint size.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user