summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-26separate ci workflow, remove artifact & release uploadhathach
2021-05-26test separate ci workflow for msp430hathach
2021-05-26fix board test example build with nrfhathach
2021-05-26Merge pull request #849 from noodlefighter/fix-uac2_headsetHa Thach
fix uac2_headset example
2021-05-26fix uac2_headset examplenoodlefighter
tud_audio_rx_done_cb() is departed, replace with tud_audio_rx_done_pre_read_cb()
2021-05-25fix warnings cast function type for nrf, fix pico osal warninghathach
add TODO for overflow in tusb_fifo.c
2021-05-25Merge remote-tracking branch 'official/master'Jeremiah McCarthy
2021-05-24Merge pull request #846 from hathach/house-keepingHa Thach
House keeping
2021-05-23clean uphathach
2021-05-23only invoke tuh_msc_umount_cb() if neededhathach
2021-05-23change hid device internal boot_mode to protocol_modehathach
2021-05-22Merge pull request #845 from hathach/hid-host-get-protocol-when-enumHa Thach
get protocol when enum with hid boot interface
2021-05-22get protocol when enum with hid boot interfacehathach
2021-05-22Merge pull request #834 from hathach/host-hidHa Thach
Rework Host hid
2021-05-22fix missing report in tuh_hid_set_report()hathach
2021-05-22add tuh_hid_report_sent_cb()hathach
2021-05-22rename tuh_hid_get_report_cb to tuh_hid_report_received_cb()hathach
2021-05-22implement hid host set report with control transferhathach
rename mount, umount callback
2021-05-22clean phathach
2021-05-22improve hid parserhathach
2021-05-22more hid api renamehathach
2021-05-22update apphathach
2021-05-22simplify hid apihathach
add hid set_protocol() and set_protocol_complete_cb()
2021-05-21Merge pull request #841 from noodlefighter/fix-uac2_headsetHa Thach
fix uac2_headset example
2021-05-20fix uac2_headset example: type of bRequest should be uint8_t, not enumeratenoodlefighter
2021-05-19Merge pull request #840 from hathach/enable-ci-esp32s3Ha Thach
enable ci for esp32s3 boards
2021-05-19fix build for rp2040hathach
2021-05-19enable ci for esp32s3 boardshathach
2021-05-18update hid host get/set protocol to match devicehathach
2021-05-18Merge branch 'master' into host-hidhathach
2021-05-18move report_info to applicationhathach
update API accordingly, update hid parser for usage, and usage_page.
2021-05-18update hid report descriptor macrohathach
2021-05-18fix compilehathach
2021-05-18more API updatehathach
- remove tuh_n_hid_n_get_report() - usbh auto queue get report and invoke callback when received data
2021-05-18adding hid parserhathach
2021-05-18more host hid APIhathach
adding hid parser
2021-05-18remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSEhathach
2021-05-18continue with hid host reworkhathach
2021-05-18more hid host API reworkhathach
2021-05-18change hid device report len from uint8 to uint16hathach
2021-05-18clean uphathach
2021-05-18add tuh_device_ready()hathach
2021-05-18rename tuh_device_is_configured() to tuh_device_configured()hathach
- remove tuh_device_get_state() - more hid mouse clean up
2021-05-18rename and movinghathach
2021-05-18correct hid host mount/unmount callbackhathach
rename HOST_CLASS_HID to CFG_TUH_HID
2021-05-18reworking host hid APIhathach
2021-05-18make tuh_msc_mount_cb() tuh_msc_unmount_cb() as weak callbackhathach
2021-05-18rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIEhathach
add usbh_get_enum_buf
2021-05-18reworking hid hosthathach
2021-05-18minor clean uphathach