| Age | Commit message (Expand) | Author |
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach |
| 2023-09-18 | add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhz | hathach |
| 2023-09-12 | Merge pull request #2245 from arduino/fix_msd_extraneus_bytes_on_reading | Ha Thach |
| 2023-09-09 | minor rename | hathach |
| 2023-09-08 | wait_pipe_fifo_empty() now returns bool (as expected using TU_ASSERT macro) | maidnl |
| 2023-09-08 | renesas: added wait function for IN transaction | maidnl |
| 2023-09-07 | - wrap up hcd max3421, work well with nrf52840 | hathach |
| 2023-08-31 | vastly improve attach/detach device, still have issue where thing is still ha... | hathach |
| 2023-08-31 | improve connection & disconnection detection. But there is still issue when C... | hathach |
| 2023-08-30 | use ep buf to keep setup packet, work well with hid device | hathach |
| 2023-08-30 | call xfer_complete_isr() when result is not successful (stalled or failed) | hathach |
| 2023-08-29 | - hcd_setup_send() also check for busy flag | hathach |
| 2023-08-29 | - correct tuh_max3421e_int_api() for nrf52 | hathach |
| 2023-08-28 | Merge branch 'master' into nxp_k64 | Ha Thach |
| 2023-08-28 | rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_K | hathach |
| 2023-08-28 | - add xfer_complete_isr() | hathach |
| 2023-08-27 | more update to transaction | hathach |
| 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 | minor comment | hathach |
| 2023-08-16 | clear qhd halted bit if not caused by STALL protocol, allow for next transfer | hathach |
| 2023-08-09 | Merge pull request #2209 from HiFiPhile/hitl | Ha Thach |
| 2023-08-09 | update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ... | hathach |
| 2023-08-07 | code format | hathach |
| 2023-08-07 | Add tuh_rhport_is_active() and tuh_rhport_reset_bus() | hathach |
| 2023-08-04 | clean(ra_hcd): fix typos in the hcd library | Aladdin Bakosh |
| 2023-08-04 | Merge branch 'master' into master | Ha Thach |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach |
| 2023-08-03 | add lpc43 family | hathach |
| 2023-08-01 | renesas: host: remove attach_attempt logic | Martino Facchin |
| 2023-08-01 | Merge branch 'arduino-renesas_ra_hs_rebased' into renesas_ra_hs_rebased | hathach |
| 2023-08-01 | add rusb2_common.c for dynami irq | hathach |
| 2023-08-01 | rusb2: move dynamic irq function to c file | Martino Facchin |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach |
| 2023-07-31 | enable_irq since uno bootloader can disable it. systick triggered, however us... | hathach |
| 2023-07-28 | add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) does... | hathach |
| 2023-07-28 | - revert usb address | hathach |