| Age | Commit message (Expand) | Author |
| 2023-08-25 | try next endpoint when received NAK | hathach |
| 2023-08-25 | add xact_out(), xact_in() to manage transfer | hathach |
| 2023-08-25 | use endpoint pool for more flexible multiple devices support | hathach |
| 2023-08-25 | add osal mutex for spi | hathach |
| 2023-08-25 | add spi lock with interrupt enable/disable | hathach |
| 2023-08-24 | save data toggle, always retry NAK. work with msc device | hathach |
| 2023-08-24 | add tuh_max3421e_int_api(), retry control if received NAK | hathach |
| 2023-08-24 | complete enumeration | hathach |
| 2023-08-23 | able to complete 1st get device descriptor and set address | hathach |
| 2023-08-23 | able to get 8 byte descriptor, but read(RCVBC) always return 0 | hathach |
| 2023-08-22 | able to send setup packet | hathach |
| 2023-08-22 | able to detect new device and start enumerating | hathach |
| 2023-08-18 | adding connection event handling, add nrf gpio interrupt for max2341e interru... | hathach |
| 2023-08-18 | ground works for hcd max3421e | hathach |
| 2023-08-18 | - update nrf52 bsp for cmake | hathach |
| 2023-08-16 | Merge pull request #2221 from hathach/ehci-halted-error | Ha Thach |
| 2023-08-16 | minor comment | hathach |
| 2023-08-16 | fix abort transfer does not release endpoint, also reset state if it is contr... | hathach |
| 2023-08-16 | clear qhd halted bit if not caused by STALL protocol, allow for next transfer | hathach |
| 2023-08-15 | Merge pull request #2222 from rppicomidi/fix-2188 | Ha Thach |
| 2023-08-15 | more rename | hathach |
| 2023-08-15 | more minor clean up | hathach |
| 2023-08-14 | fix issue 2188: support usbh_app_driver_get_cb() | rppicomidi |
| 2023-08-14 | Merge pull request #2217 from hathach/add-lpc43s67 | Ha Thach |
| 2023-08-14 | Merge pull request #2219 from tswan-quasi/master | Ha Thach |
| 2023-08-14 | fix build iar with lpc43 | hathach |
| 2023-08-14 | add iar support for lpc43, add lpcxpresso43s67 to hil farm | hathach |
| 2023-08-14 | UINT16_MAX stdint macro usage | tswan-quasi |
| 2023-08-14 | min on cdc r/w | tswan-quasi |
| 2023-08-14 | add board_get_unique_id() for lpc43 | hathach |
| 2023-08-14 | add lpcxpresso43s67 | hathach |
| 2023-08-09 | Merge pull request #2202 from Rocky04/patch-4 | Ha Thach |
| 2023-08-09 | Merge pull request #2209 from HiFiPhile/hitl | Ha Thach |
| 2023-08-09 | rename hitl to hil | hathach |
| 2023-08-09 | update hil test and json (remove troublesome lpc54608), run hil test on ci wi... | hathach |
| 2023-08-09 | Merge branch 'hitl' into pr_hitl | hathach |
| 2023-08-09 | update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ... | hathach |
| 2023-08-08 | Add simple test for hid_boot_interface. | HiFiPhile |
| 2023-08-08 | Update contributor.rst | HiFiPhile |
| 2023-08-08 | Flash board_test when done, skip cdc_msc for LPC54. | HiFiPhile |
| 2023-08-08 | Add dummy board_test. | HiFiPhile |
| 2023-08-08 | added cmake for lpc54, update lpc55 | hathach |
| 2023-08-07 | Correcting comments | Rocky04 |
| 2023-08-07 | Fixing wrong callback placement | Rocky04 |
| 2023-08-07 | Fixed typo | Rocky04 |
| 2023-08-07 | Mount block device in test_cdc_msc. | HiFiPhile |
| 2023-08-07 | Merge pull request #2211 from hathach/host-usb-reset | Ha Thach |
| 2023-08-07 | code format | hathach |
| 2023-08-07 | fix host msc get maxlun not using aligned section memory | hathach |
| 2023-08-07 | Add tuh_rhport_is_active() and tuh_rhport_reset_bus() | hathach |