summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-02usbd better support suspend/resumehathach
2019-04-02clean uphathach
2019-04-02nrf5x enable suspend after set address, instead of set confighathach
2019-04-01add board_button_read()hathach
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-27Merge pull request #49 from hathach/develophathach
clean up porting API
2019-03-27more board clean uphathach
2019-03-27more clean uphathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-27clean uphathach
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-26Merge pull request #48 from hathach/cdc_outhathach
follow up to pr #46
2019-03-27revert to use pending_read_from_host (temp) sincehathach
2019-03-25follow up to pr #46hathach
2019-03-25fix timer prio for freertos to blink ledhathach
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-23clean up bsp, adde board_millis()hathach
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-22adding stm32f3 supporthathach
2019-03-22clean uphathach
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-21correct mynewt versionhathach
2019-03-21Merge pull request #45 from hathach/develophathach
Board uart rename and better support mynewt
2019-03-21minor clean uphathach
2019-03-21more with mynewthathach
2019-03-21add readme url for mynewt examplehathach
2019-03-21update osal for mynewthathach
2019-03-20clean uphathach
2019-03-20clean board uart read & writehathach