summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-23Reset USB peripheral and wait for startupScott Shawcroft
2018-11-23Merge pull request #13 from hathach/devlocalhathach
add unplugged event for nrf5x
2018-11-23remove pragma GCC diagnostichathach
2018-11-23rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESShathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-23nrf5x add DCD_EVENT_UNPLUGGED eventhathach
2018-11-22more clean uphathach
2018-11-22clean up dcd lpc43xxhathach
2018-11-22cdc work ok with lpc43xxhathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-22build okhathach
2018-11-22adding lpc43xx to seshathach
2018-11-22Merge pull request #12 from hathach/devlocalhathach
tested samd21 and samd51 with msc ram disk
2018-11-22msc device block count and block numhathach
- replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by tud_msc_capacity_cb() (mandatory callback)
2018-11-22clean up msc examplehathach
2018-11-22msc works well with samd51hathach
2018-11-22rename freertos examplehathach
2018-11-22rename example projecthathach
2018-11-22update freertos ses projecthathach
2018-11-22refractor device composite freertos seshathach
2018-11-22refractor device composite examplehathach
2018-11-21more clean uphathach
2018-11-21Merge pull request #11 from hathach/devlocalhathach
fix samd51 & samd21 dcd setup packet prepare
2018-11-21clean uphathach
2018-11-21samd21 work well with cdchathach
2018-11-21clean uphathach
2018-11-21update dcd samd21hathach
2018-11-21fix ses irq vectorhathach
2018-11-21samd21 has usb traffichathach
2018-11-21samd21 metro m0 blink too fast, still have issue with clock inithathach
2018-11-21has issue with metro m0 clock inithathach
2018-11-21move metro m4 clock init to boardhathach
2018-11-20able to build and blink with metro m0hathach
2018-11-20adding samd21 metro m0 supporthathach
2018-11-20samd51 fix stable issue with dcdhathach
2018-11-20clean uphathach
2018-11-20use correct samd51 startuphathach
able to carry some usb transfer
2018-11-20Merge pull request #10 from hathach/devlocalhathach
merge for local develop
2018-11-20samd51 metro m4 add init_mcu() and usb inithathach
- device regconized on bus but doesnt response with setup packet. - temp disable msc
2018-11-20clean uphathach
2018-11-20remove samd-peripherals submodulehathach
2018-11-17clean uphathach
2018-11-17samd51 project updatehathach
2018-11-17pass mcu option from compilerhathach
2018-11-16rename control_statehathach
2018-11-16nrf5x: clean up dcd, add commenthathach
2018-11-16rename control.c to usbd_controlhathach
2018-11-16remove control.h (move prototype to usbd_pvt.h)hathach
2018-11-16nrf5x: refactor device control transfer.hathach
- make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd.