summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2020-09-03more hid host workhathach
2020-09-03fix #449 remove obsolete pipehandle from hid hosthathach
2020-09-01add more logging to host stackhathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-08-24fix typohathach
2020-08-24improve midihathach
2020-08-21Merge pull request #434 from gh2o/masterHa Thach
2020-08-20Slight optimization for cdc tx refillGavin Li
2020-08-20Smarter CDC TX refill logicGavin Li
2020-08-11use usbd_edpt_open in bth driverhathach
2020-08-07allow application driver to overwrite built-in onehathach
2020-08-01correct isr context for nrf DCD_EVENT_UNPLUGGEDhathach
2020-07-29Merge pull request #412 from hathach/fix-net-cast-alignHa Thach
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16add tud_speed_get()hathach
2020-07-10Improve comment on CDC tud_cdc_write_available()Craig Hutchinson
2020-07-08Merge pull request #447 from hathach/add-stm-hsHa Thach
2020-07-01fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUShathach
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-20Call tud_cdc_tx_cb right after flush to keep tx fifo fullGavin Li
2020-06-18Add tx callback to cdc deviceGavin Li
2020-06-17Fix IAR warnings.Mengsk
2020-06-16fix hs port1 build with net endpointhathach
2020-05-28Add bt hci device classJerzy Kasenberg
2020-05-28check max_len for vendor and hidhathach
2020-05-28rename to drv_len to be consistenthathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-28update vendor open()hathach
2020-05-28update usbtmc open()hathach
2020-05-28update net open()hathach
2020-05-28update midi open()hathach
2020-05-28update hid open()hathach
2020-05-28improve mschathach
2020-05-28change signature for dfu runtimehathach
2020-05-27changing usbd driver open() return type, add max_lenhathach
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2020-05-18suppress cast-align warnings for net device driverhathach
2020-05-04clean up things, add makefile for host examplehathach
2020-04-26revert a change to net driverhathach
2020-04-26add TODO for usbnet clean uphathach
2020-04-26add usbd edpt openhathach
2020-04-23Revert "Merge pull request #359 from versioduo/midi-flow-control"hathach
2020-04-22house keepinghathach
2020-04-22clean uphathach
2020-04-22Merge pull request #359 from versioduo/midi-flow-controlHa Thach
2020-04-20add extra comma to HID_REPORT_IDhathach
2020-04-19MIDI - Add flow control to incoming packet streamKay Sievers
2020-04-19Merge pull request #258 from versioduo/midi-packetsHa Thach