summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2018-11-02clean up osalhathach
2018-10-25add dcd event helper setup_recieved and bus_signalhathach
2018-10-24fix nrf52 freeRTOS interrupt priorityhathach
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23clean uphathach
2018-10-23replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler()hathach
2018-10-23rename UBSD_EVT_ to DCD_EVENT_hathach
2018-10-23rename usbd_event_t to dcd_event_thathach
2018-10-23clean up usbdhathach
2018-10-23clean up helper funchathach
2018-09-04adding mynewt to osalhathach
2018-08-30allow no mode compilation (no host/device enabled). Handy for project without...hathach
2018-08-30clean up osal task and subtaskhathach
2018-08-28add while loop to usbd task to run until task queue is emptyhathach
2018-08-24make tud_mount_cb() and tud_umount_cb() optionalhathach
2018-08-23fix compiler warningshathach
2018-08-23rename common func to avoid conflicthathach
2018-08-15fix memory issue with usbd control xferhathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-08-01clean uphathach
2018-08-01improve auto descriptorhathach
2018-07-31dev hid enhancement, add report descriptor templates for keyboard, mouse, con...hathach
2018-07-31fix hid warning, move report descriptor template to hid.hhathach
2018-07-31rename to prevent confusionhathach
2018-07-30clean uphathach
2018-07-29hid device enhancehathach
2018-07-28fix hid generic various errorhathach
2018-07-28beter hid reporthathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-27seperate CFG_TUD_HID_BOOT_PROTOCOL to CFG_TUD_HID_KEYBOARD_BOOT & CFG_TUD_HID...hathach
2018-07-27house keepinghathach
2018-07-25add dcd_edpt_stalled() APIhathach
2018-07-25add tusb_usbser.inf for windowshathach
2018-07-25tested boot mouse workinghathach
2018-07-24fix boot mouse descriptor issuehathach
2018-07-24nrf52840 boot mouse does not work, need more workhathach
2018-07-23add descriptor string count for tud_desc_set_thathach
2018-07-23fix descriptor minor issuehathach
2018-07-23reworking device hid class driverhathach
2018-07-17revert usbd_control_xfer_st() implementationhathach
2018-07-14use _usbd_ctrl_buf for control transferm refactor cdc devicehathach
2018-07-13only call class xfer callback associated with endpoint addresshathach
2018-07-13add ep2drv, rename descriptor offsethathach
2018-07-13change mapping interface to driver instead of class codehathach
2018-07-13rename class driver close() to reset()hathach
2018-07-13remove unused usbd dev statehathach
2018-07-13more clean uphathach
2018-07-13better multiple interfaces support for cdc devicehathach
2018-07-12changing cdc device to support multiple interface (not yet)hathach