summaryrefslogtreecommitdiff
path: root/src/tusb.c
AgeCommit message (Collapse)Author
2024-11-28Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_deschathach
2024-11-27Move desc_len sanity checks to start of loopsGuavTek
2024-11-14Merge branch 'master' into warningHa Thach
2024-11-10fix typoHa Thach
2024-11-10Merge branch 'master' into fix/esp32p4_deviceHa Thach
2024-11-07fix(tusb.h): Fixed backward comatibility for port selectionRoman Leonov
2024-11-04add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which ↵hathach
is required for host and some device without RTOS.
2024-11-01Fix Warning[Pe188]: enumerated type mixed with another type.HiFiPhile
2024-10-18Recover host enumeration from zero length descriptorsGuavTek
2024-10-17get hpri triggeredhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵hathach
consistent
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2024-09-10ep stream init: wrap with OSAL_MUTEX_REQUIRED, only create fifo mutex if neededhathach
2024-09-10fix warningshathach
2024-09-10reduce ep stream footprint by using is_mps512 since it only support bulk so farhathach
2024-09-10change edpt stream api to take hwid from API to reduce memory footprinthathach
2024-09-10update edpt_stream to support non-buffered (no fifo) modehathach
2024-09-10change vendor device to use edpt stream APIhathach
2024-07-18fix arguable bug caught as warning by LLVM embedded toolchain for ARM 14.0.0graham sanderson
2024-03-25Merge branch 'master' into add-tuh-deinithathach
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-20code formathathach
2024-03-04code reformathathach
2024-02-24fixed compiler warning src/tusb.cIngHK
2023-12-08improved CFG_TUSB_DEBUG handling due to compile errorsIngHK
2023-11-24fixed compile errors due to untreated CFG_TUH_LOG_LEVELIngHK
2023-08-15more minor clean uphathach
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
2023-05-19ehci fix dcache clean when control endpoint failedhathach
2023-05-16correct EHCI reporting failed xfer (instead of stalled) when device is unpluggedhathach
2023-02-27Merge pull request #1852 from silvergasp/mem_sHa Thach
fix: Replace device calls to memcpy with tu_memcpy_s
2023-02-27minor clean uphathach
2023-01-20add helper tu_desc_find/find2/find3hathach
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s.
2022-12-22fix typohathach
2022-12-22finish moving edpt stream to tusb.chathach
2022-12-22fix stream read count computationhathach
2022-12-22moving edpt_stream API into common tusb.chathach
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
add macro to swallow mutex API in order to simplify code with mutex
2022-06-29Fix actual compiler warning on gcc 10.3.1graham sanderson
2022-06-03remove static port defined for device/hosthathach
2022-03-09implement tu_edpt_release()hathach
2022-03-09adding tusb_private.h to implement common edpt claimhathach
2022-03-09add tusb_debug.h remove tusb_error.hhathach
move debug utils to new header
2022-02-25minor house keepinghathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach