| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-18 | Merge pull request #1094 from kasjer/kasjer/da146xx-vbus-handling | Ha Thach | |
| dcd_da146xx: Add VBUS handling | |||
| 2021-09-17 | dcd_da146xx: Add VBUS handling | Jerzy Kasenberg | |
| DA146xx are Bluetooth devices that may be battery powered and when not connected to USB host there is no need for USB peripheral to be running. This change allows to enable USB peripheral when VBUS is present otherwise USB is down reducing power consumption. tud_vsub_changed() function must be called whenever VBUS change was detected. For bus-powered devices this function should be called at startup since VBUS must be present while device is working. | |||
| 2021-09-17 | minor clean up | hathach | |
| 2021-09-17 | use correct resume detection for kl25z | hathach | |
| 2021-09-17 | minor update to dcd khci | hathach | |
| 2021-09-15 | Fix stall interrupt handling | kkitayam | |
| 2021-09-15 | merge master and minor clean up | hathach | |
| 2021-09-15 | Merge branch 'master' of github.com:hathach/tinyusb into ↵ | hathach | |
| kkitayam-impl_close_all_for_khci | |||
| 2021-09-15 | Merge pull request #1062 from HiFiPhile/fifo_dcd_transdimension | Ha Thach | |
| Improvements for dcd_transdimension | |||
| 2021-09-14 | Merge pull request #1087 from HiFiPhile/nuc_wkp | Ha Thach | |
| NUC126: fix remote_wakeup | |||
| 2021-09-13 | esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite | hathach | |
| 2021-09-13 | implement dcd_edpt_close_all(), pass chapter9 test suite (without remote wakeup) | hathach | |
| 2021-09-13 | clean up | hathach | |
| 2021-09-13 | clear PID along with clear stall | hathach | |
| 2021-09-13 | Merge branch 'nuc_wkp' of https://github.com/HiFiPhile/tinyusb into ↵ | hathach | |
| HiFiPhile-nuc_wkp | |||
| 2021-09-13 | refactor nxp TDI dcd_edpt_xfer_fifo | hathach | |
| 2021-09-12 | Merge branch 'fifo_dcd_transdimension' of https://github.com/HiFiPhile/tinyusb | hathach | |
| 2021-09-11 | nxp tdi: implement dcd edpt close all | hathach | |
| 2021-09-11 | nxp tdi: fix error td prevent further transfer | hathach | |
| 2021-09-10 | reset PID to DATA0 on clear_stall. | MasterPhi | |
| 2021-09-10 | Fix remote_wakeup | MasterPhi | |
| 2021-09-10 | Shorter expr. | MasterPhi | |
| 2021-09-10 | Fix dcd_edpt_clear_stall to reset data toggle | kkitayam | |
| 2021-09-09 | dcd_edpt_xfer_fifo: use qtd_init if restriction not met. | Mengsk | |
| 2021-09-09 | nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX | hathach | |
| 2021-09-09 | nxp tdi implement remote wakeup | hathach | |
| enhance bus reset, unplugged, suspend, resume detection | |||
| 2021-09-09 | remove connected check for DCD_EVENT_UNPLUGGED since previous bus reset can ↵ | hathach | |
| clear this implement unplugged detection for trans dimension dcd | |||
| 2021-09-09 | Fix stall handling | kkitayam | |
| 2021-09-08 | Implement dcd_edpt_close_all for NXP khci | kkitayam | |
| 2021-09-08 | Merge pull request #1080 from hathach/rx-msc-compliance | Ha Thach | |
| Renesas RX reset PID to DATA0 when open endpoint | |||
| 2021-09-08 | Merge pull request #1077 from hathach/st-synopsy-compliance | Ha Thach | |
| St synopsy compliance | |||
| 2021-09-08 | reset PID to DATA0 when open endpoint | hathach | |
| 2021-09-08 | fix build with gd32vf103 | hathach | |
| 2021-09-08 | implement remote wakeup for stm synopsys | hathach | |
| 2021-09-07 | make synopsys usbcv compliance | hathach | |
| - implement dcd_edpt_close_all() - reset dtoggle when open endpoint - correct dev interrupt mask on bus reset | |||
| 2021-09-07 | Implement dcd_edpt_close_all() for Renesas RX family | kkitayam | |
| 2021-09-01 | rp2040 implement dcd_edpt_close_all() | hathach | |
| aslo rename reset_ep0_pid() and clean up. We only need to reset pid when setup packet received | |||
| 2021-09-01 | rp2040 correct ep set/clear stall | hathach | |
| - stall will remove pending (not complete) transfer. Correct reset data toggle when clear stall. - remove buf ctrl debug code | |||
| 2021-08-31 | fix rp2040 chapter 9 TD 9.6 test | hathach | |
| 2021-08-31 | add dcd_edpt_close and iso xfer. | MasterPhi | |
| 2021-08-31 | dcd_transmission xfer_fifo support. | MasterPhi | |
| 2021-08-31 | clear stall and reset data toggle when open edpt | hathach | |
| required to pass one of msc test. | |||
| 2021-08-29 | fix nrf clear data toggle sequence when clearing stall | hathach | |
| 2021-08-29 | fix a couple of nrf dcd issue | hathach | |
| - limit out xact dma to prevent usbd overflow in certain situation after stalled - drained already acked data when stalling an OUT endpoint | |||
| 2021-08-27 | explicitly clear stall and data toggle for edpoint upon open() | hathach | |
| 2021-08-27 | implement dcd_edpt_close_all() for nrf52840 | hathach | |
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-08-24 | rename host API to be consistent with naming on device stack | hathach | |
| - tuh_device_get_speed() to tuh_speed_get() - tuh_device_configured() to tuh_mounted() - tuh_device_ready() to tuh_ready() | |||
| 2021-08-24 | Merge pull request #1043 from hathach/more-host-improvement | Ha Thach | |
| More host improvement | |||
| 2021-08-23 | initial commit of support for K32L2B | Greg Steiert | |
