summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-11-22fix h7 running on fullspeed phy has issue with WFI if not disable ULPI clockhathach
2023-11-22add spec version to dwc2 infohathach
2023-11-20add tuh_max3421_reg_read(), tuh_max3421_reg_read() for application usagehathach
2023-11-19Fix CIHiFiPhile
2023-11-19Add dwc2 info of F429.HiFiPhile
2023-11-03fix race condition when dev0 is removed while enumeratinghathach
2023-11-02skip tuh_max3421_spi_cs_api() in hcd_init()hathach
2023-11-01remove legacy driver st/synopsyshathach
2023-10-31Merge pull request #2300 from hathach/add-u5a5Ha Thach
2023-10-31dwc2 flush tx,rx fifo in dcd_init()hathach
2023-10-31usb on u5a5 hs work well with correct VBVALEXTOEN/VBVALOVAL sethathach
2023-10-31minor clean uphathach
2023-10-30minor space format dwc2 driverhathach
2023-10-30addd dwc2_info.py/md update stm32u5a5 board clock & power configure, able to ...hathach
2023-10-27update s3 devkitm with max3421 pin following metro s3, check max3421 version ...hathach
2023-10-18adding nulceo stm32u5a5, fix clock configure issuehathach
2023-10-18Merge pull request #2265 from bencowperthwaite/masterHa Thach
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-10-04change tuh_max3421_spi_xfer_api() signaturehathach
2023-09-28fix build with new freertos host examplehathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-09-27update max3421 to have hcd_int_handler_ext()hathach
2023-09-26Added support for USB2 HS peripheral (with integrated HS PHY) on STM32U59x chipsbac
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-09-18add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhzhathach
2023-09-12Merge pull request #2245 from arduino/fix_msd_extraneus_bytes_on_readingHa Thach
2023-09-09minor renamehathach
2023-09-08wait_pipe_fifo_empty() now returns bool (as expected using TU_ASSERT macro)maidnl
2023-09-08renesas: added wait function for IN transactionmaidnl
2023-09-07- wrap up hcd max3421, work well with nrf52840hathach
2023-08-31vastly improve attach/detach device, still have issue where thing is still ha...hathach
2023-08-31improve connection & disconnection detection. But there is still issue when C...hathach
2023-08-30use ep buf to keep setup packet, work well with hid devicehathach
2023-08-30call xfer_complete_isr() when result is not successful (stalled or failed)hathach
2023-08-29- hcd_setup_send() also check for busy flaghathach
2023-08-29- correct tuh_max3421e_int_api() for nrf52hathach
2023-08-28- add xfer_complete_isr()hathach
2023-08-27more update to transactionhathach
2023-08-25try next endpoint when received NAKhathach
2023-08-25add xact_out(), xact_in() to manage transferhathach
2023-08-25use endpoint pool for more flexible multiple devices supporthathach
2023-08-25add osal mutex for spihathach
2023-08-25add spi lock with interrupt enable/disablehathach
2023-08-24save data toggle, always retry NAK. work with msc devicehathach
2023-08-24add tuh_max3421e_int_api(), retry control if received NAKhathach
2023-08-24complete enumerationhathach
2023-08-23able to complete 1st get device descriptor and set addresshathach
2023-08-23able to get 8 byte descriptor, but read(RCVBC) always return 0hathach