document hub

This commit is contained in:
hathach 2013-10-24 17:00:04 +07:00
parent 5f584384eb
commit b1142ff065
1 changed files with 212 additions and 209 deletions

View File

@ -36,10 +36,13 @@
*/ */
/**************************************************************************/ /**************************************************************************/
/** \ingroup TBD /** \addtogroup ClassDriver
* \defgroup TBD * @{
* \brief TBD * \defgroup ClassDriver_Hub Hub (Host)
* * \details Like most PC's OS, Hub support is completely hidden from Application. In fact, application cannot determine whether
* a device is mounted directly via roothub or via a hub's port. All Hub-related procedures are performed and managed
* by tinyusb stack. Unless you are trying to develop the stack itself, there are nothing else can be used by Application.
* \note Due to my laziness, only 1-level of Hub is supported. In other way, the stack cannot mount a hub via another hub.
* @{ * @{
*/ */