Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-07-08 | rename usbh_hubbed.* to usbh_core.* | Amir Hammad | 1 | -1/+1 |
2016-07-08 | refactor: use enum instead of #define: USBH_ENDPOINT_TYPE and USBH_SPEED | Amir Hammad | 1 | -1/+1 |
2015-07-29 | hub: Empty packet readings after SET_ and CLEAR_ commands | Amir Hammad | 1 | -9/+21 |
2015-07-13 | hub: Do not allow unitialized driver to be loaded | Amir Hammad | 1 | -1/+8 |
2015-07-13 | Global logging: use \n for a new line instead \r\n in LOG_PRINTF | Amir Hammad | 1 | -26/+26 |
2015-07-13 | hub: Fix forgotten break | Amir Hammad | 1 | -0/+5 |
2015-04-08 | Device drivers: Refactor: Remove prefixes of static functions and variables | Amir Hammad | 1 | -11/+11 |
2015-04-08 | Device drivers: Refactor: Move driver declaration to the end of file | Amir Hammad | 1 | -24/+19 |
2015-04-06 | Refactor device drivers: don't use automatic casts | Amir Hammad | 1 | -6/+6 |
2015-04-01 | poll(): refactor every poll argument t_us and tflp -> time_curr_us | Amir Hammad | 1 | -3/+3 |
2015-04-01 | libusbhost: Open source USB host stack for embedded devices | Amir Hammad | 1 | -0/+865 |