Commit Graph

17 Commits

Author SHA1 Message Date
hathach 80398cb4cb more hcd clean up 2018-03-12 22:37:12 +07:00
hathach 229a7a23b8 shorten TUSB_DESC_TYPE* 2018-03-11 21:16:51 +07:00
hathach d71334c348 tusb_type rename 2018-03-11 21:06:32 +07:00
hathach 26d81c3ea1 rename TUSB_DIR_OUT, TUSB_DIR_IN 2018-03-11 20:20:59 +07:00
hathach ca13d59682 rename tusb_dir_t 2018-03-11 20:16:39 +07:00
hathach bc9274591f clean up compiler 2018-03-02 19:00:03 +07:00
hathach 62ae417add formatting 2015-05-01 18:45:22 +07:00
hathach cf60e374aa doxygen clean up 2014-03-23 19:00:54 +07:00
hathach 0757d2eb6c more warnings clean up 2014-03-14 15:11:57 +07:00
hathach 5e2ed2534e clean up warning in lpcxpresso
remove -Wpacked  -Wpadded in gcc
2014-03-14 11:59:39 +07:00
hathach 0f0d9d127b able to build lpc11u with IAR
clean ending warming with IAR
2014-03-12 14:43:58 +07:00
hathach 1ad78f104e refractor hid device driver 2013-12-02 14:17:51 +07:00
hathach 83f1d660ce clean up
add some doxygen work
finalize device disconnection & suspend
- suspend & resume & remote wake up is not supported yet
2013-11-22 15:16:24 +07:00
hathach c461c72ac2 clean up 2013-11-21 13:20:46 +07:00
hathach 672057de5a IAD support 2013-11-15 17:20:40 +07:00
hathach 3a54ad4c0d implement msc device class
usbd auto stall control for not supported return from class control request
usbd implement xfer isr callback mechanism
DCD
- implement dcd multiple qtd support
- dcd dcd_pipe_stall
- implement dcd_pipe_queue_xfer
- xfer_complete_isr
- flush control endpoint if received new setup while previous transfer is not complete
change msc_cmd_block_wrapper_t flags field to dir
force full speed for easy testing

NOTEs: somehow unable to get endpoint IN interrupt with ioc
2013-11-01 12:11:26 +07:00
hathach 7bf5cbc3fc move descriptor to common folder 2013-10-25 13:46:38 +07:00