1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

usbus/cdc/acm: Add configs to compile time configuration Doxygen group

This commit is contained in:
Leandro Lanzieri 2019-12-04 13:38:31 +01:00
parent f48bd7f9f3
commit 0673fce3c4

View File

@ -37,6 +37,11 @@
extern "C" {
#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
* the USBUS_CDC_ACM_STDIO module
@ -51,6 +56,7 @@ extern "C" {
#ifndef USBUS_CDC_ACM_BULK_EP_SIZE
#define USBUS_CDC_ACM_BULK_EP_SIZE (64)
#endif
/** @} */
/**
* @brief USBUS CDC ACM interrupt endpoint size.