summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2024-04-02add hcd_configure() to change max NAK dynamicallyhathach
2024-04-02refactor: add hxfr per endpointhathach
2024-04-02always limit number of NAK per endpoint per usb frame to save cpu usage. Defa...hathach
2024-04-01Support for STM32H503 MCU - review changesWojciech Klimek
2024-03-31Support for STM32H503 MCUWojciech Klimek
2024-03-31move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to 2...hathach
2024-03-31rename dcd_stm32_fsdev_pvt_st.h to simply dcd_stm32_fsdev.hhathach
2024-03-31code formathathach
2024-03-31Merge remote-tracking branch 'remotes/hathach/master' into max3421_nak_retryIngHK
2024-03-31fixed spellingIngHK
2024-03-31reactivated TU_ASSERT(_hcd_data.hirq & HIRQ_SNDBAV_IRQ,);IngHK
2024-03-31removed debug codeIngHK
2024-03-31added multiple attemp counting per frameIngHK
2024-03-31improved code readabilityIngHK
2024-03-31improved/fixed trigger 1st retryable EPIngHK
2024-03-31removed redundant return true;IngHK
2024-03-31replaced bits xfer_pending, xfer_complete and retry_pending by common 4 bits ...IngHK
2024-03-31renamed define NAK_RETRY_HANDLING to CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME as...IngHK
2024-03-31fixed EP0 control handlingIngHK
2024-03-31added further debug log outputsIngHK
2024-03-31minor clean uphathach
2024-03-30Code refactor.HiFiPhile
2024-03-30Flush FIFO on bus reset.HiFiPhile
2024-03-30dwc2: add endpoint allocation support.HiFiPhile
2024-03-29fix rp2 debug build with level 3hathach
2024-03-26Improved SDK 3.2.0 compatibilityCamila
2024-03-26draft MAX3421E NAK retry handling next frameIngHK
2024-03-26implement hcd_deinit() for max3421hathach
2024-03-25Merge pull request #2515 from Lurcy38/ReAlignMasterHa Thach
2024-03-25fix pre-commitHa Thach
2024-03-25Update dcd_stm32_fsdev_pvt_st.hHa Thach
2024-03-24Merge pull request #2472 from cdesjardins/masterHiFiPhile
2024-03-22Merge pull request #2526 from hathach/fix-uvc-hardfaultHa Thach
2024-03-21Merge pull request #2527 from tannewt/idf5.2.1Ha Thach
2024-03-20Tweaks for ESP-IDF 5.2.1Scott Shawcroft
2024-03-20improve uvc debug messagehathach
2024-03-14dcd_stm32_fsdev.c: Fix a bug seend with stm32h5xxx when the driver is compi...henneboi
2024-03-13- only abort ep0 if it is activehathach
2024-03-12Merge branch 'master' into fix-rp2040-ctrl-xferhathach
2024-03-11reformat codehathach
2024-03-11Changes required for SDK 3.2.0:Camila
2024-02-26work around possible RP2040 erratumTaylor Yu
2024-02-24only save/restore CLK_RECOVER_IRC_EN/CTRL if FSL_FEATURE_USB_KHCI_IRC48M_MODU...hathach
2024-02-24Merge pull request #2168 from emb4fun/nxp_k64Ha Thach
2024-02-24fix build with cpu without USB_CLK_RECOVER using old dcd_khci driverhathach
2024-02-24frdm k64f usb work well, add kinetis_k to ci cmakehathach
2024-02-22Revert "Merge branch 'hathach:master' into MCX"Jerry Palacios
2024-02-22Merge branch 'hathach:master' into MCXjerpa77
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-20Merge pull request #2463 from kasjer/kasjer/nrf5x-isoout-corruption-detectionHa Thach