summaryrefslogtreecommitdiff
path: root/src/tusb.c
AgeCommit message (Expand)Author
2023-08-15more minor clean uphathach
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
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
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
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
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
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-15update some sense warning from -Wconversionhathach
2021-09-14update configuration parserhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-08-20improve host configuration parsinghathach
2021-08-20extra common edpt helper for device and host stackhathach
2021-05-18separte tusb_init/inited() to tud/tuh init/initedhathach
2020-11-23have tusb_init() return true instead of TUSB_ERROR_NONEhathach
2020-11-07Merge pull request #553 from hathach/host-async-controlHa Thach
2020-11-01house keeping: make tu_print_mem format easier to compare with hex2dumphathach
2020-09-05clean uphathach
2020-04-26add usbd edpt openhathach
2020-04-10fix uint32_t format with loghathach
2020-03-22Merge branch 'master' into cr1901-msp430f5529hathach
2020-01-15Normalize line endingsNathan Conrad
2019-12-21able to response to scsi inquiry, but failed to response to test unit readyhathach
2019-11-02Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529hathach
2019-10-30rename usbd_init() to tud_init()hathach
2019-10-29clean up warning, msp430 gcc 8.3 fixed the library lto issuehathach
2019-10-24adding more loghathach
2019-10-23adding debug log functionhathach
2019-05-14update license year to 2019hathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-01-29add tusb_inited() API, check for inited() before running device/host taskhathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-13remove task void* paramhathach
2018-12-13osal clean uphathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-05fix more host build errorhathach