| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Fix the weak dcd_edpt0_status_complete for Keil Compiler | Alexander Mueller | |
| The Keil compiler seems to have different semantics and the defined function was never called. The same is probably true for the other weak functions. I can change those too. | |||
| 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 | Merge branch 'master' into nxp_k64 | Ha Thach | |
| 2023-08-28 | add kinetis_k family and teensy_35 | hathach | |
| - teensy_35 is not able to blink led with board_test though, probably due to clock config. | |||
| 2023-08-28 | rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_K | hathach | |
| 2023-08-28 | fix:Resource leak: fp | yuxiaojun | |
| Signed-off-by: yuxiaojun <[email protected]> | |||
| 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 | minor update | 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-24 | Merge pull request #2142 from sjanc/symlinks | Ha Thach | |
| Fix documentation symlinks | |||
| 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-20 | defined(ECLIPSE_GUI) | Hardy Griech | |
| 2023-08-20 | bug fix recv/xmit_get_next_ready_ntb() | Hardy Griech | |
| 2023-08-20 | Copyright | Hardy Griech | |
| 2023-08-20 | moved some declarations | Hardy Griech | |
| 2023-08-20 | files taken from yapicoprobe | Hardy Griech | |
| 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 | Merge pull request #2221 from hathach/ehci-halted-error | Ha Thach | |
| EHCI more fixes | |||
| 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 | |||
| 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 | |
| fix issue 2188: support usbh_app_driver_get_cb() | |||
| 2023-08-15 | more rename | hathach | |
| 2023-08-15 | more minor clean up | hathach | |
| - also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd | |||
| 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 | |
| Add lpc43s67 | |||
| 2023-08-14 | Merge pull request #2219 from tswan-quasi/master | Ha Thach | |
| min on cdc r/w | |||
| 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 | |
