summaryrefslogtreecommitdiff
path: root/demos/device/device_os_none/cdcd_app.c
AgeCommit message (Collapse)Author
2013-12-24move device app codehathach
2013-12-01change class_ixr to class_cbhathach
use IAD whenever enable CDC to make sure windows driver can detect change keyboard, mouse send report to int_on_complete = true
2013-11-21add class mounted callback for hid mouse/keyboard & refractor mouse/keyboard apphathach
2013-11-21clean uphathach
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-19complete dcd for lpc175x_6xhathach
cdc device demo can work but there is hardfault with dma descriptor with fast typing
2013-11-11remove xfer_type in endpoint_handle_thathach
cdc device demo runs on lpc13uxx
2013-11-08add tusbd_cdc_is_busyhathach
enhance cdc serial device demo refractor fifo.c
2013-11-08add windows driver for cdchathach
add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset