summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Collapse)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. ↵hathach
Default to 1 NAK per endpoint
2024-04-01Support for STM32H503 MCU - review changesWojciech Klimek
Implemented changes suggested in the review: - restored original name of SystemClock_Config() function - some GPIO clocks are only enabled if macros are defined - moved GPIO clocks init back to family.c
2024-03-31Support for STM32H503 MCUWojciech Klimek
- added support for STM32H503RB on H503RB-NUCLEO board - modified H5 family.c file to allow portability between H503 and H565/H573 - redefined USB_DRD_BASE to USB_DRD_FS_BASE if STM32H503xx is used
2024-03-31move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to ↵hathach
20 (40 cycle)
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
state
2024-03-31renamed define NAK_RETRY_HANDLING to CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME ↵IngHK
as official option
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
- Used usbdev_allocreq for compatibility with SDK 3.2.0 - Wrapped previous code in #ifdef for legacy compatibility
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
Do not enable the Mode mismatch interrupt source, it is not cleared
2024-03-22Merge pull request #2526 from hathach/fix-uvc-hardfaultHa Thach
Fix uvc hardfault
2024-03-21Merge pull request #2527 from tannewt/idf5.2.1Ha Thach
Tweaks for ESP-IDF 5.2.1
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 ↵henneboi
compiled with cubeide O1/O2/O3
2024-03-13- only abort ep0 if it is activehathach
- rename reset_ep0_pid() to reset_ep0() - minor update log message
2024-03-12Merge branch 'master' into fix-rp2040-ctrl-xferhathach
2024-03-11reformat codehathach
2024-03-11Changes required for SDK 3.2.0:Camila
- Define EP_ALLOCREQ - Define EP_FREEREQ - Define EP_ALLOCBUFFER - Define EP_FREEBUFFER Those were previously defined in spresense-exported-sdk, but now have been removed.
2024-02-26work around possible RP2040 erratumTaylor Yu
RP2040 device controller does not seem to clear pending transactions configured in EP0 buffer controls when the host aborts a control transfer. This causes assertion failures, including when a buffer AVAILABLE flag set for a previous transfer causes an unexpected transaction completion.
2024-02-24only save/restore CLK_RECOVER_IRC_EN/CTRL if ↵hathach
FSL_FEATURE_USB_KHCI_IRC48M_MODULE_CLOCK_ENABLED is defined to 1
2024-02-24Merge pull request #2168 from emb4fun/nxp_k64Ha Thach
Added support for the NXP K64 series
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
This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c.
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
nrf5x: Handle ISOOUT CRC errors