| Age | Commit message (Expand) | Author |
| 2019-01-23 | stm32f4: Fix FIFO write logic (requires 32 bit writes). | William D. Jones |
| 2019-01-23 | stm32f4: Properly set control endpoint max packet size. | William D. Jones |
| 2019-01-23 | stm32f4: Fix incorrect xfer length for short packet IN xfers. | William D. Jones |
| 2019-01-23 | stm32f4: Remove assumption that EP 0 is only control endpoint. | William D. Jones |
| 2019-01-22 | stm32f4: Implement interrupt handling for IN packets (first signs of life). | William D. Jones |
| 2019-01-22 | stm32f4: Start implementing dcd_edpt_xfer. | William D. Jones |
| 2019-01-21 | stm32f4: Remove some template commented code. | William D. Jones |
| 2019-01-19 | stm32f4: Setup packet events in tinyusb now functional. | William D. Jones |
| 2019-01-19 | stm32f4: Implement setup packing receive, fix typo in FIFO receive size. | William D. Jones |
| 2019-01-19 | stm32f4: Complete initialization for EP0 (packet handling not implemented). | William D. Jones |
| 2019-01-13 | stm32f4: Enable USB peripheral, fix typos in register writes. | William D. Jones |
| 2019-01-11 | dcd_stm32f4: Add USB init skeleton based on manual (does not enumerate). | William D. Jones |
| 2019-01-11 | bsp.board_stm32f407g_disc1: Switch to external oscillator (more precise). | William D. Jones |
| 2019-01-10 | cdc_msc_hid: Ensure example compiles again- add missing prototypes, | William D. Jones |
| 2019-01-10 | Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4 | William D. Jones |
| 2018-12-21 | change to dcd_get_frame_number | hathach |
| 2018-12-19 | fix samd build | hathach |
| 2018-12-17 | add dcd_get_microframe() | hathach |
| 2018-12-14 | rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency | hathach |
| 2018-12-12 | rename edpt_dir/number/addr to tu_edpt_* | hathach |
| 2018-12-12 | rename hcd_device_remove to hcd_device_close | hathach |
| 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 | lpc17 ohci failed to execute control transfer !! | hathach |
| 2018-12-07 | enable all warnings | hathach |
| 2018-12-05 | able to build host lpc18xx | 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 |
| 2018-12-01 | lp11u able to receive setup packet | hathach |
| 2018-11-30 | lpc13xx build ok (not work) with lpcopen | hathach |