| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-17 | Put sw_buf in USB section only if necessary. | HiFiPhile | |
| 2023-10-17 | Fix compile. | HiFiPhile | |
| 2023-10-17 | Add blackout time. | HiFiPhile | |
| 2023-10-17 | Read sample rate directly from control transfer to eliminate callback. | HiFiPhile | |
| 2023-10-17 | Add flow control for IN transfer. | HiFiPhile | |
| 2023-10-10 | Fix naming nBytesPerSample. | HiFiPhile | |
| 2023-10-10 | Merge branch 'master' of https://github.com/hathach/tinyusb into uac_interl | HiFiPhile | |
| 2023-10-04 | change tuh_max3421_spi_xfer_api() signature | hathach | |
| tested working with sam d21 and d51, not tested with nrf52, seem not working with esp32 | |||
| 2023-09-28 | improve esp32 ci, build esp32 with -DDMAX3421_HOST=1 for max3421 testing | hathach | |
| revert change in hcd.h | |||
| 2023-09-28 | fix build with new freertos host example | hathach | |
| 2023-09-28 | fix esp32 msc 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 | |
| change tuh_int_handler() to take in_isr as optional parameter (default = true) | |||
| 2023-09-27 | update max3421 to have hcd_int_handler_ext() | hathach | |
| 2023-09-26 | tested cdc_msc_hid_freertos with samd51 | hathach | |
| add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos | |||
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach | |
| 2023-09-19 | Fix cast-align. | HiFiPhile | |
| 2023-09-19 | Fix UAC interleaved copy. | HiFiPhile | |
| 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 | |
| Fix msd extraneus bytes on reading | |||
| 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 | |
| This fixes a problem found on MSD class where data read from from disks were sometimes partially overwritten by the status MSD message ("USBS..."). The function introduced wait for the hw fifo pipe to be empty, that prevent that new writing in the fife overwrite data which are not yet be transmitted by hw. | |||
| 2023-09-07 | - wrap up hcd max3421, work well with nrf52840 | hathach | |
| - also add usbh_defer_func() | |||
| 2023-09-06 | minor debug clean up | hathach | |
| 2023-08-31 | vastly improve attach/detach device, still have issue where thing is still ↵ | hathach | |
| hanged occasionally. | |||
| 2023-08-31 | improve connection & disconnection detection. But there is still issue when ↵ | hathach | |
| CONDETIRQ occurs but we are disabled interrupt (for osal queue access). | |||
| 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 | |
| - xact_inout() to support send setup | |||
| 2023-08-29 | - correct tuh_max3421e_int_api() for nrf52 | hathach | |
| - hcd_int_disable/enable is software only to reduce interrupt lag | |||
| 2023-08-28 | - add xfer_complete_isr() | hathach | |
| - merge addr0 ep to pool - add control status to xact in/out - use atomic flag busy to ensure only 1 transfer is active at any time - execute pending transfer after one is complete (or clear busy flag) - change rtt mode to block if full | |||
| 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 | |
| - rename max3421e to max3421 - fix incorrect bitmask for HCTL, fix initial device connect - fix bus reset cause connect IRQ | |||
| 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 ↵ | hathach | |
| interrupt pin | |||
| 2023-08-18 | ground works for hcd max3421e | hathach | |
| 2023-08-18 | - update nrf52 bsp for cmake | hathach | |
| - add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled - add hcd_template.c | |||
| 2023-08-16 | minor comment | hathach | |
| 2023-08-16 | fix abort transfer does not release endpoint, also reset state if it is ↵ | hathach | |
| control transfer | |||
