summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 #2530 from hathach/add-tuh-deinitHa Thach
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-25add delete API for rtthreadhathach
2024-03-25Merge branch 'master' into add-tuh-deinithathach
2024-03-24Merge pull request #2472 from cdesjardins/masterHiFiPhile
Do not enable the Mode mismatch interrupt source, it is not cleared
2024-03-22Add files via uploadacscd
2024-03-22Merge pull request #2526 from hathach/fix-uvc-hardfaultHa Thach
Fix uvc hardfault
2024-03-22implement tuh_init()hathach
change usbh driver init() return type from void to bool
2024-03-22update osal APIhathach
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
2024-03-22add tu_edpt_stream_deinit()hathach
2024-03-22code formathathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
2024-03-21Merge remote-tracking branch 'remotes/hathach/master' into workIngHK
2024-03-21code style and clean up CDC serial header filesIngHK
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-20added dedicate buffer for probe commit payloadhathach
2024-03-20improve uvc debug messagehathach
2024-03-20code formathathach
2024-03-18fix: uvc multiple interface supportLi Junru
1. fix next interface may have IAD_DESC 2. fix vs_itf can't be open on bulk mode.
2024-03-15[usbtmc] cast to uintptr_t to get rid of const for usbd_edpt_xfer.Tommie Gannert
2024-03-14IAR Warning: Fixed due to an boolean operation between enum (Pa089)henneboi
Warning[Pa089]: enumerated type mixed with another enumerated type ...tusb_uac2_audio.c 199 This issue stops the build if we treat warning as error
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-13Merge pull request #2473 from kaidegit/patch-1HiFiPhile
use rt-thread 5+ mq recv api
2024-03-13usbd only process last setup packet in the event queuehathach
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-03-10fixed FTDI set control lineIngHK
2024-03-10added defines CFG_TUH_CDC_DTR_CONTROL_ON_ENUM & CFG_TUH_CDC_RTS_CONTROL_ON_ENUMIngHK
2024-03-10added line control function using cdc_line_control_state_tIngHK
2024-03-10added use of cdc_line_control_state_t type in CDChIngHK
2024-03-10added explicite (uint16_t) casts inside tu_htole16()IngHK
2024-03-10fixed IAR compile errorIngHK
2024-03-04- usbh enumeration: move _parse_configuration_descriptor after ↵hathach
SET_CONFIGURATION is successful - usbh: abort all pending xfer when SET_CONFIGURATION is complete - use tu_edpt_release in tuh_edpt_abort_xfer instead of usbh_edpt_release - rename _xfer_complete -> _control_xfer_complete
2024-03-04code reformathathach
2024-03-03Use FIFO size as condition.HiFiPhile
2024-03-01add tuh_hid_receive_abort() APIhathach
2024-03-01reformat code hid_host.chathach
- fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
2024-02-29improved TU_LOGsIngHK
2024-02-29small PL2303 improvementsIngHK
2024-02-29removed expendable ACM checkIngHK
2024-02-29improved & fixed compiler warnings device descriptor handlingIngHK
2024-02-29FTDI fixed itf_num and some improvementIngHK