summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Expand)Author
2013-06-29[CDC]hathach
2013-06-29adding descriptor, structure, enum support for cdchathach
2013-06-27use SUBTASK_EXIT to restart & exit task without "assert"hathach
2013-06-27add mutex support for osalhathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-26remove app_os_prio.h in os_none configurehathach
2013-06-23add custom bulk out testhathach
2013-06-22fix bug with custom class that terminate xfer after the first QTDhathach
2013-06-21fix a stupid bughathach
2013-06-21add api for hcd: hcd_pipe_is_idlehathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-16clean up some & add code for managing control request targeting interfacehathach
2013-06-14add dcd_pipe_control_readhathach
2013-06-14implement hidd_control_request including std & class specific to interface nu...hathach
2013-06-12add coreid to hidd_inithathach
2013-06-12clean uphathach
2013-06-04re-create ngx4330.hhathach
2013-06-03add TUSB_CFG_PROUDCT_ID checkhathach
2013-06-03refractor device mouse main.c & tusbd_hid_mouse_send_reporthathach
2013-06-03refractor tusb_descriptorshathach
2013-06-01rename romdriver handlehathach
2013-05-31refractor change tusbd_hid_keyboard_send_report APIhathach
2013-05-31change at86rf to 1ghznodehathach
2013-05-29fix lpcxpresso1347 board_ledshathach
2013-05-28rename NGX to ngxhathach
2013-05-25rename descriptor type, hid descriptor typehathach
2013-05-25add stub function to able to build device with EA4357hathach
2013-05-23fix host build error (problem with conflict name in hid.h)hathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-14abstract os priority for application taskshathach
2013-05-14rename tusbh_hid_keyboard/mouse_is_supported to tusbh_hid_keyboard/mouse_is_m...hathach
2013-05-09test clean uphathach
2013-05-06house keepinghathach
2013-05-06add stub for msc host & hub driverhathach
2013-05-06change format of file header & license spacinghathach
2013-04-26add hid_keycode_to_ascii_tbl for hid classhathach
2013-04-09add test & code for TUSB_EVENT_INTERFACE_OPEN for tusbh_hid_keyboard_isr tusb...hathach
2013-04-09add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...hathach
2013-04-07- fix HID_MOUSEBUTTON right & lefthathach
2013-04-07refractor extract hidh_interface_get_report from keyboard_get_reporthathach
2013-04-07add complete isr for hidh mousehathach
2013-04-07add test code & implementhathach
2013-04-07add test for mouse_openhathach
2013-04-07remove hcd_port_reset before set address in enumerationhathach
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-04-07fix compiling error for tests projecthathach
2013-03-27add test for pipe_interrupt_xferhathach
2013-03-26add code & test for hidh_isr (set status for keyboard)hathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26add code for hidh closehathach