summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-04-11remove auto device descriptorhathach
Application should declare its own device descriptor
2019-04-11clean uphathach
2019-04-08fix #53 use nrfx_usbd_errata.hhathach
2019-04-02clean uphathach
2019-04-02add tud_ready() to hid_ready()hathach
2019-04-02samd support suspend and resume. Though cannot distinguish between Suspend ↵hathach
and Disconnect should work with #47
2019-04-02usbd better support suspend/resumehathach
2019-04-02nrf5x enable suspend after set address, instead of set confighathach
2019-03-31nrf5x added LOWPOWER when suspend/resumehathach
2019-03-30added tud_suspended() and tud_ready()hathach
2019-03-30self powered and remote wakeup support are from configuration descriptor ↵hathach
attribute
2019-03-30clean up texthathach
2019-03-30added dcd_remote_wakeup() stub for all portshathach
2019-03-30added tud_set_self_powered(), fix #50 reponse to GET_STATUS requesthathach
2019-03-30replaced config_num by configuredhathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
- remove use of osal_queue_reset
2019-03-29clean uphathach
2019-03-29clean up control req a bithathach
2019-03-29support set/clear feature Device_remote_wakeuphathach
2019-03-29working on suspend and resumehathach
change dcd_init signature
2019-03-29added Suspend and Resume event for nrf5x porthathach
also rename DCD_EVENT_SUSPENDED to DCD_EVENT_SUSPEND
2019-03-27add tud_mounted() check in tud_cdc_connected()hathach
mark device as disconnected immed with DCD_EVENT_UNPLUGGED
2019-03-27remove tud_msc_ready()hathach
2019-03-27more clean uphathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-27clean up remove usbd_control_stall()hathach
2019-03-27replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stallhathach
- remove dcd_edpt_stalled() from dcd porting
2019-03-27remove dcd_get_frame_number()hathach
2019-03-27Merge branch 'master' into develophathach
2019-03-27revert to use pending_read_from_host (temp) sincehathach
2019-03-25follow up to pr #46hathach
2019-03-24Merge pull request #46 from tannewt/fix_cdc_outhathach
Fix slow CDC OUT by NAKing
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-23remove idle rate enforcement, should be done in application levelhathach
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-22added stub for dcd_stm32f3hathach
2019-03-22simplify board API, adding stm32f3 discoveryhathach
- remove board header since it is not used
2019-03-21Fix slow CDC OUT by NAKingScott Shawcroft
This NAKs CDC OUT packets when the ring buffer doesn't have enough space for it. This makes CDC OUT reliable rather than allowing overwriting into the ring buffer.
2019-03-21more with mynewthathach
2019-03-21update osal for mynewthathach
2019-03-20clean uphathach
2019-03-20clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-20clean uphathach
2019-03-17stm32 update fifo in commenthathach
2019-03-15stm32 update TX Fifo for edpt IN, both CDC + MSC work greathathach
- call dcd_event_xfer_complete() when enough bytes received - add dcd_get_frame_number()
2019-03-13dcd_set_address include status response, usbd control stall both control in ↵hathach
and out
2019-03-13update stm32 dcd stall control endpointhathach
2019-03-05Merge branch 'master' into stm32f4hathach
2019-03-04follow up to PR #39hathach