mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 09:41:19 +00:00
document hub
This commit is contained in:
parent
5f584384eb
commit
b1142ff065
@ -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.
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user