summaryrefslogtreecommitdiff
path: root/src/tusb.c
AgeCommit message (Expand)Author
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
2018-12-05fixing build error with host stackhathach
2018-12-05change usbd_init() return to bool for simplicityhathach
2018-12-05hal clean uphathach
2018-08-30allow no mode compilation (no host/device enabled). Handy for project without...hathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-23reworking device hid class driverhathach
2018-07-05allow tusb_init() to call multiple timeshathach
2018-06-18rename subfolder source to srchathach