summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-11remove auto device descriptorhathach
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 an...hathach
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 attr...hathach
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
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
2019-03-29added Suspend and Resume event for nrf5x porthathach
2019-03-27add tud_mounted() check in tud_cdc_connected()hathach
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
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
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
2019-03-21Fix slow CDC OUT by NAKingScott Shawcroft
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
2019-03-13dcd_set_address include status response, usbd control stall both control in a...hathach
2019-03-13update stm32 dcd stall control endpointhathach
2019-03-05Merge branch 'master' into stm32f4hathach
2019-03-04follow up to PR #39hathach