* This file holds USB constants and structures that are needed for USB device
* APIs, as defined in the USB 2.0 specification.
*
+ * \attention The API is work in progress and may change in future versions.
+ *
* $WIZ$ module_name = "usb"
* $WIZ$ module_configuration = "bertos/cfg/cfg_usb.h"
* $WIZ$ module_supports = "stm32"
*
* \brief Generic USB keyboard device driver.
*
+ * This module allows to create virtual keyboards.
+ *
+ * \attention The API is work in progress and may change in future versions.
+ *
* $WIZ$ module_name = "usbkbd"
* $WIZ$ module_configuration = "bertos/cfg/cfg_usbkbd.h"
* $WIZ$ module_depends = "usb"
*
* \brief Generic USB mouse device driver.
*
+ * \attention The API is work in progress and may change in future versions.
+ *
* $WIZ$ module_name = "usbmouse"
* $WIZ$ module_configuration = "bertos/cfg/cfg_usbmouse.h"
* $WIZ$ module_depends = "usb"
*
* \brief Generic USB serial device driver.
*
+ * This driver exports a USB-serial converter. It provides a KFile interface
+ * to access the data.
+ * \attention The API is work in progress and may change in future versions.
+ *
* $WIZ$ module_name = "usbser"
* $WIZ$ module_configuration = "bertos/cfg/cfg_usbser.h"
* $WIZ$ module_depends = "usb"