| Age | Commit message (Expand) | Author |
| 2018-12-07 | rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED | hathach |
| 2018-12-07 | clean up ehci, support only 1 controller | hathach |
| 2018-12-07 | clean up | hathach |
| 2018-12-07 | seperate control xfer to 3 tds for ohci | hathach |
| 2018-12-07 | ohci got device not response condition in control transfer | hathach |
| 2018-12-07 | lpc17 ohci failed to execute control transfer !! | hathach |
| 2018-12-07 | simple cdc host demo work | hathach |
| 2018-12-07 | adding new hcd api, tested working with control xfer. | hathach |
| 2018-12-07 | add connect to cdc for testing | hathach |
| 2018-12-07 | able to build host hid | hathach |
| 2018-12-07 | enable all warnings | hathach |
| 2018-12-07 | able to build with host msc | hathach |
| 2018-12-07 | change usbh_control_xfer name and signature | hathach |
| 2018-12-07 | usbh rename vars | hathach |
| 2018-12-06 | change usbh queue to generic event queue | hathach |
| 2018-12-06 | minor clean up | hathach |
| 2018-12-06 | clean up hub | hathach |
| 2018-12-06 | rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC | hathach |
| 2018-12-06 | clean up usbh, rename doxygen folder to docs | hathach |
| 2018-12-06 | change osal_semaphore_wait to return bool | hathach |
| 2018-12-06 | able to complete enumeration with os none blocking | hathach |
| 2018-12-05 | fix more host build error | hathach |
| 2018-12-05 | able to build host lpc18xx | hathach |
| 2018-12-05 | fixing build error with host stack | hathach |
| 2018-12-05 | fix travis build | hathach |
| 2018-12-05 | change usbd_init() return to bool for simplicity | hathach |
| 2018-12-05 | clean up | hathach |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach |
| 2018-12-05 | update nrf errata | hathach |
| 2018-12-05 | hal clean up | hathach |
| 2018-12-05 | remove dcd_connect/disconnect since there is no usage now | hathach |
| 2018-12-05 | lpc move Chip_USB_Init() out of stack to bsp | hathach |
| 2018-12-05 | renane file | hathach |
| 2018-12-05 | lpc40xx device work, moving Chip_USB_Init out of tinyusb | hathach |
| 2018-12-04 | move pinmux out of dcd into bsp | hathach |
| 2018-12-04 | adding ea4088 quickstart, able to blink | hathach |
| 2018-12-04 | adding lpc40xx support | hathach |
| 2018-12-04 | add mcb1800, blink led ok | hathach |
| 2018-12-04 | rename dcd 18 43 | hathach |
| 2018-12-03 | clean up dcd 43 | hathach |
| 2018-12-03 | dcd lpc43 clean up | hathach |
| 2018-12-03 | use lpcopen for lpc43x, work well | hathach |
| 2018-12-03 | use lpcopen for ea4357, blinky ok | hathach |
| 2018-12-03 | clean up | hathach |
| 2018-12-03 | clean up | hathach |
| 2018-12-03 | migrate lpc17 to lpcopen, usb device work ok | hathach |
| 2018-12-03 | wrap up lpc11u port | hathach |
| 2018-12-03 | clean up dcd lpc11u | hathach |
| 2018-12-03 | dcd lpc11u6x work with cdc + msc | hathach |
| 2018-12-02 | lpc11u use USBSRAM, able to response with 1st request | hathach |