summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid_host.c
AgeCommit message (Expand)Author
2013-03-26add field to endpoint maxpacketsize (mult)hathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
2013-03-26start merge hidh_keyboard back to hidhhathach
2013-03-26add flag_supported_class to usbh_deviceshathach
2013-03-25remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZEhathach
2013-03-25separate hidh_keyboard from hid_hosthathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
2013-03-24add class flagshathach
2013-03-24refractorhathach
2013-03-24clean up:hathach
2013-03-23refractorhathach
2013-03-23refractorhathach
2013-03-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-03-05add test & code for open bulk transfer to hcd_pipe_open()hathach
2013-03-04replace TUSB_CFG_HOST by MODE_HOST_SUPPORTEDhathach
2013-02-27house keepinghathach
2013-02-06refractor move test enum to its own filehathach
2013-01-27add usbh_device_info_t to return device statushathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-27add STATIC for local variableshathach
2013-01-27remove violation MISRA 6.3 on errorshathach
2013-01-27add class_hid_keyboard_init and test codehathach
2013-01-26add check device API for stack usagehathach
2013-01-26add more test code for keyboard hid application APIhathach
2013-01-23change configure handle to device handlehathach
2013-01-22use unsigned char instead of char for error stringhathach
2013-01-22clear 19.1hathach
2013-01-22start to supporthathach
2013-01-18add ASSERT POINTER supporthathach