summaryrefslogtreecommitdiff
path: root/include/driver
AgeCommit message (Expand)AuthorFilesLines
2016-09-11drivers: remove redundant forward declaration of usbh_dev_driver_tAmir Hammad1-4/+0
2016-09-11use forward declaration for usbh_dev_driver_tAmir Hammad1-0/+64
2016-09-11hub: use common code to remove deviceAmir Hammad1-0/+1
2016-09-11core: use new control wrapper to set configuration to deviceAmir Hammad1-1/+0
2016-09-11core: use new control wrapper to read device descriptorAmir Hammad1-1/+0
2016-09-11core: add helper state machine for control read/writeAmir Hammad1-16/+35
2016-09-11Drop need for the set configuration request in dev driversAmir Hammad1-0/+3
2016-09-11Switch to cmake build systemAmir Hammad1-1/+0
2016-09-08make usbh_packet->data of union typeAmir Hammad1-3/+6
2016-09-08usbh_core refactorAmir Hammad1-1/+18
2016-08-23core: make endpoint_type of enum USBH_ENDPOINT_TYPEAmir Hammad1-1/+1
2016-07-30add option to pass data to control writesAmir Hammad1-1/+9
2016-07-09Adjust documentation to fit doxygenAmir Hammad1-9/+15
2016-07-08rename usbh_hubbed.* to usbh_core.*Amir Hammad1-1/+1
2016-07-08rename usbh_driver to usbh_low_level_driverAmir Hammad1-2/+2
2016-07-08documentation: add some basic documentation accross the headersAmir Hammad1-10/+88
2016-07-08refactor: use enum instead of #define: USBH_ENDPOINT_TYPE and USBH_SPEEDAmir Hammad1-11/+14
2015-04-01poll(): refactor every poll argument t_us and tflp -> time_curr_usAmir Hammad1-1/+1
2015-04-01libusbhost: Open source USB host stack for embedded devicesAmir Hammad1-0/+131