| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-23 | Reset USB peripheral and wait for startup | Scott Shawcroft | |
| 2018-11-23 | Merge pull request #13 from hathach/devlocal | hathach | |
| add unplugged event for nrf5x | |||
| 2018-11-23 | remove pragma GCC diagnostic | hathach | |
| 2018-11-23 | rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS | hathach | |
| 2018-11-23 | rename xfer complete enum | hathach | |
| 2018-11-23 | rename tusb_event_t to xfer_result_t | hathach | |
| 2018-11-23 | nrf5x add DCD_EVENT_UNPLUGGED event | hathach | |
| 2018-11-22 | more clean up | hathach | |
| 2018-11-22 | clean up dcd lpc43xx | hathach | |
| 2018-11-22 | cdc work ok with lpc43xx | hathach | |
| 2018-11-22 | rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION | hathach | |
| 2018-11-22 | build ok | hathach | |
| 2018-11-22 | adding lpc43xx to ses | hathach | |
| 2018-11-22 | Merge pull request #12 from hathach/devlocal | hathach | |
| tested samd21 and samd51 with msc ram disk | |||
| 2018-11-22 | msc device block count and block num | hathach | |
| - replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by tud_msc_capacity_cb() (mandatory callback) | |||
| 2018-11-22 | clean up msc example | hathach | |
| 2018-11-22 | msc works well with samd51 | hathach | |
| 2018-11-22 | rename freertos example | hathach | |
| 2018-11-22 | rename example project | hathach | |
| 2018-11-22 | update freertos ses project | hathach | |
| 2018-11-22 | refractor device composite freertos ses | hathach | |
| 2018-11-22 | refractor device composite example | hathach | |
| 2018-11-21 | more clean up | hathach | |
| 2018-11-21 | Merge pull request #11 from hathach/devlocal | hathach | |
| fix samd51 & samd21 dcd setup packet prepare | |||
| 2018-11-21 | clean up | hathach | |
| 2018-11-21 | samd21 work well with cdc | hathach | |
| 2018-11-21 | clean up | hathach | |
| 2018-11-21 | update dcd samd21 | hathach | |
| 2018-11-21 | fix ses irq vector | hathach | |
| 2018-11-21 | samd21 has usb traffic | hathach | |
| 2018-11-21 | samd21 metro m0 blink too fast, still have issue with clock init | hathach | |
| 2018-11-21 | has issue with metro m0 clock init | hathach | |
| 2018-11-21 | move metro m4 clock init to board | hathach | |
| 2018-11-20 | able to build and blink with metro m0 | hathach | |
| 2018-11-20 | adding samd21 metro m0 support | hathach | |
| 2018-11-20 | samd51 fix stable issue with dcd | hathach | |
| 2018-11-20 | clean up | hathach | |
| 2018-11-20 | use correct samd51 startup | hathach | |
| able to carry some usb transfer | |||
| 2018-11-20 | Merge pull request #10 from hathach/devlocal | hathach | |
| merge for local develop | |||
| 2018-11-20 | samd51 metro m4 add init_mcu() and usb init | hathach | |
| - device regconized on bus but doesnt response with setup packet. - temp disable msc | |||
| 2018-11-20 | clean up | hathach | |
| 2018-11-20 | remove samd-peripherals submodule | hathach | |
| 2018-11-17 | clean up | hathach | |
| 2018-11-17 | samd51 project update | hathach | |
| 2018-11-17 | pass mcu option from compiler | hathach | |
| 2018-11-16 | rename control_state | hathach | |
| 2018-11-16 | nrf5x: clean up dcd, add comment | hathach | |
| 2018-11-16 | rename control.c to usbd_control | hathach | |
| 2018-11-16 | remove control.h (move prototype to usbd_pvt.h) | hathach | |
| 2018-11-16 | nrf5x: 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. | |||
