| Age | Commit message (Expand) | Author |
| 2023-11-20 | add tuh_max3421_reg_read(), tuh_max3421_reg_read() for application usage | hathach |
| 2023-11-02 | skip tuh_max3421_spi_cs_api() in hcd_init() | hathach |
| 2023-10-27 | update s3 devkitm with max3421 pin following metro s3, check max3421 version ... | hathach |
| 2023-10-04 | change tuh_max3421_spi_xfer_api() signature | hathach |
| 2023-09-28 | fix build with new freertos host example | hathach |
| 2023-09-27 | Merge branch 'master' into add-max3421-esp32 | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-09-27 | update max3421 to have hcd_int_handler_ext() | hathach |
| 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-09 | minor rename | hathach |
| 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 | - 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 |